Description
Official validation of acquired skills or knowledge for an employee. Click Certification Screen for more information.
Resource Overview
| Endpoint | Definition | 
| GET/Certifications | Retrieve a list of information related to certifications. | 
Attributes
| Attribute | Description  | Data Type  | Notes   | 
|---|---|---|---|
|  CertificationDate | date when the certification is effective | Date(YYYY-MM-DD) | |
| CertificationID | unique identifier for the certification | integer(int32) | |
| CertificationTypeID | unique identifier for the certification type | integer(int32) | |
| CertificationTypeName | title given to created certification types | string  | Max Length:50 | 
| ContactID | unique identifier for contacts in Aspire system | integerint32) | |
| ContactName | full name of the contact | string | Max Length: 101 | 
| 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(YYYY-MM-DDHH:MM:SS) | |
| ExpirationDate | date when certification expires | Date(YYYY-MM-DD) | |
| 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) |