Returns a list of all board certification source that are currently supported and used for verifications.
Success
Bad Request
Unauthorized
Forbidden
Server Error
{- "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "availability": "Available",
- "isDegraded": true,
}
], - "sortedBy": "Id",
- "sortDirection": "Asc",
- "sort": {
- "property1": "Asc",
- "property2": "Asc"
}
}