# Return All Ordered Schedules Returns all schedules ordered by modified date. Endpoint: GET /compliance/kyc-protect/schedules Version: 1.10.9 Security: bearerToken ## Query parameters: - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. ## Response 200 fields (application/json): - `items` (array) - `items.id` (string) The id of the schedule - `items.searchId` (string) The id of the search that was being scheduled - `items.isEmailRequired` (boolean) Indicates whether the schedule requires an email to be sent when the search is run - `items.emailRecipients` (array) The email recipients that the email should be sent to when the search is run - `items.createdById` (integer) The id of the user who created the schedule - `items.createdAt` (string) The time the schedule was created - `items.createdBy` (string) The name of the user who created the schedule - `items.modifiedById` (integer) The id of the user who last modified the schedule - `items.modifiedAt` (string) The time the schedule was last modified - `items.modifiedBy` (string) The name of the user who last modified the schedule - `items.type` (string) The type of the schedule, i.e. business or individual - `items.name` (string) The name used in the search criteria - `items.firstName` (string) The first name used in the search criteria - `items.middleName` (string) The middle name used in the search criteria - `items.lastName` (string) The last name used in the search criteria - `items.gender` (string) The gender used in the search criteria, i.e. male or female - `items.dateOfBirth` (string) The date of birth used in the search criteria - `items.countries` (array) The list of country codes used in the search criteria - `items.threshold` (integer) The threshold used in the search criteria - `items.datasets` (array) The datasets used in the search criteria - `items.pepTiers` (array) The pep tiers used in the search criteria - `items.isDobRequired` (boolean,null) Indicates whether date of birth is required for the individual search. - `totalSize` (number) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected