View a Group Related to a Container
https://api.ocamba.com/v1/hood/containers/{id}/groups/{gid}
https://api.ocamba.com/v1/hood/containers/{id}/groups/{gid}
Retrieves a specific container group related to the specified container
Name
Descriptionidstringrequired
Unique resource identifier.Example: 12345
gidstringrequired
Unique group identifier.Example: 1001
Name
Descriptionfieldsstring
Fields parameter represents array of dimensions and measures. Dimensions are used to categorize, segment, and reveal the details of the data. Measures contain numeric, quantitative values that can be measured. At least one measure is required.Example: fields=field1,field2,field3
viewstring
Hood API returns full representation of the resource using the "view=full" query parameter. If not specified, the default view will be used.Note that the "fields" parameter has precedence over the "view" parameter.
Example: view=full/default
200 - OK
Name
Descriptionitems[ group ]
An array of all created items.Group
Name
Descriptioncolorstring
Group color.Example: #6d9382
company_idstring
A unique company identifier generated by the Ocamba.Example: 7196310
create_timestring
Timezone: GMT.Example: 2021-10-29 12:47:00
descriptionstring
The more detailed description of the Group.Example: This is my first group.
idstring
A unique identifier generated by the Ocamba.Example: 450
item_idsarray
This field isn't readable, it helps you add items to the group on group creation.Example: ["30677878","44676391","7403921"]
namestring
Group name.Example: example_group_name
num_of_itemsnumber
Number of items.Example: 9
update_timestring
Timezone: GMT.Example: 2021-10-30 14:27:26
totalinteger
A total nubmer of items.Example: 1
tip
1 If you don' know the container id, list the containers to find it.
2 If you don' know the group id, list the specified containers groups to find it.