API

Production APIs

GET production/work-order-operations/{workOrderOperationId}/product-operations

Work order product operations for provided work order operation

HTTP method GET
URI https://api.rambase.net/production/work-order-operations/{workOrderOperationId}/product-operations
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {workOrderOperationId} Production work order operation identifier
Integer, minimum 100000
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 2890, version 13

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

FinishedAt Datetime Date and time the work order product operation finished. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
FinishedBy Integer Employee identifier. Available macros: currentUser()
ProductUnitId Integer Product unit identifier.
SerialNumber String Serial number of the product unit.
StartedAt Datetime Date and time work started on the work order product operation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
WorkOrderProductUnitId Integer Production work order product operation.

Read more about filters and sorting on how to use sortable parameters

FinishedAt Datetime Date and time the work order product operation finished
FinishedBy Integer Employee identifier
ProductUnitId Integer Product unit identifier
SerialNumber String Serial number of the product unit
StartedAt Datetime Date and time work started on the work order product operation
WorkOrderProductUnitId Integer Production work order product operation

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<WorkOrderProductOperations>
2
     <WorkOrderProductOperation>
3
          <WorkOrderProductOperationId
WorkOrderProductOperationId

Production work order product operation

>
{Integer}</WorkOrderProductOperationId>
4
          <StartedAt
StartedAt

Date and time work started on the work order product operation

>
{Datetime}</StartedAt>
5
          <FinishedAt
FinishedAt

Date and time the work order product operation finished

>
{Datetime}</FinishedAt>
6
          <FinishedBy>
7
               <EmployeeId
EmployeeId

Employee identifier

>
{Integer}</EmployeeId>
8
               <LastName
LastName

Last name of employee

>
{String}</LastName>
9
               <FirstName
FirstName

First name of employee

>
{String}</FirstName>
10
               <EmployeeLink
EmployeeLink

Employee reference

>
{String}</EmployeeLink>
11
          </FinishedBy>
12
          <ProductUnit>
13
               <ProductUnitId
ProductUnitId

Product unit identifier

>
{Integer}</ProductUnitId>
14
               <Status
Status

Status of product unit

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=WorkOrderProductOperation.ProductUnit.Status in your request URI to get this field

>
{Integer}</Status>
15
               <SerialNumber
SerialNumber

Serial number of the product unit

>
{String}</SerialNumber>
16
               <BatchQuantity
BatchQuantity

Units quantity

This field is greyed out because it is an expandable field. You have to add $expand=WorkOrderProductOperation.ProductUnit.BatchQuantity in your request URI to get this field

>
{Integer}</BatchQuantity>
17
               <Marking
Marking

Product unit's marking text

>
{String}</Marking>
18
               <ProductUnitLink
ProductUnitLink

Product unit reference

>
{String}</ProductUnitLink>
19
          </ProductUnit>
20
          <Measurements>
21
               <Measurement>
22
                    <MeasurementId
MeasurementId

Measurement identifier

>
{Integer}</MeasurementId>
23
                    <Type
Type

Measurements class

>
{String}</Type>
24
               </Measurement>
25
          </Measurements>
26
          <WorkOrderProductOperationLink
WorkOrderProductOperationLink

Work order product unit reference

>
{String}</WorkOrderProductOperationLink>
27
     </WorkOrderProductOperation>
28
     <Paging
Paging

Detailed paging information for this list.

>
29
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
30
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
31
          <Page
Page

Page index

>
{Integer}</Page>
32
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
33
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
34
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
35
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
36
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
37
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
38
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
39
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
40
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
41
     </Paging>
42
</WorkOrderProductOperations>
1
{
2
     "workOrderProductOperations": [
3
          {
4
               "workOrderProductOperationId
WorkOrderProductOperationId

Production work order product operation

":
"{Integer}",
5
               "startedAt
StartedAt

Date and time work started on the work order product operation

":
"{Datetime}",
6
               "finishedAt
FinishedAt

Date and time the work order product operation finished

":
"{Datetime}",
7
               "finishedBy": {
8
                    "employeeId
EmployeeId

Employee identifier

":
"{Integer}",
9
                    "lastName
LastName

Last name of employee

":
"{String}",
10
                    "firstName
FirstName

First name of employee

":
"{String}",
11
                    "employeeLink
EmployeeLink

Employee reference

":
"{String}"
12
               },
13
               "productUnit": {
14
                    "productUnitId
ProductUnitId

Product unit identifier

":
"{Integer}",
15
                    "status
Status

Status of product unit

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=WorkOrderProductOperation.ProductUnit.Status in your request URI to get this field

":
"{Integer}",
16
                    "serialNumber
SerialNumber

Serial number of the product unit

":
"{String}",
17
                    "batchQuantity
BatchQuantity

Units quantity

This field is greyed out because it is an expandable field. You have to add $expand=WorkOrderProductOperation.ProductUnit.BatchQuantity in your request URI to get this field

":
"{Integer}",
18
                    "marking
Marking

Product unit's marking text

":
"{String}",
19
                    "productUnitLink
ProductUnitLink

Product unit reference

":
"{String}"
20
               },
21
               "measurements": [
22
                    {
23
                         "measurementId
MeasurementId

Measurement identifier

":
"{Integer}",
24
                         "type
Type

Measurements class

":
"{String}"
25
                    }
26
               ],
27
               "workOrderProductOperationLink
WorkOrderProductOperationLink

Work order product unit reference

":
"{String}"
28
          }
29
     ],
30
     "paging
Paging

Detailed paging information for this list.

":
{
31
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
32
          "position
Position

Position of the first element in the list

":
"{Integer}",
33
          "page
Page

Page index

":
"{Integer}",
34
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
35
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
36
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
37
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
38
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
39
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
40
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
41
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
42
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
43
     }
44
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 103366 HTTP 404 Production resource group not found.
Error 102270 HTTP 404 WorkOrderOperation {0} not found