Export Task
POST
/v1/tasks/export
task
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/tasks/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"uids": [
"string"
],
"to_icap": true
}'
Response Response Example
200 - Example 1
null
Request
Body Params application/json
Responses
Modified at 2024-06-27 02:28:26