marketo op get activity page

Get Marketo Activity Paging Token

Version: 17.07

Supported Since: 17.07

Get Marketo Activity Paging Token connector operation can be used to retrieve a paging token to be used in retrieving activities and data value changes.

This operation requires Read-Only Activity or Read-Write Activity permissions from Marketo API.

Parameters

* marked fields are mandatory

Since Date Time *

Basic

The earliest datetime to retrieve activities from. This can be specified as a constant value or as a combination of placeholder expressions.

Response

If this operation was invoked successfully, it will provide a response message with a JSON payload of the following format.

{
  "errors": [
    {
      "code": 0,
      "message": "string"
    }
  ],
  "moreResult": false,
  "nextPageToken": "string",
  "requestId": "string",
  "success": false,
  "warnings": [
    {
      "code": 0,
      "message": "string"
    }
  ]
}
In this topic
In this topic
Contact Us