Hello,
I'm trying to structure an API call to return the Opportunities where a note has been added to it for a particular day.
Any ideas for what that would look like?
Opportunities where a note has been added that day
Moderators: StaffingSupport, s.emmons, BullhornSupport
Re: Opportunities where a note has been added that day
Going to do a search on opportunities and use dateLastNote to get the ones that have been updated with notes.
Re: Opportunities where a note has been added that day
Hi Adam,
Take a look at this documentation: http://bullhorn.github.io/rest-api-docs ... tml#entity Also, here is the documentation for the Opportunity Entity: http://bullhorn.github.io/rest-api-docs ... pportunity
Did that work for you?
Take a look at this documentation: http://bullhorn.github.io/rest-api-docs ... tml#entity Also, here is the documentation for the Opportunity Entity: http://bullhorn.github.io/rest-api-docs ... pportunity