Retrieves all licence group rights, optionally filtered via OData query options.

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult containing the list of licence group rights.

licence_group_user_right_list
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
licence_group_id

Foreign key of the licence group this right is granted under.

globally unique identifier
user_right_id

Foreign key of the granted user right.

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": "7f2e761d-a048-41d2-a1d1-145ada65cf5b",
  "licence_group_id": "d9fa97cf-cabc-4b3f-8772-ce4300f3275b",
  "user_right_id": "b7285853-a3c2-4525-b51d-f207c733e625",
  "modified_dateutc": "2026-09-16T09:24:07.4514545+00:00"
}

application/xml, text/xml

Sample:
<licence_group_user_right_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>7f2e761d-a048-41d2-a1d1-145ada65cf5b</id>
  <licence_group_id>d9fa97cf-cabc-4b3f-8772-ce4300f3275b</licence_group_id>
  <modified_dateutc>2026-09-16T09:24:07.451Z</modified_dateutc>
  <user_right_id>b7285853-a3c2-4525-b51d-f207c733e625</user_right_id>
</licence_group_user_right_list>