Skip to content

Return All Schedules By ProfileId And Modified Date

Request

Returns all schedules based on profileId ordered by modified date.

Security
bearerToken
Path
profileIdstring, (uuid)required

id of the profile

Query
pageinteger

Starting page number.

Default:1
pageSizeinteger

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/schedules?page=1&pageSize=0' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
itemsArray of objects
totalSizenumber
Response
{ "items": [ {} ], "totalSize": 0 }