Getting a Specific Order
App Broker 2021 R1
This section describes the App Broker REST API endpoint for getting a specific order (given the order ID from above).
Endpoint Example |
Response Body Example |
[GET] http://localhost/esd/api/orders/101 |
[ { "id": 101, "name": "FLX-101", "orderDate": "2015-08-31T17:20:59.253", "requests": [ { "dateTime": "2015-08-31T17:20:59.253", "guid": "290223d0-ea74-4279-aacf-4355f24b8d72", "machineName": "WIN-7X64", "orderNo": 101, "requestID": 2071, "uniqueUserName": "FLEX\\JaneDoe", "catalogID": 6, "authorizationStatus": "pendingApproval", "deploymentStatus": "notApplicable", "deployments": [ { "technology": "sccm2012", "status": "notApplicable", "code": "0" } ], "status": "active", "availableActions": [ "cancel" ] } ] } ] |