ChainVIPLevel List [GET]
Operation
Information of the operation
GET
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/chainVIPLevel
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | Unique identificator of the chain. | |
active | boolean | false | request parameter | null | Status of the Chain VIP Level |
Example request
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/chainVIPLevel
Response
Property | Type | Required | Description |
---|---|---|---|
Page | Page | true | Description of the response of the success operation |
Entity
Field Type Required Description id int true Id of the ChainVIPLevel chainId int true Chain Id of the ChainVIPLevel code string true Code of the ChainVIPLevel name string true Name of the ChainVIPLevel colorCode string true Color code of the ChainVIPLevel remark string true Remark of the ChainVIPLevelGroup active boolean true Status of the ChainVIPLevelGroup createdDate LocalDateTime true Creation Date of the ChainVIPLevelGroup modifiedDate LocalDateTime true Modified Date of the ChainVIPLevelGroup
Example response
[ { "id": 1, "chainId": 1, "code": "1", "name": "VIP 1", "colorCode": "#43A047", "remark": null, "active": false, "createdDate": "2022-01-27T16:45:00.7231809", "modifiedDate": null }, { "id": 2, "chainId": 1, "code": "2", "name": "VIP 2", "colorCode": "#4527A0", "remark": null, "active": false, "createdDate": "2022-01-27T16:45:17.4576053", "modifiedDate": null } ]