Certifications
| Field | Type | Description |
|---|---|---|
| CertificationId | int | |
| CertificationName | string |
Authorization needed
GET https://api.ninthbrain.com/Certification/GetList?api-version=2.0
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
{
// int
"CertificationId": 0,
// string
"CertificationName": ""
}
bad_request(HTTP 400)unauthorized(HTTP 401) - This APIKey is not valid for this service.
Ninth Brain API Documentation