API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Gets all attributes that have been created or updated since the date supplied within the limit

Sample Request:
GET /api/v2.0/attributes/changes?sinceDate=01/01/2023

MAX PER PAGE LIMIT: 500

Sample Response:
{
  "page": 1,
  "total": 10,
  "limit": 50,
  "totalEntries": 471,
  "data": [
      {
          "id": "17158597-e6c3-4b83-7da2-08da9cc850e1",
          "entity": "/people",
          "entityId": "0fe59b0e-d166-4075-819e-08d93af9c515",
          "questionId": "3f0bc096-f855-4203-57b6-08d93afc09a2",
          "question": "Do you wear glasses ",
          "answer": "Yes",
          "createdDate": "01/01/1970 00:00",
          "updatedDate": "01/01/1970 00:00"
      },
      ...
      ...
   ]
}

Required Permission(s): Misc.ManageAttributes

Log in to see full request history
Query Params
string
Defaults to 01/01/1970

Shows all updated/created records on or after this date.

int32
Defaults to 1

The current page number requested. Defaults to 1.

int32
Defaults to 50

The max number of items to return. Defaults to 50

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json