Retrieves the licence_group_user_right_list with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
licence_group_user_right_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier | ||
| licence_group_id | globally unique identifier | ||
| user_right_id | globally unique identifier | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "87189fc6-5fa0-4c97-9fa0-b7edb21d7856",
"licence_group_id": "2cf7e3bf-f9ca-4598-a6f0-875f684b2f1a",
"user_right_id": "33ecc41a-be51-4a86-b71f-d3d500018342",
"modified_dateutc": "2026-01-12T00:19:59.1934513+00:00"
}
application/xml, text/xml
Sample:
<licence_group_user_right_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>87189fc6-5fa0-4c97-9fa0-b7edb21d7856</id> <licence_group_id>2cf7e3bf-f9ca-4598-a6f0-875f684b2f1a</licence_group_id> <modified_dateutc>2026-01-12T00:19:59.193Z</modified_dateutc> <user_right_id>33ecc41a-be51-4a86-b71f-d3d500018342</user_right_id> </licence_group_user_right_list>