Custom Object edit history

Forum for users and developers of Bullhorn's API service.

Moderators: StaffingSupport, pmularski, BullhornSupport

Post Reply
gabz-diaz123
User
Posts: 19
Joined: Wed Dec 04, 2024 10:32 am

Custom Object edit history

Post by gabz-diaz123 »

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
}
realalexvdvalk
User
Posts: 24
Joined: Thu Aug 31, 2023 4:15 am

Re: Custom Object edit history

Post by realalexvdvalk »

ClientCorporationCustomObject1EditHistory
gabz-diaz123
User
Posts: 19
Joined: Wed Dec 04, 2024 10:32 am

Re: Custom Object edit history

Post by gabz-diaz123 »

realalexvdvalk wrote: Mon Jan 27, 2025 4:43 pm ClientCorporationCustomObject1EditHistory
Thank you! :D
gabz-diaz123
User
Posts: 19
Joined: Wed Dec 04, 2024 10:32 am

Re: Custom Object edit history

Post by gabz-diaz123 »

realalexvdvalk wrote: Mon Jan 27, 2025 4:43 pm ClientCorporationCustomObject1EditHistory
Is there a way of finding out all of the fields of a table?
realalexvdvalk
User
Posts: 24
Joined: Thu Aug 31, 2023 4:15 am

Re: Custom Object edit history

Post by realalexvdvalk »

[rest_url]/meta/ClientCorporationCustomObject1EditHistory?fields=*
Post Reply