curl --request GET \
--url https://api.oplog.one/openapi/v1/ReceivingOrders \
--header 'Authorization: <api-key>'
{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"referenceNumber": "<string>",
"state": "ReceivingOrderCreated",
"transferType": "CargoTransfer",
"lineItems": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"imageUrl": "<string>",
"productName": "<string>",
"acceptedQuantity": 123,
"damagedQuantity": 123,
"processedAt": "2023-11-07T05:31:56Z",
"sku": "<string>",
"expectedQuantity": 123
}
],
"integration": {
"integrationType": "CudExcludedIntegrations",
"integrationName": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"arrivedToWarehouseAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"cancelledAt": "2023-11-07T05:31:56Z"
}
],
"count": 123,
"offset": 123,
"dataSetCount": 123
}
curl --request GET \
--url https://api.oplog.one/openapi/v1/ReceivingOrders \
--header 'Authorization: <api-key>'
{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"referenceNumber": "<string>",
"state": "ReceivingOrderCreated",
"transferType": "CargoTransfer",
"lineItems": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"imageUrl": "<string>",
"productName": "<string>",
"acceptedQuantity": 123,
"damagedQuantity": 123,
"processedAt": "2023-11-07T05:31:56Z",
"sku": "<string>",
"expectedQuantity": 123
}
],
"integration": {
"integrationType": "CudExcludedIntegrations",
"integrationName": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"arrivedToWarehouseAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"cancelledAt": "2023-11-07T05:31:56Z"
}
],
"count": 123,
"offset": 123,
"dataSetCount": 123
}
If you want to emulate, please enter TenantId.
DynamicQuery
Success
The response is of type object
.