Get Orders
Description
This endpoint provides a paginated list of orders.
Request parameters
Responses
{
"content": [
{
"createdDate": "2024-05-21T19:40:02.000Z",
"deliveryDueDate": "2024-05-11",
"disneyProjectManagerEmail": "foobar@disney.com",
"lastModifiedDate": "2024-05-22T19:40:02.000Z",
"orderId": "a0xxxxxxXXXXX",
"orderName": "WO-123456",
"orderType": "Localization",
"recipientName": "Disney",
"status": "In Progress",
"subStatus": "Hold",
"title": {
"name": "WALL-E (2008)",
"type": "Feature",
"eidrL1": "10.5240/1234-5678-9ABC-DEF0-1234-5678-9",
"productId": "123456"
},
"titleVersion": {
"description": "Original Version",
"eidrL2": "10.5240/1234-5678-9ABC-DEF0-1234-5678-8",
"twdcVersionId": "123456"
},
"vendorName": "Disney Vendor",
"vendorProjectManagerEmail": "foobar@disneyvendor.com",
"workOrderName": "WALL-E (2008)_Wonderland_Lucas - Asset shells"
}
],
"totalPages": 96,
"totalElements": 96,
"size": 96,
"number": 96,
"isFirst": true,
"isLast": true,
"first": true,
"last": true
}
09 July 2024