marketo op get activity types

Get Marketo Activity Types

Version: 17.07

Supported Since: 17.07

Get Marketo Activity Types connector operation can be used to retrieve a list of available Marketo activity types in the target instance, along with associated metadata of each type.

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

Parameters

This operation does not have any configurable parameters

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",
  "result": [
    {
      "apiName": "string",
      "attributes": [
        {
          "apiName": "string",
          "dataType": "string",
          "name": "string"
        }
      ],
      "description": "string",
      "id": 0,
      "name": "string",
      "primaryAttribute": {
        "apiName": "string",
        "dataType": "string",
        "name": "string"
      }
    }
  ],
  "success": false,
  "warnings": [
    {
      "code": 0,
      "message": "string"
    }
  ]
}
In this topic
In this topic
Contact Us