cURL
curl --request GET \ --url https://api.togai.com/v2/schedules/{schedule_id}/errors \ --header 'Authorization: Bearer <token>'
{ "data": [ { "referenceId": "<string>", "entityId": "<string>", "entityType": "<string>", "errorMessage": "<string>" } ], "nextToken": "<string>" }
Get list of errors of a acc schedule
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"sch.20aUyEZSuYq.SoGbS"
Paginated response for draft entities validations
The response is of type object.
object