GET Profile/{profileId}/RelationsWithRights
Get profile relationships for given profile and it's access rights attached to the profile relation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
profileId | integer |
Required |
|
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
SearchResultDtoOfIEnumerableOfEditableProfileRelationDtoName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
TotalPages | integer |
None. |
|
CurrentPageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
Result | Collection of EditableProfileRelationDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.