Core Service
string · requiredstring · required
clients
Operations addressed under /clients — 1 operation.
get-resource-authority-list
GET
https://dg-sandbox.dgpays.com/core-service
/clients/{clientId}/resources/by-name/{resourceName}/authorities
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as GetResourceAuthorityListDto.
| Field | Declared type | Nullable |
|---|---|---|
Users | List<UserDto> (collection) | no |
Roles | List<RoleDto> (collection) | no |
Groups | List<GroupDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
clientIdresourceNameget-resource-authority-list › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
object[]
object[]
object[]