RFI
List RFI
Get list of RFIs.
Query Parameters for Filtering
All query parameters are optional:
ids: Array of RFI IDs to filter bytypes: Array of RFI types to filter byrelated_id: Filter RFIs by related IDpage_size: Number of items to return per pagepage_token: Token for pagination to fetch the next page. Response contains 'next_page_token' attribute which you can use to fetch next page, if there is any.
Example Request
Example Response
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Query Parameters
idsarray<string>Array of RFI IDs to filter by
typesarray<string>Array of RFI types to filter by. Possible values: transaction, account.
related_idstringFilter RFIs by related ID
page_sizeintegerNumber of items to return per page
Format:
"int64"page_tokenstringToken for pagination to fetch the next page
Response Body
Success response
next_page_tokenRequiredstringToken for pagination to fetch the next page
dataRequiredarray<object>Array of RFI objects