Is it possible to view the edit history of a custom object via the API?
When I run a search with the below query in Postman, I get the error message underneath. Has anyone managed to successfully look up the edit history for custom objects?
https://{company info here}/query/ClientCorporationCustomObjectInstance1EditHistory?fields=id&where=clientCorporation=60875
{
"errorMessage": "Unknown entity 'ClientCorporationCustomObjectInstance1EditHistory'.",
"errorMessageKey": "errors.unknownEntity",
"errorCode": 404
}
Custom Object edit history
Moderators: StaffingSupport, pmularski, BullhornSupport
-
- User
- Posts: 17
- Joined: Wed Dec 04, 2024 10:32 am
-
- User
- Posts: 23
- Joined: Thu Aug 31, 2023 4:15 am
Re: Custom Object edit history
ClientCorporationCustomObject1EditHistory
-
- User
- Posts: 17
- Joined: Wed Dec 04, 2024 10:32 am
Re: Custom Object edit history
Thank you!

-
- User
- Posts: 17
- Joined: Wed Dec 04, 2024 10:32 am
Re: Custom Object edit history
Is there a way of finding out all of the fields of a table?
-
- User
- Posts: 23
- Joined: Thu Aug 31, 2023 4:15 am
Re: Custom Object edit history
[rest_url]/meta/ClientCorporationCustomObject1EditHistory?fields=*