GET Certifications/Activities
Perform a paginated search of Certification Activities given a search string
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Keyword | string |
None. |
|
ProfileCertificationTypeID | integer |
None. |
|
ProfileId | integer |
None. |
|
ActivityType | integer |
None. |
|
ActivityDate | date |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
CECreditTypeID | integer |
None. |
|
CertificationActivitySourceID | integer |
None. |
|
EventAttendeeID | integer |
None. |
|
CertificationTypeID | integer |
None. |
|
IncludeCE_CreditType | boolean |
None. |
|
IncludeCertificationActivitySource | 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
SearchResultDtoOfIEnumerableOfCertificationActivityDtoName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
TotalPages | integer |
None. |
|
CurrentPageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
Result | Collection of CertificationActivityDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.