Operative Process (Operations)

Get operative processes.

List operative processes

get

This part of the API is in Alpha status. For details please check the api-release-life-cycle documentationarrow-up-right. Get all operative processes

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
facilityIdstringRequired

facility to filter the results

startAfterIdstringOptional

entity to start after

sizeinteger · min: 1 · max: 500Optional

number of entities to show

Default: 25
Responses
chevron-right
200

All operative processes matching the given parameters

application/json

OperativeProcessPaginatedResult

totalnumberRequired
get
/api/operativeprocesses

Get operative process

get

This part of the API is in Alpha status. For details please check the api-release-life-cycle documentationarrow-up-right. Get the operative processes for a specific id

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
operativeProcessIdstringRequired
Responses
chevron-right
200

Found operativeProcess by given ID

application/json

OperativeProcess

createdstring · date-timeOptional

The timestamp when the operative process was created.

facilityRefstringRequired

Reference to the facility this operative process is associated with.

flatEntityRefsstring[]Required

Entities involved in this operative process represented as a flat list of entity references.

idstringRequired

auto generated unique identifier

isEditablebooleanOptional

This field indicates if the operative process is editable based on if any of the related pick jobs, service jobs, pack jobs or handover jobs are in progress or have been finished successfully. This field is calculated dynamically on each request.

lastModifiedstring · date-timeOptional

The timestamp when the operative process was last modified.

processRefstringRequired

Reference to the process this operative process is associated with.

routingPlanRefstringOptional

Reference to the routing plan this operative process is associated with.

versionnumberRequired

The version number of the operative process. This number is incremented each time the operative process is modified.

Example: 1
get
/api/operativeprocesses/{operativeProcessId}

Last updated