Search found 17 matches
- Fri Dec 11, 2020 7:30 pm
- Forum: Bullhorn APIs
- Topic: Get meta{entity} endpoint
- Replies: 3
- Views: 788
Re: Get meta{entity} endpoint
Hi Taniya, The layout is intended to return the View Layout configuration for the entity. So for example, layout=ListRow or layout=ProfileRightSideBar could be used to return that information for the Candidate entity. Can you try a call similar to the following and let me know if that still returns ...
- Tue Dec 08, 2020 5:12 pm
- Forum: Bullhorn APIs
- Topic: Get meta{entity} endpoint
- Replies: 3
- Views: 788
Re: Get meta{entity} endpoint
Hi, Layout in this case is referring to the View Layout configuration for the specific entity you are using. I would suggest first running a call using fields=* to return all of the values that are valid for use in "layout=" You can do this by running a call similar to this: rest-services/e999/meta/...
- Wed Nov 11, 2020 6:37 pm
- Forum: Bullhorn APIs
- Topic: Refesh Token, Re-Login Gives Internal Error
- Replies: 5
- Views: 1238
Re: Refesh Token, Re-Login Gives Internal Error
Hi, About how often does the intermittent Internal Server Error occur? Is this something that occurs on a daily basis when you are attempting to extract data or less frequently? If this is happening infrequently, is it possible to put in place some logic to retry the attempt when the internal error ...
- Fri Oct 23, 2020 6:01 pm
- Forum: Bullhorn APIs
- Topic: Refesh Token, Re-Login Gives Internal Error
- Replies: 5
- Views: 1238
Re: Refesh Token, Re-Login Gives Internal Error
Hi, Which swimlane are you on? It's recommended to use the data-center specific base URL that corresponds to the swimlane you're on, so if this doesn't match up you could try updating the URL based on this doc (http://bullhorn.github.io/Data-Center-URLs/) to see if that helps resolve the intermitten...
- Fri Oct 23, 2020 5:38 pm
- Forum: Bullhorn APIs
- Topic: Associate a corporate user to a Note
- Replies: 3
- Views: 845
Re: Associate a corporate user to a Note
Hi,
I believe the issue might be that you are missing some of the required fields for creating a note. Please see the following doc that will go over non-nullable fields such as dateAdded and commentingPerson: https://bullhorn.github.io/rest-api-doc ... .html#note
Hope this helps.
I believe the issue might be that you are missing some of the required fields for creating a note. Please see the following doc that will go over non-nullable fields such as dateAdded and commentingPerson: https://bullhorn.github.io/rest-api-doc ... .html#note
Hope this helps.
- Fri Oct 23, 2020 5:28 pm
- Forum: Bullhorn APIs
- Topic: Appointment time
- Replies: 3
- Views: 763
Re: Appointment time
Hi, Bullhorn REST API does return timestamps in UTC. Additionally, the Candidate entity does have a field for timeZoneOffsetEST that can indicate the number of hours by which the Candidate's time zone differs from EST. Here is the link to the candidate entity doc in case that's helpful: https://bull...
- Thu Oct 22, 2020 5:54 pm
- Forum: Bullhorn APIs
- Topic: Default layout / template customisation
- Replies: 6
- Views: 1201
Re: Default layout / template customisation
Hi,
Can you provide a bit more detail regarding what sort of changes you are looking to make to the layout that are not achievable via HTML/CSS?
Is the concern that your changes will not be compatible with future versions of the Career Portal?
Can you provide a bit more detail regarding what sort of changes you are looking to make to the layout that are not achievable via HTML/CSS?
Is the concern that your changes will not be compatible with future versions of the Career Portal?
- Tue Oct 06, 2020 5:25 pm
- Forum: Bullhorn APIs
- Topic: Custom tab missing URL variables
- Replies: 3
- Views: 884
Re: Custom tab missing URL variables
Hi,
Thank you for clarifying that info.
In this case, I would suggest submitting a support ticket with the 2 usernames involved so that we can compare the configuration between the 2 environments and troubleshoot from there to determine what might be differing here.
Thank you for clarifying that info.
In this case, I would suggest submitting a support ticket with the 2 usernames involved so that we can compare the configuration between the 2 environments and troubleshoot from there to determine what might be differing here.
- Tue Oct 06, 2020 3:30 pm
- Forum: Bullhorn APIs
- Topic: API status
- Replies: 1
- Views: 568
Re: API status
Hi, The information on status.bullhorn.com does have a section under the Bullhorn clusters that will show the status specifically for the Sandbox environments, which are separated by Swimlane. We recommend referencing this section first for the status of any issues that might be affecting your Sandb...
- Tue Oct 06, 2020 3:23 pm
- Forum: Bullhorn APIs
- Topic: Custom tab missing URL variables
- Replies: 3
- Views: 884
Re: Custom tab missing URL variables
Hi, I've included a doc that might be helpful in regards to this request: http://bullhorn.github.io/Custom-Tabs-and-Menu-Actions/ There is more information about this process under "Creating a Custom Tab or Menu Action." Dynamic variables are appended to the component's URL on a per request basis. T...
- Fri Sep 11, 2020 5:13 pm
- Forum: Bullhorn APIs
- Topic: JobSubmission set Candidate certificate
- Replies: 2
- Views: 1055
Re: JobSubmission set Candidate certificate
Hi,
You can attach a file to an entity (in this case the Candidate entity) by using PUT /file. You can send a file as base64-encoded text or multipart/form data (raw).
This article from our Documentation will be helpful: http://bullhorn.github.io/rest-api-docs/#put-file
Hope this helps.
You can attach a file to an entity (in this case the Candidate entity) by using PUT /file. You can send a file as base64-encoded text or multipart/form data (raw).
This article from our Documentation will be helpful: http://bullhorn.github.io/rest-api-docs/#put-file
Hope this helps.
- Fri Sep 11, 2020 4:59 pm
- Forum: Bullhorn APIs
- Topic: Candidate -> set owner by API
- Replies: 4
- Views: 1559
Re: Candidate -> set owner by API
Hi,
You can set the owner field for a Candidate by using a valid CorporateUser ID when creating the Candidate.
CorporateUser is the primary owner of the Candidate. The default value is the user who creates the Candidate otherwise.
http://bullhorn.github.io/rest-api-docs ... #candidate
You can set the owner field for a Candidate by using a valid CorporateUser ID when creating the Candidate.
CorporateUser is the primary owner of the Candidate. The default value is the user who creates the Candidate otherwise.
http://bullhorn.github.io/rest-api-docs ... #candidate
- Fri Sep 11, 2020 1:53 pm
- Forum: Bullhorn APIs
- Topic: Token refresh issues
- Replies: 20
- Views: 4296
Re: Token refresh issues
Hi, Thank you for your patience while we investigated this further. We've determined the Swimlane for Aircall is SL29. The data center specific REST URLs you can use for this SL are as follows: oauthUrl https://auth-emea9.bullhornstaffing.com/oauth restUrl https://rest-emea9.bullhornstaffing.com/res...
- Tue Sep 08, 2020 3:16 pm
- Forum: Bullhorn APIs
- Topic: How to get client id and secret key
- Replies: 1
- Views: 999
Re: How to get client id and secret key
Hi madhugupta, In order to generate a client ID and secret key for use with the Bullhorn REST API, you can create a support ticket with us via your Bullhorn Resource Center and we can provide this for you. If there's an existing REST API key you're already using for a specific application, we can al...
- Fri Jun 19, 2020 5:43 pm
- Forum: Bullhorn APIs
- Topic: Required, read-only/default fields when inserting rows
- Replies: 1
- Views: 1036
Re: Required, read-only/default fields when inserting rows
The following doc provide a bit more detail about retrieving meta data:
https://bullhorn.github.io/rest-api-docs/#meta
In order to determine which fields are mandatory you can look at the property metadata and view what is optional or required, as well as what the defaultValue is.
Hope this helps!
https://bullhorn.github.io/rest-api-docs/#meta
In order to determine which fields are mandatory you can look at the property metadata and view what is optional or required, as well as what the defaultValue is.
Hope this helps!