Operation
Information of the operation
Rw ui textbox macro | ||
---|---|---|
| ||
Only accessible with permission of pms.integration.channel |
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}/channel |
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/source |
Response
Property | Type | Required | Description |
---|---|---|---|
Page | Page | true | Description of the response of the success operation |
Entity
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Example response
Code Block | ||
---|---|---|
| ||
{ "count": 105, "offset": 0, "limit": 103, "list": [ { "id": 2, "codeid": "OTA", "name": "Online Travel Agency"20, }, { "id"code": 8"MAIL", "code": "CS2", "name": "ChainSourceE 2mail" , }, { "idorder": 141, "code": "CS3", "namechainChannelGroupId": "ChainSource1 3" }, }, { "id": 20, { "code": "CS4", "nameid": "ChainSource 4"21, }, { "idcode": 26"TELF", "code": "CS5", "name": "ChainSourcePhone 5call" , }, { "idorder": 322, "code": "CS6", "namechainChannelGroupId": "ChainSource2 6" }, }, { "id": 38,{ "code": "CS7", "nameid": "ChainSource 7" 22, }, { "idcode": 44"FRONT", "code": "CS8", "name": "ChainSourceFront 8" }, {Desk", "id": 50, "codeorder": "CS9", "name": "ChainSource 9" }, { 3, "id": 56, "codechainChannelGroupId": "CS10", 3 "name": "ChainSource 10" } } ] } |