v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Jobs

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

hashcodesstring[]

The array of hashcodes to search a job containing given hashcodes. If empty, response will also be empty list.

localeIdsstring[]

List of localeIds to search jobs associated with provided hashcodes and locales. If empty, search will be performed only by hashcodes.

Response

OK

Example response

{
  "response": {
    "data": {
      "items": [
        {
          "dueDate": "2020-11-21T01:51:17Z"
        }
      ]
    }
  }
}