Retrieve a list of deals in the workspace.
API key for authentication
The ID of the group the deals belong to. Can be retrieved from the List groups endpoint.
40
The name of a deal custom field that can be retrieved from the List group custom fields endpoint.
500
The number of items to return.
1 <= x <= 100
A cursor for pagination across multiple pages of results. Don’t include this parameter on the first call. Use the pagination.nextLink
value returned in a previous response to request subsequent results.
128
The logical operator to combine multiple filters.
and
, or
A record of filters to apply, following the format filter[attribute][operator]=value
. The attribute
is the name of the attribute to filter on, and the operator
is one of the supported filter operators. Refer to Filterable fields to learn more about the supported attributes and operators.
A paginated list of deals in the workspace.
The response is of type object
.