メインコンテンツまでスキップ

Vehicle copy bulk action 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[]
Vehicle copy bulk action 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,
"payload_file": "string",
"result_file": "string",
"status": "string",
"type": "vehicle_upload",
"processing_started_at": "2024-07-29T15:51:28.071Z",
"processing_completed_at": "string",
"created_by_id": 0,
"created_by_email": "string",
"creator_username": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string",
"result_json": {
"copied_simulations": [
{
"simulation_id": 0,
"vehicle_ids": [
0
]
}
],
"skipped_simulation_ids": [
0
]
},
"payload_json": {
"source_simulation_id": 0,
"destination_simulation_ids": [
0
],
"copy_first_last_point_nodes": true,
"copy_dynamic_break_nodes": true,
"copy_pickup_dropoff_nodes": true
}
}
]
}