Retrieve visitor data by visitor GUID

post

/api/REST/2.0/data/visitors

Retrieves visitor data for up to 200 visitors, searched by visitor GUID, aka externalId. Use the depth parameter when making the request to specify the visitor information returned in the response.

Request

Supported Media Types
Header Parameters
Body ()
The request body defines the details of the request.
Root Schema : EntitySearchByExternalIds
Type: object
Title: EntitySearchByExternalIds
Show Source
Nested Schema : externalIds
Type: array
The external ids to retrieve. Maximum of 200 external ids per request. If the array exceeds the 200 limit, a 400 Bad Request will be returned.
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : QueryResultVisitorViewData
Type: object
Title: QueryResultVisitorViewData
Show Source
Nested Schema : elements
Type: array
Array of visitor data.
Show Source
Nested Schema : Eloqua.API.REST.Contracts.Data.Visitors.VisitorViewData
Type: object
Title: Eloqua.API.REST.Contracts.Data.Visitors.VisitorViewData
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