Skip to main content

Proposalssearchcriteria

Defines the search criteria for fetching proposals.

financialDatestring<date>

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

Example: 1987-04-26
poolIdsinteger<int64>[]

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]

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