Skip to main content
GET
https://api.proposales.com
/
v3
/
proposal-search
Proposal Search
curl --request GET \
  --url https://api.proposales.com/v3/proposal-search \
  --header 'Authorization: Bearer <token>'
filter[property_name]
string
Searches for properties in the proposals data field, in this example it looks for a property named property_name.Another example would be to search for proposals in a specific time zone: filter[timezone]="Europe/Amsterdam".
limit
number
Maximum amount of search results. Defaults to 1, with an upper limit of 25.

Response

Returns a list of up to 10 proposals. Pagination is not yet implemented.
data
object