Search and list catalogue items.
Parameters
- q: A query string (not case-sensitive).
- 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
- Get catalogue items with the tags 'belgium' and 'as2' in JSON
https://www.babelway.net/SelfService3/rest/v2/hub-26112/catalogue.xml?q=belgium as2
<collection>
<gateway> <id>28786</id>
<type>GATEWAY-IN_AS2_IN</type>
<creationMoment>1232979153000</creationMoment>
<lastUpdateMoment>1342613186000</lastUpdateMoment>
<name>AS2 Delhaize</name>
<description>AS2 parameters to exchange files with Delhaize. </description>
<hub>37</hub>
</gateway>
<gateway>
<id> 33967</id>
<type>GATEWAY_IN_AS2_IN</type>
<creationMoment>1242646263000</creationMoment>
<lastUpdateMoment>1342613187000</lastUpdateMoment>
<name>AS2 Cora (Belux)</name>
<description>AS2 Connection to be used in order to receive messages from Cora (Belux). <description>
<hub>37</hub>
</gateway>
</collection>