GET api/GroupUser/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
GroupUserName | Description | Type | Additional information |
---|---|---|---|
EntityKey | string |
None. |
|
EntityDisplayName | string |
None. |
|
RowVersion | Collection of byte |
None. |
|
LastWriteDate | date |
None. |
|
CreationDate | date |
None. |
|
LastWriteUser | string |
None. |
|
CreationUser | string |
None. |
|
Id | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
GroupId | globally unique identifier |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "LastWriteDate": "2022-05-26T22:10:12.4382519+02:00", "CreationDate": "2022-05-26T22:10:12.4382519+02:00", "LastWriteUser": "sample string 5", "CreationUser": "sample string 6", "Id": "563c2c81-38fc-40d6-a1ad-71010f1447f3", "UserId": "79547c89-5da8-4f8c-8f0b-c16b7aff3b42", "GroupId": "bfd1ccdc-873b-40a8-a0e7-3a8945aed0dc" }
application/xml, text/xml
Sample:
<GroupUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_creationDate>2022-05-26T22:10:12.4382519+02:00</_creationDate> <_creationUser>sample string 6</_creationUser> <_entityState>Created</_entityState> <_groupId>bfd1ccdc-873b-40a8-a0e7-3a8945aed0dc</_groupId> <_id>563c2c81-38fc-40d6-a1ad-71010f1447f3</_id> <_lastWriteDate>2022-05-26T22:10:12.4382519+02:00</_lastWriteDate> <_lastWriteUser>sample string 5</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> <_userId>79547c89-5da8-4f8c-8f0b-c16b7aff3b42</_userId> </GroupUser>