Show Access Groups
This process returns the groups that your acl has access to. Note that API Groups are always manually created by a StrandVision system administrator and they are assigned in the StrandVision web site on the Signage Pages, API page. Secret Hmac Required. Cache Time 1 Hour. Reset if key edited.
GET
/Api/Read/Groups
curl \
--request GET 'https://wapi.strandvision.com/v1.0/Api/Read/Groups' \
--header "X-ApiKey: $API_KEY" \
--header "Authorization: X-apidate $ACCESS_TOKEN" \
--header "Authorization: X-apihmac $ACCESS_TOKEN"
Response examples (200)
[
{
"Id": 101,
"Name": "Read/Write People",
"Created": "2023-04-24 22:24:04 UTC",
"Is_Public": 10
},
{
"Id": 102,
"Name": "Read User Database",
"Created": "2023-04-24 22:24:04 UTC",
"Is_Public": 10
},
{
"Id": 105,
"Name": "Read/Write Signage Pages",
"Created": "2023-04-24 22:24:04 UTC",
"Is_Public": 10
}
]