get https://{tenant}.rubixx.app/api/v2/attributes/changes
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