get https://ag.eqhub.eqbr.com/api/v1/nft-kits//roles
Returns a list of roles. You can use query parameters to return results with specific conditions.
Response
| name | Type | Required | Description |
|---|---|---|---|
| count | Number | True | The total count of data matching the query conditions. |
| rows | Object[] | True | An array of data matching the requested range. |
rows object
| name | Type | Required | Description |
|---|---|---|---|
| role_id | Number | True | A unique identifier of the role. |
| nft_kit_id | Number | True | A unique identifier of the NFT kit. |
| address | String | True | The account address that holds the permissions for the specified role. |
| role | String | True | The name of the role. e.g. [ADMIN_ROLE, MANAGER_ROLE][ADMIN_ROLE, MANAGER_ROLE] |
| role_hash | String | True | The Keccak-256 hash value of the role. |
| has_role | Bool | True | The role status. |
| created_at | String | True | Moment when role was created. |
| updated_at | String | True | Moment when role was updated. |
