Certifications

Types

The Certification object

Field Type Description
CertificationId int
CertificationName string
Compact string

Endpoints

Get Certification List

Authorization needed

Request
GET https://api.ninthbrain.com/Certification/GetList?api-version=2.0
Example response
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
{
  // int
  "CertificationId": 0,
  // string
  "CertificationName": ""
  //string
  "Compact":"Compact Name"
}
Errors
  • bad_request (HTTP 400)
  • unauthorized (HTTP 401) - This APIKey is not valid for this service.