Dispatch
The dispatches API lets you retrieve and filter all dispatches created by admins in your organization.
Get Dispatches
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"success": true,
"data": [
{
"id": "5efdd89d41912a1ab1717324",
"recipients": {
"agents": [
{
"id": "5efdd87941912a1ab16fec84"
}
],
"agentGroups": []
},
"dispatchType": "basic",
"status": "dispatched",
"name": "Test Dispatch",
"createdBy": {
"id": "5ef9ced34ba08a2aac9b83cd",
"status": "active",
"firstName": "Test",
"lastName": "Admin",
"email": "test1@test.com",
"createdAt": "2020-06-29T11:21:55.406Z",
"updatedAt": "2020-06-29T11:21:55.406Z",
"lastLogin": "2020-06-29T11:21:55.406Z"
},
"modifiedBy": {
"id": "5ef9ced34ba08a2aac9b83cd",
"status": "active",
"firstName": "Test",
"lastName": "Admin",
"email": "test1@test.com",
"createdAt": "2020-06-29T11:21:55.406Z",
"updatedAt": "2020-06-29T11:21:55.406Z",
"lastLogin": "2020-06-29T11:21:55.406Z"
},
"form": "5ef9cf094ba08a2aac9e912a",
"project": "5efd9b5cda30d50b26c495dd",
"totalExpectedEntries": 959,
"createdAt": "2020-07-08T12:29:11.447Z",
"updatedAt": "2020-07-08T12:29:11.447Z"
},
...
],
"_metadata": {
"total": 1073988,
"perPage": 5,
"pageCount": 214798,
"pageLinks": {
"current": "https://api.databeaver.co/v1/dispatches?project=5efd9b5cda30d50b26c495dd&perPage=5&page=1",
"next": "https://api.databeaver.co/v1/dispatches?project=5efd9b5cda30d50b26c495dd&perPage=5&page=2"
}
}
}Get Dispatch by Id
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?