GET /objects/{object_type}/records

This API retrieves a list of object records along with their associated records and provides the total count of records for the specified object. Note: Contact as object type is not supported in this endpoint.

Servers

Path parameters

Name Type Required Description
object_type String Yes

object type for the attribute

Query parameters

Name Type Required Description
limit Integer Yes

Number of records returned per page

page_num Integer Yes

Page number for pagination. It's used to fetch the object records on a provided page number. Must be a valid positive integer.

sort String No

Sort order, must be 'asc' or 'desc'. Default to 'desc' if not provided.

Valid values:

  • "desc"
  • "asc"

Default value: "desc"

association String No

Whether to include associations, must be 'true' or 'false'. Default to 'false' if not provided.

Valid values:

  • "false"
  • "true"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.