Return All Schedules By ProfileId And Modified Date

Returns all schedules based on profileId ordered by modified date.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

query Parameters
page
integer
Default: 1

Starting page number.

pageSize
integer <int32>
Default: 10

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

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

get/compliance/kyc-protect/profiles/{profileId}/schedules
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9",
  • "isEmailRequired": true,
  • "emailRecipients": [
    ],
  • "createdById": 0,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "createdBy": "string",
  • "modifiedById": 0,
  • "modifiedAt": "2019-08-24T14:15:22Z",
  • "modifiedBy": "string",
  • "type": "string",
  • "name": "string",
  • "firstName": "string",
  • "middleName": "string",
  • "lastName": "string",
  • "gender": "string",
  • "dateOfBirth": "2019-08-24",
  • "countries": [
    ],
  • "threshold": 0,
  • "datasets": [
    ],
  • "pepTiers": [
    ],
  • "correlationId": "string"
}