get specific entry
GET /api/rest/customer/v1/cdr-exports/:id
Request
Headers
Route
GET /api/rest/customer/v1/cdr-exports/aa4ed39a-a26e-11ef-a008-0242ac120003
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "aa4ed39a-a26e-11ef-a008-0242ac120003",
"type": "cdr-exports",
"links": {
"self": "http://example.org/api/rest/customer/v1/cdr-exports/aa4ed39a-a26e-11ef-a008-0242ac120003"
},
"attributes": {
"filters": {
"time_start_gteq": "2018-01-01T00:00:00.000Z"
},
"status": "Pending",
"rows-count": null,
"created-at": "2024-11-14T09:56:05.916Z",
"updated-at": "2024-11-14T09:56:05.916Z"
},
"relationships": {
"account": {
"links": {
"self": "http://example.org/api/rest/customer/v1/cdr-exports/aa4ed39a-a26e-11ef-a008-0242ac120003/relationships/account",
"related": "http://example.org/api/rest/customer/v1/cdr-exports/aa4ed39a-a26e-11ef-a008-0242ac120003/account"
}
}
}
}
}