Path Parameters
Body
application/json
Required array length:
1 - 1000
elementsResponse
successful operation
curl --request POST \
--url https://cloud.memsource.com/web/api2/v3/projects/{projectUid}/jobs/export \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
]
}'
{
"jobs": [
{
"uid": "<string>"
}
]
}
curl --request POST \
--url https://cloud.memsource.com/web/api2/v3/projects/{projectUid}/jobs/export \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
]
}'
{
"jobs": [
{
"uid": "<string>"
}
]
}
1 - 1000
elementsShow child attributes
successful operation
Show child attributes
Was this page helpful?