info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/ProductionOrders/{productionOrderId}/ProductionSteps/{productionStepIdentifier}/Notification
Description

Issue of all error messages for a work step

  • The right ‘Lesen’ is required for the data ‘Fertigungsauftrag’.

Request

URI Parameters

productionOrderId
string
Required

productionStepIdentifier
string
Required

Page
integer
Page number for paging | Default: 0

Items
integer
Sets the number of entries per page | Default: 10 | All: 0

SearchTerm
string
Filter for words

SearchIn
string
Properties in which to search. The separator between these properties is "|".

OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".

Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.

Body Parameters

None.

Response

Resource Description

Model: Collection of ProductionNotificationRead
RecordId
integer
Nur lesen
Database field [PRODUCTION_MESSAGES].[PRODUCTION_MESSAGES_ID]

EmployeeNumber
string
Länge: einschließlich zwischen 0 und 6
Database field: [PRODUCTION_NOTIFICATION].[Employees]

ProductionStepIdentifier
string
Länge: einschließlich zwischen 0 und 10
Database field: [PRODUCTION_NOTIFICATION].[Production_step_ID]

Text
string
Länge: einschließlich zwischen 0 und 255
Database field: [PRODUCTION_NOTIFICATION].[Text]

MetaData
Nur lesen
Record information, e.g. creation date, processing date

Response Formats
application/json
Example:
    [
  {
    "RecordId": 1,
    "EmployeeNumber": "sample string 2",
    "ProductionStepIdentifier": "sample string 3",
    "Text": "sample string 4",
    "MetaData": {
      "CreationDate": null,
      "CreationUserToken": null,
      "ModificationDate": null,
      "ModificationUserToken": null
    }
  },
  {
    "RecordId": 1,
    "EmployeeNumber": "sample string 2",
    "ProductionStepIdentifier": "sample string 3",
    "Text": "sample string 4",
    "MetaData": {
      "CreationDate": null,
      "CreationUserToken": null,
      "ModificationDate": null,
      "ModificationUserToken": null
    }
  }
]