Return Schedule By ProfileId And ScheduleId

Returns a schedule by profileId and scheduleId.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

scheduleId
required
string

id of the schedule

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

get/compliance/kyc-protect/profiles/{profileId}/schedules/{scheduleId}
Request samples
Response samples
application/json
{
  • "totalSize": 0,
  • "items": [
    ]
}