GET
/
api
/
v1
/
admin
/
simulation
/
role-template-drift
/
{organization_id}
Get Role Template Drift
curl --request GET \
  --url https://api.jobsim.work/api/v1/admin/simulation/role-template-drift/{organization_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

Query Parameters

channel_preset_key
string
default:general_office
task_preset_key
string
default:hr_workforce
scenario_name
string | null

Response

Successful Response