Description
Created and assigned for certifications. Click Certification Type for more information.
Resource Overview
| Endpoint | Definition | 
| GET/CertificationTypes | Retrieve a list of information related to certification types.   | 
Attributes
| Attribute | Description  | Data Type  | Notes   | 
|---|---|---|---|
| Active | indicates if the certification should be active or inactive | ||
| CertificationTypeID | unique identifier for the certification type | integer(int32) | |
| CertificationTypeName | title given to created certification types | string  | Max Length:50 | 
| CreatedByUserID | unique identifier of the user who created the record | integer(int32) | |
| CreatedByUserName | name of the user who created the record | string | Max Length: 101 | 
| CreatedDateTime | date and time when the record was created | DateTime(YYY-MM-DDHH:MM:SS) | |
| LastModifiedByUserID | unique identifier of the user who made the most recent change to record | integer(int32) | |
| LastModifiedByUserName | name of the user who made the most recent change to record | string | Max Length: 101 | 
| LastModifiedDateTime | date and time when the record was last modified | DateTime(YYYY-MM-DD HH:MM:SS) |