Response for bulk actions
project_idinteger
Project ID that the task has been executed for
simulation_idinteger | nullnullable
Simulation identifier (if any) used in task
payload_filestring
Reference of the save payload of the task
result_filestring
Link to the file with the task results
statusstring
Status of the task. completed stands for successful completion of the task.
typeBulk actions types (string)
Type of the task executed
Possible values: [vehicle_upload, passenger_upload, vehicle_copy, truckr_export_vehicles ]
processing_started_atstring<date-time>
Task start time stamp
processing_completed_atstring
Task completion timestamp
created_by_idinteger
User ID that created the task
created_by_emailstring | nullnullable
Email of the user that created the task
creator_usernamestring
Username of the user created the task
created_atstring<date-time>
Creation timestamp of an object
id object
Identifier of the object
- integer
- uuid
integer
Can be integer
string
Can be UUID
modified_atstring<date-time>
Last modification timestampo of the object
resource_uristring<uri-reference>
URI of the object instance
Response for bulk actions
{
"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"
}