Skip to main content

Proposals search criteria

Defines the search criteria for fetching proposals.

financialDatedate

A specific date to filter proposals. The date must fall within the start and end dates of the proposals.

Example: 1987-04-26
poolIdsint64[]

The pool identifier used to filter proposals.

statusstring

The status of the proposals to filter (e.g., PENDING, APPROVED, REJECTED, APPLIED).

Possible values: [PENDING, APPROVED, REJECTED, APPLIED]

typestring

The type of the proposals to filter (e.g., DEFAULT, CUSTOM).

Possible values: [DEFAULT, CUSTOM]

Proposals search criteria
{
"financialDate": "1987-04-26",
"poolIds": [
0
],
"status": "PENDING",
"type": "DEFAULT"
}