Get Role List

Returns a list of roles. You can use query parameters to return results with specific conditions.

Response

nameTypeRequiredDescription
countNumberTrueThe total count of data matching the query conditions.
rowsObject[]TrueAn array of data matching the requested range.

rows object

nameTypeRequiredDescription
role_idNumberTrueA unique identifier of the role.
nft_kit_idNumberTrueA unique identifier of the NFT kit.
addressStringTrueThe account address that holds the permissions for the specified role.
roleStringTrueThe name of the role. e.g. [ADMIN_ROLE, MANAGER_ROLE]
role_hashStringTrueThe Keccak-256 hash value of the role.
has_roleBoolTrueThe role status.
created_atStringTrueMoment when role was created.
updated_atStringTrueMoment when role was updated.
Language
Click Try It! to start a request and see the response here!