Quantcast
Channel: Topliners : All Content - All Communities
Viewing all articles
Browse latest Browse all 3423

REST API - Custom Object Data

$
0
0

The REST API provides access to search for and create custom object data.

 

Accessing Custom Object Data

  • GET  /data/customObject/{id}?count={count}&page={page}&search={search}&orderBy={orderBy}&lastUpdatedAt={lastUpdatedAt}

 

Response

The response for this call looks as follows :

 

{  "elements": [    {      "type": "CustomObjectData",      "id": "66409",      "fieldValues": [        {          "type": "FieldValue",          "id": "896",          "value": "fred.sakr@eloqua.com"        },        {          "type": "FieldValue",          "id": "897",          "value": "Event Name",        },  ]
}

 

Properties

 

Name

Type

Description

Notes

Validations

type"CustomObjectData"
contactIdintegerThe unique id of the contact linked to this Custom Object DataIdRequirement
currentStatusstring
fieldValuesList of FieldValueA collection of field values stored in the Custom Object
idintegerThe unique ID for this custom object dataIdRequirement

 

Related Operations

  • POST : /data/customObject/{id}

 

Sample Code


Viewing all articles
Browse latest Browse all 3423

Trending Articles