Skip to main content
GET
List line items on a given deal

Path Parameters

dealId
integer<int32>
required

The ID of the deal containing the line items to retrieve.

Query Parameters

sort_by
string

Property to sort by.

order_by
string

Order by direction. Can be ASC or DESC.

offset
integer<int32>

Start offset used to paginate results.

limit
integer<int32>

Maximum number of items to be returned.

Response

Line items 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).