Get work effort collection

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

``200 The requested work effort collection

object

actionUrlCancel

array

actionUrlComplete

array

actionUrlStart

array

cancelDate

array

completeDate

array

completeDateEstimated

array

connectionRelationUrlList

array

consolidatedItemList

array

createdDate

array

Timestamp object was created. Set automatically by the server. Read only.

createdUserLoginId

array

description

array

Description field from the user interface. Read and write.

facilityUrl

array

lastUpdatedDate

array

Timestamp object was last modified. Set automatically by the server. Read only.

lastUpdatedUserLoginId

array

lotIdToProduce

array

normalizedPackingStringToProduce

array

productIdToProduce

array

productUrlToProduce

array

quantityToProduce

array

startDate

array

startDateEstimated

array

statusId

array

One of the values PRUN_CREATED, PRUN_STARTED, PRUN_COMPLETED, or `PRUN_CANCELLED`. Read only.

workEffortConsumeList

array

workEffortId

array

The unique ID for the work effort. Can be set when the work effort is first created, and after that is read only. Limited to 20 ASCII characters.

workEffortProduceList

array

workEffortTypeId

array

Currently must be the value PROD_ORDER_TASK. In the future this may take on other values to represent projects, production runs, etc.

workEffortUrl

array

The unique identifier for the work effort. Read only.

{
  "actionUrlCancel": [],
  "actionUrlComplete": [],
  "actionUrlStart": [],
  "cancelDate": [],
  "completeDate": [],
  "completeDateEstimated": [],
  "connectionRelationUrlList": [],
  "consolidatedItemList": [],
  "createdDate": [],
  "createdUserLoginId": [],
  "description": [],
  "facilityUrl": [],
  "lastUpdatedDate": [],
  "lastUpdatedUserLoginId": [],
  "lotIdToProduce": [],
  "normalizedPackingStringToProduce": [],
  "productIdToProduce": [],
  "productUrlToProduce": [],
  "quantityToProduce": [],
  "startDate": [],
  "startDateEstimated": [],
  "statusId": [],
  "workEffortConsumeList": [],
  "workEffortId": [],
  "workEffortProduceList": [],
  "workEffortTypeId": [],
  "workEffortUrl": []
}

Updatedabout 2 months ago