Skip to content

Commit

Permalink
publish: Merge pull request #172 from bullhorn/f/86125-ttl
Browse files Browse the repository at this point in the history
generated from commit a9d5a42
  • Loading branch information
bullhorn-buildbot committed Mar 7, 2024
1 parent 3b0602c commit 5d8b216
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 72 deletions.
128 changes: 56 additions & 72 deletions entityref.html
Original file line number Diff line number Diff line change
Expand Up @@ -2165,6 +2165,13 @@ <h1 id="candidateeducation">CandidateEducation</h1>
<td></td>
</tr>
<tr>
<td>dateLastModified</td>
<td>Timestamp</td>
<td>Date on which this record was last updated in the Bullhorn system.</td>
<td>X</td>
<td></td>
</tr>
<tr>
<td>degree</td>
<td>String (100)</td>
<td>Indicates what educational degree the Candidate received; for example, B.A., M.A., Ph.D., and so forth.</td>
Expand Down Expand Up @@ -2327,6 +2334,13 @@ <h1 id="candidatereference">CandidateReference</h1>
<td></td>
</tr>
<tr>
<td>dateLastModified</td>
<td>Timestamp</td>
<td>Date on which this record was last updated in the Bullhorn system.</td>
<td>X</td>
<td></td>
</tr>
<tr>
<td>employmentEnd</td>
<td>Timestamp</td>
<td>End date of Candidate&rsquo;s employment with the reference.</td>
Expand Down Expand Up @@ -2490,6 +2504,20 @@ <h1 id="candidatereferencequestion">CandidateReferenceQuestion</h1>
<td>X</td>
<td></td>
</tr>
<tr class="even">
<td>dateAdded</td>
<td>Timestamp</td>
<td>Date the entity was added.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<td>dateLastModified</td>
<td>Timestamp</td>
<td>Date last modified.</td>
<td>X</td>
<td>X</td>
</tr>
</tbody>
</table></p>

Expand Down Expand Up @@ -2549,6 +2577,20 @@ <h1 id="candidatereferenceresponse">CandidateReferenceResponse</h1>
<td></td>
<td></td>
</tr>
<tr class="even">
<td>dateAdded</td>
<td>Timestamp</td>
<td>Date the entity was added.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<td>dateLastModified</td>
<td>Timestamp</td>
<td>Date last modified.</td>
<td>X</td>
<td>X</td>
</tr>
</tbody>
</table></p>

Expand Down Expand Up @@ -2847,84 +2889,26 @@ <h1 id="candidateworkhistory">CandidateWorkHistory</h1>
<td>X</td>
</tr>
<tr>
<td>endDate</td>
<td>dateLastModified</td>
<td>Timestamp</td>
<td>Date on which job ended, if applicable.</td>
<td></td>
<td></td>
</tr>
<tr>
<td>isDeleted</td>
<td>Boolean</td>
<td>Indicates whether this record has been marked as deleted in the Bullhorn system.</td>
<td>X</td>
<td></td>
</tr>
<tr>
<td>isLastJob</td>
<td>Boolean</td>
<td>Indicates whether this was the Candidate&rsquo;s most recent job.</td>
<td>Date on which this record was last updated in the Bullhorn system.</td>
<td>X</td>
<td></td>
</tr>
<tr>
<td>jobOrder</td>
<td>To-one association</td>
<td>JobOrder associated with the CandidateWorkHistory, if applicable.</td>
<td></td>
<td></td>
</tr>
<tr>
<td>placement</td>
<td>To-one association</td>
<td>Placement representing the Candidate&rsquo;s placement in a job, if applicable. </td>
<td></td>
<td></td>
</tr>
<tr>
<td>salary1</td>
<td>BigDecimal</td>
<td>Candidate&rsquo;s starting salary at this position.</td>
<td></td>
<td></td>
</tr>
<tr>
<td>salary2</td>
<td>BigDecimal</td>
<td>Candidate&rsquo;s final salary at this position.</td>
<td></td>
<td></td>
</tr>
<tr>
<td>salaryType</td>
<td>String (20)</td>
<td>Indicates how the Candidate was paid: Hourly, Yearly, and so forth.</td>
<td></td>
<td></td>
</tr>
<tr>
<td>startDate</td>
<td>Timestamp</td>
<td>Date on which Candidate began working at this position.</td>
<td></td>
<td></td>
</tr>
<tr>
<td>terminationReason</td>
<td>String (100)</td>
<td>Reason for the Candidate&rsquo;s termination from this position, if applicable.</td>
<td></td>
<td></td>
</tr>
<tr>
<td>title</td>
<td>String (50)</td>
<td>Candidate&rsquo;s job title in this position.</td>
<td></td>
<td></td>
</tr>
</tbody></table>

<p>| endDate | Timestamp | Date on which job ended, if applicable. | | |
| isDeleted | Boolean | Indicates whether this record has been marked as deleted in the Bullhorn system. | X | |
| isLastJob | Boolean | Indicates whether this was the Candidate&rsquo;s most recent job. | X | |
| jobOrder | To-one association | JobOrder associated with the CandidateWorkHistory, if applicable. | | |
| placement | To-one association | Placement representing the Candidate&rsquo;s placement in a job, if applicable.  | | |
| salary1 | BigDecimal | Candidate&rsquo;s starting salary at this position. | | |
| salary2 | BigDecimal | Candidate&rsquo;s final salary at this position. | | |
| salaryType | String (20) | Indicates how the Candidate was paid: Hourly, Yearly, and so forth. | | |
| startDate | Timestamp | Date on which Candidate began working at this position. | | |
| terminationReason | String (100) | Reason for the Candidate&rsquo;s termination from this position, if applicable. | | |
| title | String (50) | Candidate&rsquo;s job title in this position. | | |</p>

<h1 id="category">Category</h1>

<p>This entity represents a category in which a Candidate or JobOrder can be placed. A category that has a value for parentCategoryId greater than zero is is a specialty.</p>
Expand Down
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2466,6 +2466,12 @@ <h2 id="partner-login-using-oauth">Partner login using OAuth</h2>

<p>Log in and get a REST session. This is the only supported login process in a production environment.</p>

<ul>
<li>Never assume that a REST session will not expire.</li>
<li>Perform a <a href="#ping">ping</a> request to return the timestamp of the REST session expiration.</li>
<li>Perform a refresh token request when a REST API request returns a 401 status code that indicates the session is expired. See <em>Use a refresh token to get a new access token</em> in <a href="/Getting-Started-with-REST">Getting Started with REST</a>.</li>
</ul>

<table><thead>
<tr>
<th>Parameter</th>
Expand Down

0 comments on commit 5d8b216

Please sign in to comment.