recordings
Recording Conversion Order
post/api/recordings/conversion-order
Headers
x-csrf-tokenstring
api-keystring
Cookies
session_idstring
Request body
Example request
{
"original_id": "00000000-0000-0000-0000-000000000001",
"models": [
{
"id": "00000000-0000-0000-0000-000000000001",
"params": [
{
"id": "00000000-0000-0000-0000-000000000001"
}
]
}
]
}Response
Successful Response
Example response
[
{
"id": "00000000-0000-0000-0000-000000000001",
"project_id": "00000000-0000-0000-0000-000000000001",
"parent_folder_id": "00000000-0000-0000-0000-000000000001",
"original_id": "00000000-0000-0000-0000-000000000001",
"model_id": "00000000-0000-0000-0000-000000000001",
"calibration_id": "00000000-0000-0000-0000-000000000001",
"params": [
{
"id": "00000000-0000-0000-0000-000000000001"
}
]
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.