Query data from a custom object dataset

Performs a query on custom object data with a simple join with Account Object Context

Log in to see full request history
Path Params
string
required

Account ID

string
required

The Custom Object Schema Id for this request

string
required

The Custom Object Dataset Id for this request

Query Params
string

The query mode parameter (optional)

Body Params
string

Locator of the other data source to join with.

string

Optional locator (id, name) of the other data source dataset (if Custom Object) to join with.

selectFields
array of strings
length between 0 and 2000

List of fields to select. Must be prefixed with 'aoc.' for Act-On Contacts fields or 'co.' for custom object fields. Use 'aoc.' or 'co.' to select all fields from respective source.

selectFields
int32

Page number (0-based)

int32

Number of items per page

string

Sort by field. Reference Act-On Contacts fields by the prefix ao. if they overlap with custom object fields.

string

Sort direction. Either asc or desc. If anything else no sorting will be applied.

string

Filter expression.

joinStrategy
object

Join strategy.

string

Search term.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain
*/*