GET Profiles/Certifications/Types
Perform a paginated search of Certifications for a given Profile.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Keyword | string |
None. |
|
ProfileRportName | string |
None. |
|
CertificationTypeID | integer |
None. |
|
ProfileId | integer |
None. |
|
CertificationNumber | string |
None. |
|
CertificationDate | date |
None. |
|
ReinstatedDate | date |
None. |
|
ExpirationDate | date |
None. |
|
CertificationDateBefore | date |
None. |
|
CertificationDateAfter | date |
None. |
|
CertificationDateInclusive | boolean |
None. |
|
ReinstatedDateBefore | date |
None. |
|
ReinstatedDateAfter | date |
None. |
|
ReinstatedDateInclusive | boolean |
None. |
|
ExpirationDateBefore | date |
None. |
|
ExpirationDateAfter | date |
None. |
|
ExpirationDateInclusive | boolean |
None. |
|
Emails | Collection of string |
None. |
|
IncludeProfile | boolean |
None. |
|
IncludeProfileView | boolean |
None. |
|
IncludeCertificationType | boolean |
None. |
|
IncludeCertificationRequirements | boolean |
None. |
|
IncludeActiveEarnedCeus | boolean |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
OrderBy | string |
None. |
|
OrderByPropertyNameMapping | Dictionary of string [key] and string [value] |
None. |
|
OrderByPropertyMappingPrefixesToIgnore | Collection of string |
None. |
|
OrderByPropertyMappingPrefixesToAppend | Collection of string |
None. |
|
OrderByExpression | string |
None. |
|
ObjectState | ObjectStateEnum |
None. |
Body Parameters
None.
Response Information
Resource Description
Paged result DTO of ProfileCertificationTypeDtos.
SearchResultDtoOfIEnumerableOfProfileCertificationTypeDtoName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
TotalPages | integer |
None. |
|
CurrentPageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
Result | Collection of ProfileCertificationTypeDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.