Get Requests: Get Data from the Gateway

Third-party systems are designed to receive data based on the Gateway Get Requests. The parameters on the URL indicate the request name and other options as an HTML GET message. The requestName parameter is set to the Gateway Request Name as specified in the Manage Gateway Requests section. The gateway interface supports paging through data using the parameters such as firstResult, maxResults, orderByField, and asc. Count field indicates the total number of available results. The maxResults parameter must be less than 100, to restrict the large requests.

For the list of available fields, refer to Gateway Get Filter Parameter Fields listed for each entity's Gateway GET Requests link. The Details column has a Length specification for string fields and a date format for date fields.

For date fields, specify a date field name, a comparison operator and a date. For a string field, specify a string field name, the operator EQUAL_TO and a string.