GET api2/access_groups/{groupID}/products/{id}.json
Get access group products by id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupID |
access group ID |
integer |
Required |
id |
access group products ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
access group products
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | GroupEntrys |
None. |
Response Format
{ "entry": { "id": 1, "group_id": "sample string 2", "product_name": "sample string 3", "product_id_long": "sample string 4", "product_id": 1, "created_at": "2024-11-01T04:29:32.9423041+01:00", "start_at": "2024-11-01T04:29:32.9423041+01:00", "end_at": "2024-11-01T04:29:32.9423041+01:00", "delete_after": 1, "company_id": 1, "valid_after": 1, "valid": 1 } }