Skip to content

GET /work-order-search-opts

Search Work Orders

GET
/work-order-search-opts

Return distinct work order code/project code options for search filters.

Executes the GET_WORK_ORDER_SEARCH_OPTIONS AQL query and returns a flat list
of option objects used to populate search dropdowns in the UI.

Emits: (read-only — no event)
Required scope: production:work-order:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Responses

Successful Response

application/json
JSON
{
  
"status": 200,
  
"message": "string",
  
"detail": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.