GET api/EULA/GetAdminPageData/{Culture}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Culture | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EULAMembersName | Description | Type | Additional information |
---|---|---|---|
EULAID | integer |
None. |
|
Title | string |
None. |
|
DistributionGroup | string |
None. |
|
Active | boolean |
None. |
|
CreatedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "EULAID": 1, "Title": "sample string 2", "DistributionGroup": "sample string 3", "Active": true, "CreatedOn": "2024-11-27T19:54:55.0802465+00:00" }, { "EULAID": 1, "Title": "sample string 2", "DistributionGroup": "sample string 3", "Active": true, "CreatedOn": "2024-11-27T19:54:55.0802465+00:00" } ]