List board certification sources (Deprecated)

Returns a list of all board certification source that are currently supported and used for verifications.

Request
query Parameters
availability
string

If set, the items will be filtered on the availability specified by this parameter

Enum: "Available" "Disabled" "ComingSoon"
isDegraded
boolean

If set, the items will be filtered on the degraded status specified by this parameter

count
integer <int32> [ 1 .. 1000 ]

The number of items to include in a single page.

sortedBy
string

The property by which the returned data will be sorted.

Enum: "Id" "Name" "SourceId"
object
offset
integer <int32>
Deprecated

The offset for the page to start.

cursor
string

The cursor to render the page requested. To load the first page send an empty cursor, then the system will generate the cursors to go to the next and/or previous pages automatically.

sortDirection
string

The direction the returned data will be sorted by.

Enum: "Asc" "Desc"
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

500

Server Error

get/sources/board-certifications
Response samples
application/json
{
  • "previousCursor": "string",
  • "nextCursor": "string",
  • "nextOffset": 0,
  • "pageSize": 0,
  • "count": 0,
  • "totalCount": 0,
  • "items": [
    ],
  • "sortedBy": "Id",
  • "sortDirection": "Asc",
  • "sort": {
    }
}