GET api/Rangliste/{mandantId}/Group/{groupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mandantId | globally unique identifier |
Required |
|
| groupId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RanglisteItem| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| string |
None. |
||
| DisplayName | string |
None. |
|
| UserName | string |
None. |
|
| MandantId | globally unique identifier |
None. |
|
| Points | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"UserId": "7f8e517a-4593-4898-a823-989a44b243b0",
"Email": "sample string 2",
"DisplayName": "sample string 3",
"UserName": "sample string 4",
"MandantId": "c4a44611-9be0-4563-b073-261fb4ac9630",
"Points": 6.1
},
{
"$ref": "1"
}
]