- 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
Search and list catalogue items
http://www.babelway.net/SelfService/rest/v1/catalogue.{format} where
| |
GET | |
no but authenticated request can access private catalogues ( About authentication ) |
Parameters can be added to filter the query
A comma-separated list of tags | |
a query string (not case-sensitive) | |
An integer to set the page number. By default, the value is at 1. To get the second page, the value should be set at 2. |
Examples
Get catalogue items with the tags 'belgium' and 'as2' in JSON
https://www.babelway.net/SelfService/rest/v1/catalogue.json?btags=belgium,as2
[ { "hubElementProxy":{ "channelNumber":0, "createdOn":"2011-02-28T00:00:00+01:00", "description":"AS2 parameters to exchange files with Delhaize. Before being able to exchange messages with them, you need to send your AS2 parameters to edisupport@delhaize.be (see file GenericAS2Specifications.doc attached)", "duplicationNumber":0, "hubId":25775, "hubName":"Hub 1", "id":58616, "name":"to delhaize", "subType":"GATEWAY_OUT_AS2_OUT", "tags":{ "tag":[ "gateway-out", "delhaize" ] }, "template":false, "type":"GATEWAY_OUT", "useNumber":0, "useUrl":"\/u\/ZTU4NjE2\/gateway-out\/as2out\/to-delhaize.html", "viewUrl":"\/v\/ZTU4NjE2\/gateway-out\/as2out\/to-delhaize.html" } }, { "hubElementProxy":{ "authorFirstName":"Babelway", "authorLastName":"Admin", "channelNumber":1, "createdOn":"2009-01-26T00:00:00+01:00", "description":"AS2 parameters to exchange files with Delhaize. Before being able to exchange messages with them, you need to send your AS2 parameters to edisupport@delhaize.be (see file GenericAS2Specifications.doc attached)", "duplicationNumber":98, "hubId":25037, "hubName":"Babelway catalogue", "id":28785, "name":"AS2 Delhaize", "subType":"GATEWAY_OUT_AS2_OUT", "tags":{ "tag":[ "gateway-out", "delhaize" ] }, "template":false, "type":"GATEWAY_OUT", "useNumber":99, "useUrl":"\/u\/ZTI4Nzg1\/gateway-out\/as2out\/as2-delhaize.html", "viewUrl":"\/v\/ZTI4Nzg1\/gateway-out\/as2out\/as2-delhaize.html" } } ]Get catalogue items containing the word 'edifact' in XML
https://www.babelway.net/SelfService/rest/v1/catalogue.xml?q=edifact
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <collection> <hubElementProxy> <authorFirstName>Babelway</authorFirstName> <authorLastName>Admin</authorLastName> <channelNumber>0</channelNumber> <createdOn>2008-02-02T00:00:00+01:00</createdOn> <description>Wizard to define a new message in EDIFACT format</description> <duplicationNumber>308</duplicationNumber> <hubId>50</hubId> <hubName>Babelway templates</hubName> <id>21157</id> <name>EDIFACT</name> <subType>EDIFACT</subType> <tags> <tag>message-in</tag> <tag>edifact</tag> </tags> <template>true</template> <type>MESSAGE_DEFINITION_IN</type> <useNumber>308</useNumber> <useUrl>/u/ZTIxMTU3/message-in/edifact/edifact.html</useUrl> <viewUrl>/v/ZTIxMTU3/message-in/edifact/edifact.html</viewUrl> </hubElementProxy> (...) <hubElementProxy> <channelNumber>2</channelNumber> <createdOn>2010-06-21T00:00:00+02:00</createdOn> <description>Delhaize Invoice 01B</description> <duplicationNumber>12</duplicationNumber> <hubId>25037</hubId> <hubName>Babelway catalogue</hubName> <id>47921</id> <name>Delhaize Invoice 01B</name> <subType>EDIFACT</subType> <tags> <tag>invoice</tag> <tag>01b</tag> <tag>delhaize</tag> <tag>edifact</tag> <tag>message-out</tag> </tags> <template>false</template> <type>MESSAGE_DEFINITION_OUT</type> <useNumber>14</useNumber> <useUrl>/u/ZTQ3OTIx/message-out/edifact/delhaize-invoice-01b.html</useUrl> <viewUrl>/v/ZTQ3OTIx/message-out/edifact/delhaize-invoice-01b.html</viewUrl> </hubElementProxy> </collection>
Babel Academy
Community Forum
Support



Prev
Up
Reference Manual