ChainVIPLevel List [GET]

Operation

Information of the operation

GET
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/chainVIPLevel


Request


PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter
Unique identificator of the chain.
activebooleanfalserequest  parameternullStatus of the Chain VIP Level

Example request

GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/chainVIPLevel


Response

PropertyTypeRequiredDescription
PagePagetrueDescription of the response of the success operation

Entity



FieldTypeRequiredDescription
idinttrueId of the ChainVIPLevel
chainIdinttrueChain Id of the ChainVIPLevel
codestringtrueCode of the ChainVIPLevel
namestringtrueName of the ChainVIPLevel
colorCodestringtrueColor code of the ChainVIPLevel
remarkstringtrueRemark of the ChainVIPLevelGroup
activebooleantrueStatus of the ChainVIPLevelGroup
createdDateLocalDateTimetrueCreation Date of the ChainVIPLevelGroup
modifiedDateLocalDateTimetrueModified 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
  }
]