GET Affiliation/{affCode}/Profiles
returns all profiles for a given affiliation code as a paginated list
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affCode |
if AffCode is given as a url parameter (i.e. ?AffCode=my+aff+code), then this AffCode is ignored |
string |
Required |
AffCode | string |
None. |
|
AffCodes | Collection of string |
None. |
|
ProfileId | integer |
None. |
|
AffCodeType | string |
None. |
|
ProfileIds | Collection of integer |
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
SearchResultDtoOfIEnumerableOfPublicProfileDtoName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
TotalPages | integer |
None. |
|
CurrentPageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
Result | Collection of PublicProfileDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.