v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBJobs
Search Jobs By Hashcodes And Locales
Search Job(s), based on locales and hashcodes. We allow total 20000 records to be passed. Means it could be 10 locales * 2000 hashcodes or 1 locale * 20000 hashcodes or no locales and just 20000 hashcodes, etc
post/jobs-api/v3/projects/{projectId}/jobs/find-jobs-by-strings
Path parameters
projectIdstring required
A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.
Request body
Response
OK
Example response
{
"response": {
"data": {
"items": [
{
"dueDate": "2020-11-21T01:51:17Z"
}
]
}
}
}