APIs for Directory Record management. These APIs are only available to the customers using the new Onboarding experience.
Returns a list of all Directory Record instances
Directory records
Unexpected error
{- "count": 0,
 - "previous": "string",
 - "next": "string",
 - "results": [
- {
- "id": "string",
 - "name": "string",
 - "online_status": "ONLINE",
 - "alias": "string",
 - "tags": [
- "string"
 
], - "group_id": "306db4e0-7449-4501-b76f-075576fe2d8f",
 - "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
 - "approval_status": "WAITING_FOR_APPROVAL",
 - "provisioned_on": "2019-08-24T14:15:22Z",
 - "unique_identifiers": [
- {
- "unique_id": "string",
 - "type": "IMEI1"
 
} 
] 
} 
] 
}Returns the created Directory Record intance
Created
Directory record create error
Directory record create error
{- "unique_identifiers": [
- {
- "unique_id": "string",
 - "type": 0
 
} 
], - "group_id": "306db4e0-7449-4501-b76f-075576fe2d8f",
 - "alias": "string",
 - "tags": [
- "string"
 
] 
}{- "id": "string",
 - "name": "string",
 - "online_status": "ONLINE",
 - "alias": "string",
 - "tags": [
- "string"
 
], - "group_id": "306db4e0-7449-4501-b76f-075576fe2d8f",
 - "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
 - "approval_status": "WAITING_FOR_APPROVAL",
 - "provisioned_on": "2019-08-24T14:15:22Z",
 - "unique_identifiers": [
- {
- "unique_id": "string",
 - "type": "IMEI1"
 
} 
] 
}Returns detail of the Directory Record instance
Directory record information
Unexpected error
{- "id": "string",
 - "name": "string",
 - "online_status": "ONLINE",
 - "alias": "string",
 - "tags": [
- "string"
 
], - "group_id": "306db4e0-7449-4501-b76f-075576fe2d8f",
 - "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
 - "approval_status": "WAITING_FOR_APPROVAL",
 - "provisioned_on": "2019-08-24T14:15:22Z",
 - "unique_identifiers": [
- {
- "unique_id": "string",
 - "type": "IMEI1"
 
} 
] 
}Returns the updated Directory Record instance
Updated Directory Record Information
Directory record update error
Directory record update error
{- "unique_identifiers": [
- {
- "unique_id": "string",
 - "type": 0
 
} 
], - "group_id": "306db4e0-7449-4501-b76f-075576fe2d8f",
 - "alias": "string",
 - "tags": [
- "string"
 
] 
}{- "id": "string",
 - "name": "string",
 - "online_status": "ONLINE",
 - "alias": "string",
 - "tags": [
- "string"
 
], - "group_id": "306db4e0-7449-4501-b76f-075576fe2d8f",
 - "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
 - "approval_status": "WAITING_FOR_APPROVAL",
 - "provisioned_on": "2019-08-24T14:15:22Z",
 - "unique_identifiers": [
- {
- "unique_id": "string",
 - "type": "IMEI1"
 
} 
] 
}Deletes the requested Directory Record instance
Deleted Directory Record
Directory record delete error
{- "errors": [
- "string"
 
], - "message": "string",
 - "status": 0
 
}