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
Show child attributes
Reference ID of the entity, can be Schedule Id or Purchase Id
Identifier of the entity
Type of the entity, can be Rate card or Pricing rule
Error message for the validation