curl --request GET \
--url https://api.example.com/change-entries/all{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"email": "<string>"
},
"entityType": "<string>",
"entityId": "<string>",
"entityTitle": "<string>",
"actionType": "<string>",
"changedField": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"beforeState": null,
"afterState": null
}
]
}List all change entries for the current subscriber.
curl --request GET \
--url https://api.example.com/change-entries/all{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"email": "<string>"
},
"entityType": "<string>",
"entityId": "<string>",
"entityTitle": "<string>",
"actionType": "<string>",
"changedField": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"beforeState": null,
"afterState": null
}
]
}OK
Show child attributes