I'm looking into the events subscription API, and attempting to make a GET request passing the lastRequestId http://bullhorn.github.io/rest-api-docs ... trequestid.
However when I do this, the request fails.
For example:
Code: Select all
curl -H "BhRestToken: xxx" https://rest60.bullhornstaffing.com/rest-services/64pqp0/event/subscription/subscriptionId/3?maxEvents=100&type=entity
The error is
Code: Select all
{"errorMessage":"Unknown or badly structured command: /event/subscription/E360Events/3.","errorMessageKey":"errors.badCommand"}
Can you advise on the issue? Thanks!