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

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!