- Welcome
- Introducing Babelway B2B Integration
- Starting with Babelway
- Managing Account Environments
- Managing Channels
- The Catalogue
- Tracking Messages
- Managing Alerts
- Managing Your Account
- Best Practices
- Channels
- List of Channels
- View Change Log
- General
- Gateway In
- Message In
- Transformation
- Message Out
- Gateway Out
- Email Gateway Out
- Ftp Client Gateway Out
- SFTP Client Gateway Out
- Ftp Server Gateway Out
- AS2 Gateway
- Http Client Out Gateway
- Web Gateway
- Generic Gateway
- Internal Gateway Out
- Null Gateway
- OFTP Server Gateway out
- OFTP client Gateway out
- Http Out Gateway
- SOAP Gateway
- Soap Client Out Gateway
- X.400 Gateway out
- Aggregator Gateway Out
- Email Gateway Out
- Email Notifications
- Routing
- Testing
- List of Channels
- Building a Channel
- The Catalogue
- Tracking Messages
- Alerts
- Account Management
- Rest API
- Receive Orders From
- Receive Orders from Colruyt
- Receive Orders from Carrefour
- Receive Orders from Brico
- Receive Orders from Castorama
- Receive Orders from Cora BE
- Receive Orders from Delfood
- Receive Orders from Delhaize
- Receive Orders from DEliXL
- Receive Orders from Intergamma
- Receive Orders from Intermarche
- Receive Orders from JavaFresh
- Receive Orders from Makro
- Receive Orders from Match
- Receive Orders from Carrefour France
- Receive Orders from Armonea
- Receive Orders from Colruyt
- Integrate Orders with
- Tradeshift
- Integration with Exact Online or Exact Globe
- Channel:SAP Idoc XML Order05 w/ Http client out
- System Metadata
- ODETTE Messages List
- External References
You can search and list channels for a given account environment.
http://www.babelway.net/SelfService/rest/v1/hub-{hubId}/channels.{format} where
| |
GET | |
yes ( About authentication ) |
Parameters can be added to filter the query
A string search on the channel name | |
a string search on the channel description | |
Returns messages created after the given timestamp. Timestamp should be formatted as a UNIX Epoch time (number of seconds since the first of January 1970) | |
Returns messages created before the given timestamp. Timestamp should be formatted as a UNIX Epoch time (number of seconds since the first of January 1970) | |
'true' or 'false' : returns channels that are deployed or not (i.e. in production). If not set, the API returns all channels regardless of their deployed state. | |
An integer to set the first result. By default, the value is at 0. The API returns 25 results per query. To get the 25 next one, it should be 25, then 50, then 75, ... |
Examples
List the channels of environment 12345 in JSON format
https://www.babelway.net/SelfService/rest/v1/hub-12345/channels.json
[ { "channel":{ "active":false, "createdOn":1300956076928, "deletedOn":0, "deployed":false, "gatewayIn":{ "id":123456, "name":"web in", "subType":"GATEWAY_IN_WEB_IN", "type":"GATEWAY_IN" }, "id":32697, "lastUpdatedOn":1301414634929, "name":"my channel", "nextDeploymentLabel":"No Change" } }, { "channel":{ "active":false, "createdOn":1296203383344, "deletedOn":0, "deployed":false, "gatewayIn":{ "id":65932, "name":"Soap In", "subType":"GATEWAY_IN_HTTP_IN", "type":"GATEWAY_IN" }, "id":25674, "lastUpdatedOn":1301414606163, "name":"another channel of mine", "nextDeploymentLabel":"No Change" } } ]List deployed channels in environment 12345 in XML format
https://www.babelway.net/SelfService/rest/v1/hub-12345/channels.xml?deployed=true
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <collection> <channel> <active>true</active> <createdOn>1292234577391</createdOn> <deletedOn>0</deletedOn> <deployed>true</deployed> <gatewayIn> <id>32459</id> <name>internal in</name> <subType>GATEWAY_IN_INTERNAL_IN</subType> <type>GATEWAY_IN</type> </gatewayIn> <id>54782</id> <lastUpdatedOn>1296667044481</lastUpdatedOn> <name>The name of my channel<name> <nextDeploymentLabel>No Change</nextDeploymentLabel> </channel> </collection>
Babel Academy
Community Forum
Support



Prev
Up
Reference Manual