curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/compare \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
]
}'
{
"segments": [
{
"uid": "<string>",
"state": "Miss"
}
]
}
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/compare \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
]
}'
{
"segments": [
{
"uid": "<string>",
"state": "Miss"
}
]
}
1 <= x <= 15
1 <= x <= 15
successful operation
The response is of type object
.
Was this page helpful?