GET conversions/{conversionId}/datapoints

clickmeter.com

Summary: Retrieve a list of datapoints connected to this conversion
Operation ID: Conversions_GetDatapoints
Auth: unknown

Parameters (9)

conversionId (integer, path, required)

Id of the conversion

createdAfter (string, query, optional)

Exclude datapoints created before this date (YYYYMMDD)

createdBefore (string, query, optional)

Exclude datapoints created after this date (YYYYMMDD)

limit (integer, query, optional)

Limit results to this number

Constraints: {'minLength': 0, 'maxLength': 0}

offset (integer, query, optional)

Offset where to start from

Constraints: {'minLength': 0}

status (string, query, optional)

Status of datapoint ("deleted"/"active"/"paused"/"spam")

Constraints: {'enum': ['deleted', 'active', 'paused', 'spam']}

tags (string, query, optional)

Filter by this tag name

textSearch (string, query, optional)

Filter fields by this pattern

type (string, query, optional)

Type of datapoint ("tl"/"tp")

Constraints: {'enum': ['tp', 'tl']}

No probe data for this endpoint yet.