Skip to main content
GET
Get all RFIs

Authorizations

Api-Key
string
header
required

Query Parameters

limit
integer
default:10

The number of items to return (min 1, default 10, max 100)

Required range: 1 <= x <= 100
starting_after
string

This is an RFI id. If this is specified, the next page that starts with an RFI right AFTER the specified id on the timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that RFIs older than the specified RFI id will be returned (shouldn't be set if ending_before is set)

ending_before
string

This is an RFI id. If this is specified, the previous page that ends with an RFI right BEFORE the specified id on the timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that RFIs newer than the specified RFI id will be returned (shouldn't be set if starting_after is set)

customer_id
string

If specified, results will be filtered to the given customer_id only

state
enum<string>

If specified, results will be filtered to RFIs with the given state only

Available options:
on_developer,
on_bridge,
closed

Response

List of RFIs

count
integer
required

The number of items returned

data
object[]
required