v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Workflow Assignment

Search For User Assignments

Search for workflow step assignments for single user

post/people-api/v3/accounts/{accountUid}/users/{userUid}/workflow-steps

Path parameters

accountUidstring uid required

The account’s unique identifier. This can be found in the Smartling Dashboard under Account Settings > API.

userUidstring uid required

User identifier.

Request body

offsetTokenstring

Offset token for next data batch or null

limitinteger

Size of batch for single request

Example request

{
  "offsetToken": "67f4287b-895f-4fc6-b672-6e3f376b0cd5",
  "limit": 1000
}

Response

OK

Example response

{
  "response": {
    "data": {
      "workflowStepUserAssignments": [
        {
          "workflowStepAssignments": [
            {
              "workflowStepUid": "8312172ed60d",
              "localePairs": {
                "sourceLocaleId": "en-US",
                "targetLocaleIds": [
                  "fr-FR",
                  "es-ES"
                ]
              }
            }
          ]
        }
      ]
    }
  }
}