- Get Entity Group Controls by Entity Type
List Entity Groups
Get an Entity Group
Entity Group Audit Log
Get Entity Group Controls...
Get controls of entity group by entity type
Security
Auth0(Required scopes: offline_accessmanage:services)
- Live Serverhttps://api.mediamath.com/api/v3.0/entity_groups/{entity_group_id}/controls/{entity_type}
curl -i -X GET \
'https://api.mediamath.com/api/v3.0/entity_groups/{entity_group_id}/controls/{entity_type}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ { … } ], "meta": { "status": "success", "count": 10, "total_count": 100, "offset": 0, "next_page": "string", "prev_page": "string" } }