Skip to main content
GET
List deals

Query Parameters

offset
integer<int32>
default:0

The cursor used in pagination. This is the index of the first deal to be returned.

limit
integer<int32>
default:20

The maximum number of deals to be returned. The default is 20.

sort_by
string

The property used to sort the deals by. The default is CreationDate.

order_by
string

The sorting direction for the returned deals. Accepted values: ASC, DESC. The default is DESC.

Response

200 - application/json

Deals returned

items
object[] | null
paginationSkipCount
integer<int32>
totalCount
integer<int32>

Gets or sets the total number of items that could be returned by this command (without pagination).