GET
/
v3
/
proposal-search
curl --request GET \
  --url https://api.proposales.com/v3/proposal-search \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "created_at": 123,
    "updated_at": 123,
    "title": "<string>",
    "uuid": "<string>",
    "series_uuid": "<string>",
    "company_id": 123,
    "version": 123,
    "status": "<string>",
    "data": {}
  }
}
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