GET ProfileRelations
Get all or search for profile relations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileID | integer |
None. |
|
| RelProfileID | integer |
None. |
|
| RelProfileIds | Collection of integer |
None. |
|
| RelationID | integer |
None. |
|
| RelationTypeID | integer |
None. |
|
| InvRelationTypeID | integer |
None. |
|
| RelationType | string |
None. |
|
| InvRelationType | string |
None. |
|
| DateCreated | date |
None. |
|
| DateChanged | date |
None. |
|
| MainContact | boolean |
None. |
|
| ReceivesCommunication | boolean |
None. |
|
| Title | string |
None. |
|
| RoleID | integer |
None. |
|
| BillingContact | boolean |
None. |
|
| PaysInvoices | boolean |
None. |
|
| ReportName | string |
None. |
|
| string |
None. |
||
| WorkPhone | string |
None. |
|
| IsEditor | boolean |
None. |
|
| PrimaryRelationType | boolean |
None. |
|
| RelatedProfileMustExist | boolean |
None. |
|
| ViewPublicOnly | 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
SearchResultDtoOfIEnumerableOfProfileRelationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| TotalPages | integer |
None. |
|
| CurrentPageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| Result | Collection of ProfileRelationDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.