Accessing XML version of feed
See original GitHub issueI have been working on accessing the RSS/XML functionality in the OSCP and followed the link to deploy to Heroku you provided in ticket #411 (https://heroku.com/deploy?template=https://github.com/bullhorn/career-portal).
I can now access the /feed
URL but it is an RSS
feed, not an XML
feed. We are working with a Bullhorn client and trying to get them to setup advanced hosting, but an XML feed is what we need.
Where is the config setting or how do we get /feed
to generate XML instead of RSS?
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How to Open XML in Excel (Data Feed) - Dotcom-Monitor
1. Identify the data you wish to see in the feed by specifying the variables necessary in the URL. You can learn more...
Read more >Get XML Feed (getSimpleXML) - Cordial Knowledge Base
In order to access remote XML data (such as an RSS feed) within a message, use the getSimpleXML method, which is a custom...
Read more >How to configure XML Feed - Mirasvit
If you select XML file type at tab Content Settings you can create/edit xml schema for your feed. By default we provide templates...
Read more >XML::Feed - Syndication feed parser and auto-discovery
DESCRIPTION. XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a...
Read more >XML Feeds - TUNE Help
A data feed is an XML file containing details on the advertiser's products. Each product is a new record in the file and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just to provide additional information for future readers:
This API only can be accessed when it’s enabled and you can specify which fields can be accessed (with assistance of bullhorn support).
I think providing this line of code below may be useful but basically it’s https://public-restSWIMLANE.bullhornstaffing.com/rest-services/CORPTOKEN/search/JobOrder?query=…
From there, the queries and fields are very similar to the docs in https://bullhorn.github.io/rest-api-docs/
https://github.com/bullhorn/career-portal/blob/master/generateXml.ts#L40
The public API is unauthenticated. A single URL you can use to get all of your bullhorn jobs. This is the endpoint that the career portal uses