View Application group
https://api.ocamba.com/v1/hood/application-groups/{id}
https://api.ocamba.com/v1/hood/application-groups/{id}
Retrieves the details of an Application group that has previously been created if a valid identifier was provided
Name
Descriptionidstringrequired
Unique resource identifier.Example: 12345
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[ application-group ]
An array of all created items.Application Group
Name
Descriptioncolorstring
Group color.Example: #6d9382
company_idstring
A unique company identifier generated by the Ocamba platform.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 platform.Example: 1005
itemsarray
Array of applications, maximum number of items is limited by your plan.Example: {"google.com", "www.youtube.com"}
namestring
Group name.Example: example_group_name
sizenumber
Number of items.Example: 9
update_timestring
Timezone: GMT.Example: 2021-10-30 14:27:26
totalinteger
A total number of items.Example: 1
tip
1 If you don't know the group id, list the groups to find it.