Viewer Group
Get All Viewer Group
POST
https://api.gmetri.com/sdk/viewer_group/getAll
Get All viewer group of the organization
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Token <apiToken> |
Request Body
Name | Type | Description |
---|---|---|
orgSlug* | String |
Get Viewer Group
POST
https://api.gmetri.com/sdk/viewer_group/get
Get viewer group of the organization by viewer group id
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Token <apiToken> |
Request Body
Name | Type | Description |
---|---|---|
orgSlug* | String | |
viewerGroupId* | String | Unique identifier of the viewer group |
Last updated