Retrieve a list of activities.

get

/api/rest/2.0/data/activities/contact/{id}/{type}

Retrieves a list of contact activities specified by id and type parameter.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Maximum number of entities to return. Must be less than or equal to 1000 and greater than or equal to 1.
  • Level of detail returned by the request. Eloqua APIs can retrieve entities at three different levels of depth: minimal, partial, and complete. Any other values passed are reset to minimal by default.
  • The end date time for which the request will retrieve data, expressed in Unix time.
  • The earliest date time for which the request will retrieve data, expressed in Unix time.
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : QueryResultActivity
Type: object
Title: QueryResultActivity
Show Source
Nested Schema : elements
Type: array
Array of Activity fields.
Show Source
Nested Schema : Activity
Type: object
Title: Activity
Show Source
Nested Schema : fieldValues
Type: array
Array containing the details of the activity.
Show Source
Nested Schema : items
Type: object
Additional Properties Allowed
Show Source

400 Response

Bad request. See Status Codes for information about other possible HTTP status codes.

401 Response

Unauthorized. See Status Codes for information about other possible HTTP status codes.

403 Response

Forbidden. See Status Codes for information about other possible HTTP status codes.

404 Response

The requested resource was not found. See Status Codes for information about other possible HTTP status codes.

500 Response

The service has encountered an error. See Status Codes for information about other possible HTTP status codes.
Back to Top