Certn integration (Security, Productivity). Imported from open-connector.
https://api.sandbox.certn.co/api/public/cases/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | One-based page number to request from Certn. |
| pageSize | integer | optional | Number of results to return per page. Certn defaults to 10 and allows at most 1… |
| emailAddress | string | optional | Filter cases by applicant email address. |
| groupIds | array | optional | Filter cases by one or more Certn group UUIDs. |
| overallStatuses | array | optional | Filter cases by one or more Certn overall status values. |
| tags | array | optional | Filter cases by one or more Certn tag values. |
| checkTypes | array | optional | Filter cases by one or more Certn versioned check type identifiers. |
/api/public/cases/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Certn UUID. |
/api/public/users/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | One-based page number to request from Certn. |
| pageSize | integer | optional | Number of results to return per page. Certn defaults to 10 and allows at most 1… |
| string | optional | Filter users by email address. | |
| fullName | string | optional | Filter users by full name. |
| groupIds | array | optional | Filter users by one or more Certn group UUIDs. |
| id | string | optional | Certn UUID. |
| isActive | boolean | optional | Whether to return active or inactive users. |
| roles | array | optional | Filter users by one or more Certn portal roles. |
/api/public/users/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Certn UUID. |
/api/public/groups/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | One-based page number to request from Certn. |
| pageSize | integer | optional | Number of results to return per page. Certn defaults to 10 and allows at most 1… |
| id | string | optional | Certn UUID. |
| isActive | boolean | optional | Whether to return active or inactive groups. |
| name | string | optional | Filter groups by name. |
| parentId | string | optional | Certn UUID. |
/api/public/groups/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Certn UUID. |
/api/public/packages/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | One-based page number to request from Certn. |
| pageSize | integer | optional | Number of results to return per page. Certn defaults to 10 and allows at most 1… |
| isActive | boolean | optional | Whether to return active or inactive packages. |
| permissiblePurposes | array | optional | Filter packages by one or more permissible purpose values. |
/api/public/events/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | One-based page number to request from Certn. |
| lastProcessedEventId | string | optional | Certn UUID. |
/api/public/tags/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | One-based page number to request from Certn. |
| pageSize | integer | optional | Number of results to return per page. Certn defaults to 10 and allows at most 1… |
| id | string | optional | Certn UUID. |
| isActive | boolean | optional | Whether to return active or inactive tags. |
| name | string | optional | Filter tags by name. |
/api/public/questionnaires/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | One-based page number to request from Certn. |
| pageSize | integer | optional | Number of results to return per page. Certn defaults to 10 and allows at most 1… |