Hi Bullhorn Support,
I have a query when fetching notes via REST API, which is as below,
REST API: /search/Note?BhRestToken=TOKEN_HERE&fields=*&query=isDeleted:false&sort=dateAdded&start=1500100&count=300
Q1. What should be the value come in "start" field after I process above API URL.?
Q2. How should I know if from offset (start=1500100), there are more than 300 records?
I am asking above questions, because here we are missing some data via REST APIcall.
Please do have a look at respond at the earliest.
Regards,
Vipul
Get notes Data via REST API
Moderators: StaffingSupport, s.emmons, BullhornSupport
-
- User
- Posts: 14
- Joined: Mon Jan 21, 2019 6:32 am
Re: Get notes Data via REST API
Hi vipultandon,
This is Kingsley from Bullhorn Support. Which entity are you searching on these notes for? When running a query you should see a total amount. For example, when I run a query where start=15 & count=300 the results show as such:
"total": 60379,
"start": 15,
"count": 300
Please let me know if this answers your question.
Thanks,
Kingsley
This is Kingsley from Bullhorn Support. Which entity are you searching on these notes for? When running a query you should see a total amount. For example, when I run a query where start=15 & count=300 the results show as such:
"total": 60379,
"start": 15,
"count": 300
Please let me know if this answers your question.
Thanks,
Kingsley
-
- User
- Posts: 2
- Joined: Thu Aug 22, 2019 2:22 pm
Re: Get notes Data via REST API
This is the type of date I'm using in the query:
2019-07-01T00%3A00%3A00.00%2D02%3A00
Which, decoded, is:
2019-07-01T00:00:00.00-02:00
The -2 is because of the timezone from the Corporate User
2019-07-01T00%3A00%3A00.00%2D02%3A00
Which, decoded, is:
2019-07-01T00:00:00.00-02:00
The -2 is because of the timezone from the Corporate User