- 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
List tickets
You can access a user's ticket using the Babelway REST API. Here are the specifications for this call:
http://www.babelway.net/SelfService/rest/v1/hub-{hubId}/tickets.{format} where
| |
GET | |
yes ( About authentication ) |
Parameters
A keyword to filter the tickets by. It will search within the description. | |
The type of ticket, one in the following list. If the entry is not within the list, a HTTP Status code 400 (bad request) will be returned.
| |
The status of ticket, one in the following list. If the entry is not within the list, a HTTP Status code 400 (bad request) will be returned.
| |
The severity of ticket, one in the following list. If the entry is not within the list, a HTTP Status code 400 (bad request) will be returned.
| |
Returns tickets created after the given timestamp. Timestamp should be formatted as a UNIX Epoch time (number of seconds since the first of January 1970) | |
Returns tickets created before the given timestamp. Timestamp should be formatted as a UNIX Epoch time (number of seconds since the first of January 1970) | |
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, ... |
Get ticket details
http://www.babelway.net/SelfService/rest/v1/ticket-{key}.{format} where
| |
GET | |
yes ( About authentication ) |
Examples
Get tickets with severity HIGH in environment 12345 in JSON format
https://www.babelway.net/SelfService/rest/v1/hub-12345/tickets.json?status=HIGH
[ { "ticket":{ "createdOn":1297082796140, "description":"Ftp server (ftp:\/\/ftp.server.com\/input) became DOWN at 07\/02\/2011 01:46:34.\nDue to exception:ftp.server.com", "severity":"HIGH", "status":"OPEN", "summary":"Ftp server : ftp:\/\/ftp.server.com\/input DOWN", "ticketKey":"539d51c6-23cb-4358-a822-c991c106a9bb", "type":"_5_1_FAILED_CONNECTION_ATTEMPTS" } } ]Get tickets of type "Failed Connection Attempts" in environment 12345 in XML format
https://www.babelway.net/SelfService/rest/v1/hub-12345/tickets.xml?type=_5_1_FAILED_CONNECTION_ATTEMPTS
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <collection> <ticket> <createdOn>1297082796140</createdOn> <description>Ftp server (ftp://ftp.server.com/input) became DOWN at 07/02/2011 01:46:34. Due to exception:ftp.server.com</description> <severity>HIGH</severity> <status>OPEN</status> <summary>Ftp server : ftp://ftp.server.com/input DOWN</summary> <ticketKey>539d51c6-23cb-4358-a822-c991c106a9bb</ticketKey> <type>_5_1_FAILED_CONNECTION_ATTEMPTS</type> </ticket> </collection>
Get the details for the ticket with key 'abcdef' in JSON format
https://www.babelway.net/SelfService/rest/v1/ticket-abcdef.json
[ { "ticket":{ "createdOn":1297082796140, "description":"Ftp server (ftp:\/\/ftp.server.com\/input) became DOWN at 07\/02\/2011 01:46:34.\nDue to exception:ftp.server.com", "severity":"HIGH", "status":"OPEN", "summary":"Ftp server : ftp:\/\/ftp.server.com\/input DOWN", "ticketKey":"abcdef", "type":"_5_1_FAILED_CONNECTION_ATTEMPTS" } } ]
Babel Academy
Community Forum
Support



Prev
Up
Reference Manual