Booking handover datamodel response
meta object
Meta model representing pagination information. Used for th majority of request.
limitinteger | nullnullable
Number of results in the current results
nextstring,null<uri-reference>nullable
URL to retrieve next page with data
offsetinteger
Offset in the requested collection from which the current results start.
previousstring | nullnullable
URI of the previous page
total_countinteger
Total number of items in the collection
has_moreboolean | nullnullable
true if there are more pages left to retrieve, otherwise false
query_slugstring | nullnullable
Indicates if the reponse used custom data query slug
database_usedstring | nullnullable
objectsobject[]
Booking handover datamodel response
{
"meta": {
"limit": 0,
"next": "string",
"offset": 0,
"previous": "string",
"total_count": 0,
"has_more": true,
"query_slug": "string",
"database_used": "string"
},
"objects": [
{
"project_id": 0,
"simulation_id": 0,
"source_id": 0,
"source_vehicle_id": 0,
"recipient_id": 0,
"recipient_vehicle_id": 0,
"state": "committed",
"rejection_cause": "string",
"booking_ids": [
0
],
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}
]
}