services
Get all services descriptor for a group
Get all services descriptor for a group
get/api/groups/{serviceGroupId}/services
Path parameters
serviceGroupIdstring required
The service group id
Response
Successful operation
Example response
[
{
"authorizedEntities": [
"a string value"
],
"clientId": "a string value",
"clientName": "a string value",
"clientSecret": "a string value",
"dailyQuota": 123,
"enabled": true,
"metadata": {
"key": "value"
},
"monthlyQuota": 123,
"throttlingQuota": 123
}
]