Skip to main content
GET
List deal record entries

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

record_id
string
required

A UUID of the deal record to fetch entries for.

Example:

"1eec4535-30a1-4bc0-be24-e255d3fb5ac5"

Query Parameters

limit
integer

The maximum number of results to return. The default is 100 and the maximum is 1000. See the full guide to pagination here.

Example:

10

offset
integer

The number of results to skip over before returning. The default is 0. See the full guide to pagination here.

Example:

5

Response

200 - application/json

Success

Success

data
object[]
required