Search and list gateways for a given environment.
Parameters
- name: A string search on the channel name
- description: a string search on the channel description
- since: Returns only gateways created after the given timestamp.
- before: Returns only gateways created b 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 following ones, it should be 25, then 50, then 75, re the given timestamp.
- direction: Returns only the gateways with the specified direction : IN or OUT.
- type: Returns only the gateways with the specified type.
- start: 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 following ones, it should be 25, then 50, then 75,
Examples
- List all the gateways of environment 26112 in XML format
https://www.babelway.net/SelfService3/rest/v2/hub-26112/gateways.xml
List all the OUT gateways of environment 26112 in JSON format
https://www.babelway.net/SelfService3/rest/v2/hub-26112/gateways.json?direction=IN