Skip to main content
GET
Get Query Parameter Values
Pass the queryType and the parameter you are filling in, and narrow the values with an optional filter.
Use it to populate a picker for parameters whose values come from your own data, such as campaigns or projects.
The spec does not document error responses for this endpoint beyond 401, so the causes aren’t listed with the responses here. Errors still arrive in the ProblemDetails envelope the rest of the Raise API uses — handle a rejected request (400), and a path ID that doesn’t resolve (404), as you would on any other endpoint.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

QueryType
enum<integer>

The type of query the parameter belongs to, such as Donor or Gift.

Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
Parameter
string

The query parameter to return the available values for.

Filter
string

A free-text search term applied to the values returned.

Response

OK

Last modified on July 28, 2026