API by router
Roster
Internal Start Cascade
Path Parameters
instance_idInstance Id
Format
uuidshift_idShift Id
Format
uuidtier?Tier
Default
1Range
1 <= value <= 5Response Body
curl -X POST "https://loading/internal/v1/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/roster/cascade" \ -H "Content-Type: application/json" \ -d '{ "shift_id": "f15914ca-a3fc-41f9-a948-5ac849d2a017" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Internal Roster Respond
Path Parameters
instance_idInstance Id
Format
uuidchannel?Channel
Default
"whatsapp"Length
length <= 30person_idPerson Id
Format
uuidresponse_textResponse Text
Length
1 <= length <= 100Response Body
curl -X POST "https://loading/internal/v1/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/roster/respond" \ -H "Content-Type: application/json" \ -d '{ "person_id": "087e858e-473c-4f50-b5b0-c1df6c021550", "response_text": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Internal Shift Fill Status
Path Parameters
instance_idInstance Id
Format
uuidshift_idShift Id
Format
uuidResponse Body
curl -X GET "https://loading/internal/v1/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/roster/shift-status/497f6eca-6276-4993-bfeb-53cbbbba6f08"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}