Operation
Information of the operation
Rw ui textbox macro | ||
---|---|---|
| ||
Only accessible with permission of pms.integration.segmentrate |
Style |
---|
table { width: 100%; } body.page-gadget { padding-top: 20px; } .separator{ margin: 5px 0; } |
Div | ||
---|---|---|
| ||
GET |
Div | ||
---|---|---|
| ||
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/segmentrate |
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | 0 | Unique identificator of the chain. |
offset | Integer | false | request parameter | 0 | Offset of the array of results. |
limit | Integer | false | request parameter | 10 | Limit of results. |
sort | string | false | request parameter | id | Property of the entity to sort by. |
sortMode | string | false | request parameter | asc | Mode of sorting. |
Example request
Code Block | ||||
---|---|---|---|---|
| ||||
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/segmentrate |
Response
Property | Type | Required | Description |
---|---|---|---|
Page | Page | true | Description of the response of the success operation |
Entity
Insert excerpt | |||||||
---|---|---|---|---|---|---|---|
|
Example response
Code Block | ||
---|---|---|
| ||
{ "count": 1951, "offset": 0, "limit": 103, "list": [{ { "id": 1, "code": "HOMEBAR", "name": "HouseBAR AccountSA", "order"chainRateTypeId": 161, "chainSegmentGroupId"active": 1 true }, { "id": 23, "code": "FREEBARAD", "name": "FreeBAR of ChargeAD", "order"chainRateTypeId": 17, 1, "chainSegmentGroupIdactive": 2 true }, { "id": 3, 4, "code": "LEISUBARHB", "name": "LeisureBAR HB", "orderchainRateTypeId": 01, "chainSegmentGroupIdactive": null true } ] } |