Skip to content

GET /wip

Get Wip Availability For Job

GET
/wip

Return WIP quantity availability upstream and downstream of a job.

Executes GET_AVAILABLE_WIP_UPSTREAM_AND_DOWNSTREAM_OF_JOB to calculate the
total free WIP quantities on both sides of the job in the process graph.
Returns free_wip_qt_upstream and free_wip_qt_downstream as floats summed
across all matching WIP records.

Emits: (direct query — no event class)
Required scope: traceability:batch-execution-record: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

Parameters

Query Parameters

job_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.