API ReferenceGoals
List
List all goals.
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Query Parameters
type*string
Filter by type.
Value in
- "availability"
- "oee"
- "netOee"
- "netAvailability"
Response Body
application/json
Try it live
curl -X GET "https://example.com/goals?type=availability"[ { "goal": {}, "title": "string", "id": 0.1 }]