APIs to create and access DEP sync request information. Use DEP sync to sync the information from your Apple Business Manager account to the Esper console.
Returns all the DEP sync requests for the tenant
DEP sync request list for the Tenant
Authorization information is missing or invalid.
Internal server error
{- "code": 0,
- "message": "string",
- "content": {
- "count": 0,
- "previous": "string",
- "next": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "QUEUED",
- "failure_reason": "string",
- "devices": {
- "failure": [
- {
- "serial": "string",
- "reason": "string"
}
]
}, - "created_by": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}
}
API to create a DEP sync request.
DEP sync request successfully created.
Bad request
Authorization information is missing or invalid.
Internal server error
{ }
{- "code": 0,
- "message": "string",
- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "QUEUED",
- "created_by": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
API to get a DEP sync request
DEP sync request information
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "code": 0,
- "message": "string",
- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "QUEUED",
- "failure_reason": "string",
- "devices": {
- "failure": [
- {
- "serial": "string",
- "reason": "string"
}
]
}, - "created_by": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}