get https://api.etrusted.com/channels//invites
This method retrieves the list of review invites by channel ID.
The result set can be modified using a set of filters.
The path must contain a channelId
. Note that this must be the channel ID that was assigned by eTrusted and not a user-defined ID.
Query parameters can be added to the request, separated by &
.
By adding parameters to the request, you can filter the result list and:
- specify the maximum number of invites they want to retrieve with this request
- retrieve invites submitted within a certain time frame
The response object contains the list of invite objects as well as information for paginating invites in a user interface.
See our guide on paginating response data for more information.