Setup User Certification

List

Retrieve a paginated list of Setup User Certification records. Supports filtering, sorting, and search.

get/api/cp/setup/certification

Response

Successful response

idinteger

Id

user_idinteger

User Id

namestring

Name

pass_datestring date-time

Pass Date

notesstring

Notes

provided_bystring

Provided By

user_emailstring email

User Email

Example response

[
  {
    "id": 12345,
    "user_id": 1,
    "name": "Example Name",
    "pass_date": "2025-01-17T10:30:00Z",
    "notes": "Sample notes text content",
    "provided_by": "example_provided_by",
    "user_email": "example_user_email"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.