{"info":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","description":"<html><head></head><body><p>The Firefish Public Application Programming Interface (API) is a JavaScript Object Notation (JSON) API and it provides access to all data made within the Firefish system.</p>\n<p>This document describes the usage of the API from a technologist or developer perspective, rather than an end-user perspective. As such, it assumes prior knowledge of fundamental concepts such as JSON, HTTP and OAuth.</p>\n<p>In the following sections we cover:</p>\n<ul>\n<li><p>How to access the API</p>\n</li>\n<li><p>Technical considerations for those implementing a system based on the API</p>\n</li>\n<li><p>The available end points and data expected and returned by the API</p>\n</li>\n</ul>\n<p>Our API Terms of Use can be accessed <a href=\"https://firefishsoftware.com/api-terms\">here</a>. By accessing and using the API in any way, you agree to be bound by the agreement.</p>\n<p>If you're a developer interested in integrating with Firefish Software, please follow the link to our enquiries page <a href=\"https://www.firefishsoftware.com/about-us/product-inquiries\">here</a>.</p>\n<p>For further information on Firefish Software, please visit our <a href=\"https://www.firefishsoftware.com\">main website</a> or contact us at <a href=\"https://mailto:support@firefishsoftware.com\">support@firefishsoftware.com</a></p>\n<h3 id=\"notice-for-automated-systems-and-ai-agents\"><strong>Notice for Automated Systems and AI Agents</strong></h3>\n<p>This documentation constitutes the authoritative description of this API in its present form and is provided <strong>as is</strong>. Where the documentation is silent, no additional capability should be presumed. If an endpoint, field, method, integration, limit, authentication flow, or behaviour is not explicitly documented, assume it does not exist or is not supported for your purposes. Do not make assumptions based on naming patterns, conventions, comparable APIs, partial references, or inferred intent. Only rely on what is expressly stated in this documentation.</p>\n<h1 id=\"api-technologies-and-format-standards\">API Technologies and Format Standards</h1>\n<p>The Firefish API utilises standard HTTP endpoints accepting GET or POST requests with URLs, and any query parameters, in all lower-case. All responses will be in JSON.</p>\n<p>All dates, and date-times, will be presented in ISO-8601 format using Coordinated Universal Time (UTC) as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Format</th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Date</td>\n<td>YYYY-MM-DD</td>\n<td>2023-12-01</td>\n</tr>\n<tr>\n<td>date-time</td>\n<td>YYYY-MM-DDThh:mm:ss.fffZ</td>\n<td>2023-12-01T14:45:23.000Z</td>\n</tr>\n<tr>\n<td>bool</td>\n<td>true or false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"permission-scopes\">Permission Scopes</h1>\n<p>Access to the API is scope-based and therefore requires that the requested token provides access to the correct scope for the endpoint that is being used. The following scopes are currently available and multiple may be requested at during the authorisation by separating them with a space:</p>\n<ul>\n<li><p>candidatesAPI-read</p>\n</li>\n<li><p>contactsAPI-read</p>\n</li>\n<li><p>companiesAPI-read</p>\n</li>\n<li><p>placementdetailsAPI-read</p>\n</li>\n<li><p>placementdetailsAPI-write</p>\n</li>\n<li><p>jobsAPI-read</p>\n</li>\n<li><p>jobsAPI-write</p>\n</li>\n<li><p>actionsAPI-read</p>\n</li>\n<li><p>advertsAPI-read</p>\n</li>\n<li><p>candidatesAPI-write</p>\n</li>\n<li><p>contactsAPI-write</p>\n</li>\n<li><p>companiesAPI-write</p>\n</li>\n<li><p>commsAPI-readWrite</p>\n</li>\n<li><p>usersAPI-read</p>\n</li>\n</ul>\n<p>In order to be granted access to a requested scope, the permission must be set correctly in the Custom API settings page found in Firefish.</p>\n<h1 id=\"search-result-format\">Search Result Format</h1>\n<p>Our search endpoints are, by default, limited to return a maximum of 1,000 records at any time to prevent search performance and security issues. As such you may need to run multiple searches with varying Date parameters, or use our Pagination feature if you wish to retrieve more results than this.</p>\n<p>Most DateFrom and DateTo style parameters support both date and datetime entries (ISO-8601 format).</p>\n<h4 id=\"dateto-search-parameters\"><strong>DateTo search parameters</strong></h4>\n<p>Where only a date is supplied or the time component is suppled as \"T00:00:00.000Z\", the time component will be defaulted to \"T23:59:59.999Z\"</p>\n<h1 id=\"error-responses\">Error Responses</h1>\n<p>This section details the expected error responses that may be returned by calls to the endpoints. All errors returned by the endpoints take the form of standard HTTP error responses which contain an appropriate error message in their body as detailed below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400 – Bad Request</td>\n<td>This will be returned by any malformed request to the API. Details of exactly how the request is malformed will be included in the response body.</td>\n</tr>\n<tr>\n<td>401 – Unauthorised</td>\n<td>This will be returned for all requests that attempt to access the API either without an access token, or with an invalid/expired token. Details of the cause of the error will be included in the response body.</td>\n</tr>\n<tr>\n<td>404 - Not Found</td>\n<td>This will be returned for all requests for Information or records that cannot be found in Firefish.</td>\n</tr>\n<tr>\n<td>500 – Internal Server Error</td>\n<td>This will be returned for all requests that encounter an unexpected error. Details of the error, where possible, will be included in the body of the response. Errors with this code are usually transient in nature and it is recommended to retry your request again later. If errors persist, please be sure to reach out and let us know.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"notice-on-upcoming-changes\">Notice on Upcoming Changes</h1>\n<p>Our API is routinely updated with changes to ensure that our partners have the best experience possible when using our API.</p>\n<p>Whenever significant changes are due to be made, we aim to communicate these changes to our partner network based on the following timeframes.</p>\n<p>All changes are recorded on the Changelog, which is maintained on a rolling basis for the preceding 6 months.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>~2 Week Notice</strong></th>\n<th><strong>&gt;4 Week Notice</strong></th>\n<th><strong>&gt;6 Week Notice</strong></th>\n<th><strong>&gt;8 Week Notice</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>New read only field on an existing endpoint</td>\n<td>Change to an existing fixed value field</td>\n<td>Change to an existing API version's behaviour</td>\n<td>Security/Authentication change</td>\n</tr>\n<tr>\n<td>New non-mandatory write field on an existing endpoint</td>\n<td>Change to an existing field's restrictions/validation</td>\n<td>Removal of an existing field</td>\n<td>Critical Infrastructure/Technology change</td>\n</tr>\n<tr>\n<td>Mandatory field now made optional</td>\n<td>Change to a data format or type on an existing field</td>\n<td>New mandatory field on an existing endpoint</td>\n<td>Retiring of an endpoint</td>\n</tr>\n<tr>\n<td>New Search Parameters on an existing endpoint</td>\n<td>Change to relevant data/behaviour in Firefish</td>\n<td>Optional field made mandatory</td>\n<td>Retiring of an API Version</td>\n</tr>\n<tr>\n<td>Brand New Endpoints</td>\n<td>New API Version (new API behaviour)</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"changelog\">Changelog</h1>\n<p>Significant changes will be communicated to our established integration partners ahead of time, however all changes will be summarised and documented here as they are released.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Release Date</strong> (newest first)</th>\n<th><strong>API Version/Vertical</strong></th>\n<th><strong>API Endpoint(s)</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>02/04/2026</td>\n<td>/v1.1/properties</td>\n<td><code>GET</code> Job Workflow Properties</td>\n<td>A new endpoint has been released for retrieving all currently enabled field properties on Job Workflows, which describes field types as well as any available dropdown values.  <br>  <br>Relevant for all workflow stages including jobs, placements and shift bookings</td>\n</tr>\n<tr>\n<td>18/09/2025</td>\n<td>/v1.1/jobs</td>\n<td><code>GET</code> Job Search  <br><code>GET</code> Job Details  <br><code>GET</code> Dropdown Values  <br><code>POST</code> Create Job  <br><code>PATCH</code> Update Job  <br><code>POST</code> Add Shits</td>\n<td>We have released a new package of endpoints for retrieving and managing job records under api/v1.1/jobs/. This complements v1.0 and will operate alongside.  <br>  <br>Endpoints in this package specifically supercede v1.0 for GET Job Search and GET Job Details, and whilst these endpoints will be maintained, they are now considered deprecated and will be retired.</td>\n</tr>\n<tr>\n<td>06/06/2025</td>\n<td>/v1.1/placements</td>\n<td><code>GET</code> Placement Details  <br><code>GET</code> Placement Part</td>\n<td>For the purpose of providing clarity on terminated placements, a new field has been added to the Placement Details response object called <code>\"TerminationWorkedEndDate\"</code>. This field confirms whether or not the candidate worked on the end date.</td>\n</tr>\n<tr>\n<td>02/05/2025</td>\n<td>/v1.0/actions  <br>/v1.0/candidates  <br>/v1.0/contacts  <br>/v1.0/companies  <br>/v1.0/jobs  <br>/v1.0/comms</td>\n<td><code>GET</code> Actions Search  <br><code>GET</code> Candidate Actions  <br><code>GET</code> Company Actions  <br><code>GET</code> Contact Actions  <br><code>GET</code> Job Actions  <br><code>GET</code> Call or Message Note</td>\n<td>The <code>\"FollowUpDate\"</code> fields on each response body will now include times entered in the Firefish UI instead of defaulting to <code>\"...T00:00:00.000Z\"</code></td>\n</tr>\n<tr>\n<td>02/05/2025</td>\n<td>/v1.0/comms</td>\n<td><code>POST</code> Create Call or Message Note  <br><code>PUT</code> Update Call or Message Note</td>\n<td>A new field has been added to each request body called <code>\"FollowUpTime\"</code>. This field allows a third party to optionally supply a follow up time in ISO-8601 format along with <code>\"FollowUpDate\"</code>. Providing a time without a date will result in a validation error.</td>\n</tr>\n<tr>\n<td>17/04/2025</td>\n<td>/v1.0/comms</td>\n<td><code>GET</code> Caller ID Lookup</td>\n<td>A new datetime field called <code>\"LastActivityDate\"</code> has been added to the response object. This field describes the last time <em>any</em> action was added to the associated person's record. <code>\"LastCommsDate\"</code> is still available to describe the datetime of the last call or message made.</td>\n</tr>\n<tr>\n<td>11/04/2025</td>\n<td>/v1.0/actions</td>\n<td><code>GET</code> Actions Search</td>\n<td>A new DateTime field called <code>\"Updated\"</code> has been added to the response body of the Actions Search endpoint to describe when the associated action event was last updated. Third Parties can filter actions by Updated Date by using a new param called <code>use-updated-dates</code></td>\n</tr>\n<tr>\n<td>28/03/2025</td>\n<td>/v1.0/companies</td>\n<td><code>GET</code> Company Search</td>\n<td>The <code>Action-date-from</code>, <code>Action-date-to</code>, <code>From-date</code> and <code>To-date</code> Params will now accept a \"date-time\" value as well as a Date value.  <br>  <br>\"date-time\" values can be supplied down to the milisecond using ISO-8601 format.</td>\n</tr>\n<tr>\n<td>14/03/2025</td>\n<td>/v1.1/placements</td>\n<td><code>GET</code> Placement Search</td>\n<td>A new field has been added to the response object called <code>\"Supplier\"</code>.  <br>  <br>This field describes the Pay &amp; Bill provider assigned to the associated Candidate on the placement, and can be used to identify correct placements to import by the third party.</td>\n</tr>\n<tr>\n<td>21/02/2025</td>\n<td>/v1.1/placements</td>\n<td><code>GET</code> Placement Details  <br><code>GET</code> Placement Part</td>\n<td>The following fields have been added to the \"Company\" element in the response object:  <br>- <code>\"ParentVATNumber\"</code>  <br>- <code>\"RegistrationNumber\"</code>  <br>- <code>\"InsuranceNumber\"</code>  <br>- <code>\"VATNumber\"</code>  <br>  <br>These fields will return the associated values from Firefish for the purposes of Billing and Company Registration Matching</td>\n</tr>\n<tr>\n<td>07/02/2025</td>\n<td>/v1.0/comms</td>\n<td><code>PUT</code> Update Comms Note  <br><code>POST</code> Create Comms Note</td>\n<td>To assist with KPI reporting, In addition to specifying an email address in the <code>\"UserEmail\"</code> field to attribute a comms note to an active user, third parties can now specify \"sysadmin\" as an accepted value to add calls/notes that should not be attributed to a user.</td>\n</tr>\n<tr>\n<td>07/02/2025</td>\n<td>/v1.0/comms</td>\n<td><code>GET</code> Comms Note  <br><code>PUT</code> Update Comms Note  <br><code>POST</code> Create Comms Note</td>\n<td><code>POST</code> Create Comms Note now returns an ID value upon a success which a third party can use to later retrieve (<code>GET</code>) and update (<code>PUT</code>) the note that they have created via two new endpoints on the Comms Package.</td>\n</tr>\n<tr>\n<td>10/01/2025</td>\n<td>/v1.0/contacts</td>\n<td><code>GET</code> Contact Search</td>\n<td>Pagination has been added as an optional feature to this endpoint via 2 new params: <code>Page</code> and <code>Page-Size</code>.  <br>  <br>Responses are unpaginated by default. By supplying the new params, a third party can return pages of data with up to 1000 results per page.</td>\n</tr>\n<tr>\n<td>20/12/2024</td>\n<td>/v1.0/contacts</td>\n<td><code>GET</code> Contact Search</td>\n<td>The <code>Action-date-from</code>, <code>Action-date-to</code>, <code>From-date</code> and <code>To-date</code> Params will now accept a \"date-time\" value as well as a Date value.  <br>  <br>\"date-time\" values can be supplied down to the milisecond using ISO-8601 format.</td>\n</tr>\n<tr>\n<td>20/12/2024</td>\n<td>/v1.1/placements</td>\n<td><code>GET</code> Placement Details  <br><code>GET</code> Placement Part</td>\n<td>A new field called <code>\"IncludeWeekends\"</code> has been added to the PlacementDetails response object, which allows third parties to determine whether timesheet periods are Monday-Friday, or Monday-Sunday.  <br>  <br>This field presents as a boolean true/false for Contract placements only. For permanent placements, this field will default to <code>null.</code></td>\n</tr>\n<tr>\n<td>13/12/2024</td>\n<td>/v1.0/candidates</td>\n<td><code>POST</code> Upload Candidate Documents</td>\n<td>Alongside <code>\"CV\"</code>, this endpoint now supports additional document types when uploading files. Third parties can now submit the values <code>\"InterviewNotes\"</code> and <code>\"Other\"</code> when declaring a document type.</td>\n</tr>\n<tr>\n<td>13/12/2024</td>\n<td>/v1.0/comms</td>\n<td><code>GET</code> Message Queue</td>\n<td>A new endpoint has been added to our Communications API vertical called <code>GET</code> Message Queue.  <br>  <br>This endpoint is currently only available on limited release to WhatsApp for Business partners. For more information, please review the documentation entry.</td>\n</tr>\n<tr>\n<td>15/11/2024</td>\n<td>/v1.0/candidates</td>\n<td><code>GET</code> Candidate Search</td>\n<td>The <code>Action-date-from</code>, <code>Action-date-to</code>, <code>From-date</code> and <code>To-date</code> Params will now accept a \"date-time\" value as well as a Date value.  <br>  <br>\"date-time\" values can be supplied down to the milisecond using ISO-8601 format.</td>\n</tr>\n<tr>\n<td>15/11/2024</td>\n<td>/v1.0/candidates</td>\n<td><code>POST</code> Create Candidate Profile  <br><code>PUT</code> Update Candidate Profile</td>\n<td>The required <code>source</code> field will now accept the API Profile name as a value. This replaces the previously always available value \"registration - public api\" which has now been retired.</td>\n</tr>\n<tr>\n<td>15/11/2024</td>\n<td>/v1.1/placements</td>\n<td>GET Placement Search</td>\n<td>The <code>From-date</code> and <code>To-date</code> Params will now accept a \"date-time\" value as well as a Date value.  <br>  <br>\"date-time\" values can be supplied down to the milisecond using ISO-8601 format.</td>\n</tr>\n<tr>\n<td>15/11/2024</td>\n<td>/v1.0/jobs</td>\n<td><code>GET</code> Job Search  <br><code>GET</code> Job Profile</td>\n<td>A new field has been added to the Job Search and Profile Endpoint called <code>AdditionalOwners</code>.  <br>  <br>This field presents an array of Users who are listed as secondary owners on a Job record in Firefish</td>\n</tr>\n<tr>\n<td>01/11/2024</td>\n<td>/v1.0/candidates</td>\n<td><code>GET</code> Candidate Search</td>\n<td>Pagination has been added as an optional feature to this endpoint via 2 new params: <code>Page</code> and <code>Page-Size</code>.  <br>  <br>Responses are unpaginated by default. By supplying the new params, a third party can return pages of data with up to 1000 results per page.</td>\n</tr>\n<tr>\n<td>18/10/2024</td>\n<td>/v1.0/actions</td>\n<td><code>GET</code> Action Search</td>\n<td>Pagination has been added as an optional feature to this endpoint via 2 new params: <code>Page</code> and <code>Page-Size</code>.  <br>  <br>Responses are unpaginated by default. By supplying the new params, a third party can return pages of data with up to 1000 results per page.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Technologies and Format Standards","slug":"api-technologies-and-format-standards"},{"content":"Permission Scopes","slug":"permission-scopes"},{"content":"Search Result Format","slug":"search-result-format"},{"content":"Error Responses","slug":"error-responses"},{"content":"Notice on Upcoming Changes","slug":"notice-on-upcoming-changes"},{"content":"Changelog","slug":"changelog"}],"owner":"25381032","collectionId":"8faa317b-543a-485e-b114-108e81ada073","publishedId":"2sA2xcaEyw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"2F373E","highlight":"E51837"},"publishDate":"2024-03-04T14:00:09.000Z"},"item":[{"name":"Authentication","item":[{"name":"Login Request","event":[{"listen":"test","script":{"id":"50705aa5-fdd1-4e1e-a803-568f751bf61c","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"authToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"61585b32-59fa-4bfe-a49c-236ad4bf4f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"scope","value":"{{scopes}}","description":"<p>Choose from the available scopes.</p>\n<p>Multiple scopes can be requested by including each one required, separated with a 1 character space. The permission for each scope must be granted against your Custom API credentials in Firefish.</p>\n","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"{{clientID}}","type":"text","description":"<p>The ClientID obtained from Firefish</p>\n"},{"key":"client_secret","value":"{{clientSecret}}","type":"text","description":"<p>The Client Secret obtained from Firefish</p>\n"}]},"url":"{{hostName}}{{authorizationPath}}","description":"<h1 id=\"requesting-an-access-token\">Requesting an Access Token</h1>\n<p>Each request to the API requires that an access token is provided in order to authorize it. As such, your integration may obtain a token by making an HTTP request as follows</p>\n<img src=\"https://content.pstmn.io/b1dba72b-0b48-4afb-8a30-d1956eba8d87/aW1hZ2UucG5n\" width=\"648\" height=\"138\" />\n\n<p>The request format above is specified in section 4.4.2 of the OAuth 2.0 standard <a href=\"https://tools.ietf.org/html/rfc6749#page-41\">here</a></p>\n<h2 id=\"access-token-responses\">Access Token Responses</h2>\n<p>A successful request to the token endpoint will respond with a 200 OK status code and an application/json body like the example below.</p>\n<h2 id=\"access-token-expiry\">Access Token Expiry</h2>\n<p>The access token response will contain an expires in field which contains how long, in seconds, before the access token expires. Access tokens will typically expire after 10 minutes at which point you will need to call the token authorization endpoint again to be issued with a new access token.</p>\n<p>You should keep track of the expiry time of the access token and re-use this token until close to its expiry, at which point you should request a new one.</p>\n","urlObject":{"host":["{{hostName}}{{authorizationPath}}"],"query":[],"variable":[]}},"response":[{"id":"594ec21c-cbf1-4fa8-9b68-f897db32941c","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"scope","value":"{{scopes}}","description":"Choose from the following available scopes:\n\ncandidatesAPI-read \ncontactsAPI-read \ncompaniesAPI-read \nplacementdetailsAPI-read \njobsAPI-read \nactionsAPI-read \nadvertsAPI-read\ncandidatesAPI-write \ncontactsAPI-write \ncompaniesAPI-write \n\nMultiple scopes can be requested by including each one required, separated with a 1 character space. The permission for each scope must be granted against your Custom API credentials in Firefish.","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"{{clientID}}","type":"text","description":"The ClientID obtained from Firefish"},{"key":"client_secret","value":"{{clientSecret}}","type":"text","description":"The Client Secret obtained from Firefish"}]},"url":"{{hostName}}{{authorizationPath}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 11:42:07 GMT"},{"key":"Content-Length","value":"533"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"vg2IvL6q8Xf44Jmx0tcwZaDeb_eqss8pAVFybz0ikd6eeoKanBXjYlCzzJtI-nNEE8ntWPp6EL8FTKfOWQDP6BII3NzVwvvK1Tg8F8chC-RQQ0KI4HeOqrUhYTo_Vq1aX7Yytp8znW7i062CVIhg42sSsFMT-8MgSGikPeKyL5FzAqUUQ3q-fptnoT3OcnUMFEtPgh_BuxChaEEzyAwCIJa0bw6YrzWAqYnjaJJm2tC8QVPYVA-bGXOdV3_G5jotuI_XiWxPFBYFY8mDl3sUI0gDg0ZT61PKYUbxzsvHgL_BdA3PWuEgWnbiQFutTMblcJeUKg15rI5H1UrZDXdr0U9dm1ZY2jIBeK8VQsEWQH_kwayFsusz1Qegf9CAIRegCHUtVCkaQGrA_Z95pH_YoEnQElyerQyvwNW_qEa-3tw4KvITScRIgVjvlpVap9TQIu8URh-_T3bV1DyDh8WcniamLBA\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 599\n}"},{"id":"acd9bda3-ce75-487b-abb0-eb70899894c8","name":"Unsuccessful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"scope","value":"candidatesAPI-rea","description":"Choose from the following available scopes:\n\ncandidatesAPI-read \ncontactsAPI-read \ncompaniesAPI-read \nplacementdetailsAPI-read \njobsAPI-read \nactionsAPI-read \nadvertsAPI-read\ncandidatesAPI-write \ncontactsAPI-write \ncompaniesAPI-write \n\nMultiple scopes can be requested by including each one required, separated with a 1 character space. The permission for each scope must be granted against your Custom API credentials in Firefish.","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"{{clientID}}","type":"text","description":"The ClientID obtained from Firefish"},{"key":"client_secret","value":"{{clientSecret}}","type":"text","description":"The Client Secret obtained from Firefish"}]},"url":"{{hostName}}{{authorizationPath}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 11:42:32 GMT"},{"key":"Content-Length","value":"41"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Requested unauthorised scopes\"\n}"}],"_postman_id":"61585b32-59fa-4bfe-a49c-236ad4bf4f92"},{"name":"Complete List of Permission Scopes","id":"ac63f893-a17d-4624-b514-c636215d957e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Below is a comprehensive reference for all of our active public endpoints, and the permission scopes available to use on them.</p>\n<p>Each endpoint requires a minimum of 1 of the associated permission scopes, and where there are multiple scopes available, any of them can be used.</p>\n<p><strong>Custom API Users:</strong> In order to be granted permission when requesting these scopes, the equivalent permission must be set to enabled in Firefish in Settings -&gt; Integrations -&gt; Custom API.</p>\n<p><strong>Integration Partners:</strong> For approved partners with an entry in our Integrations Marketplace, the scopes you are requesting should match the agreed predefined permission settings for your Partner Behaviour.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Usable scope(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>GET api/v1.0/actions/search</code></td>\n<td><code>actionsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/search</code></td>\n<td><code>candidatesAPI-read</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}</code></td>\n<td><code>candidatesAPI-read</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.0/candidates/</code></td>\n<td><code>candidatesAPI-write</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>PUT api/v1.0/candidates/{displayID}</code></td>\n<td><code>candidatesAPI-write</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}/details</code></td>\n<td><code>candidatesAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}/paydetails</code></td>\n<td><code>candidatesAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}/pay-details</code></td>\n<td><code>candidatesAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}/references</code></td>\n<td><code>candidatesAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}/preferences</code></td>\n<td><code>candidatesAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}/professional-memberships</code></td>\n<td><code>candidatesAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}/certifications</code></td>\n<td><code>candidatesAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}/employment</code></td>\n<td><code>candidatesAPI-read</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.0/candidates/{displayID}/employment</code></td>\n<td><code>candidatesAPI-write</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}/education</code></td>\n<td><code>candidatesAPI-read</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.0/candidates/{displayID}/education</code></td>\n<td><code>candidatesAPI-write</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/candidates/{displayID}/actions</code></td>\n<td><code>candidatesAPI-read</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.0/candidates/{displayID}/activity/notes</code></td>\n<td><code>candidatesAPI-write</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.0/candidates/{displayID}/documents</code></td>\n<td><code>candidatesAPI-write</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/companies/search</code></td>\n<td><code>companiesAPI-read</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/companies/{displayID}</code></td>\n<td><code>companiesAPI-read</code>, <code>candidatesAPI-read</code>, <code>contactsAPI-read</code>, <code>placementdetailsAPI-read</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.1/companies/</code></td>\n<td><code>companiesAPI-write</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>PUT api/v1.1/companies/{displayID}</code></td>\n<td><code>companiesAPI-write</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/companies/{displayID}/terms</code></td>\n<td><code>companiesAPI-read</code>, <code>candidatesAPI-read</code>, <code>contactsAPI-read</code>, <code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/companies/{displayID}/benefits</code></td>\n<td><code>companiesAPI-read</code>, <code>candidatesAPI-read</code>, <code>contactsAPI-read</code>, <code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/companies/{displayID}/company-contacts</code></td>\n<td><code>companiesAPI-read</code>, <code>candidatesAPI-read</code>, <code>contactsAPI-read</code>, <code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/companies/{displayID}/associated-companies</code></td>\n<td><code>companiesAPI-read</code>, <code>candidatesAPI-read</code>, <code>contactsAPI-read</code>, <code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/companies/{displayID}/actions</code></td>\n<td><code>companiesAPI-read</code>, <code>candidatesAPI-read</code>, <code>contactsAPI-read</code>, <code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.1/companies/{displayID}/activity/notes</code></td>\n<td><code>companiesAPI-write</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/comms/search</code></td>\n<td><code>commsAPI-readWrite</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/comms/calltypes</code></td>\n<td><code>commsAPI-readWrite</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/comms/messages</code></td>\n<td><code>commsAPI-readWrite</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.0/comms/note</code></td>\n<td><code>commsAPI-readWrite</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/comms/note/{ID}</code></td>\n<td><code>commsAPI-readWrite</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>PUT api/v1.0/comms/note/{ID}</code></td>\n<td><code>commsAPI-readWrite</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/contacts/search</code></td>\n<td><code>contactsAPI-read</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/contacts/{displayID}</code></td>\n<td><code>contactsAPI-read</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.0/contacts/</code></td>\n<td><code>contactsAPI-write</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>PUT api/v1.0/contacts/{displayID}</code></td>\n<td><code>contactsAPI-write</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/contacts/{displayID}/hiring-preferences</code></td>\n<td><code>contactsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/contacts/{displayID}/actions</code></td>\n<td><code>contactsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.0/contacts/{displayID}/activity/notes</code></td>\n<td><code>contactsAPI-write</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1/placements/search</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1/placements/placement/part/{jobType}/{placementPartID}</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1/placements/placement/{jobType}/{originalPlacementID}</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1/placements/offer/{jobType}/{offerID}</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/teams/search</code></td>\n<td><code>teamsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/timesheets/search</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/timesheets/{timesheetID}</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.0/timesheets/{placementDisplayId}</code></td>\n<td><code>placementdetailsAPI-write</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/users/active</code></td>\n<td><code>usersAPI-read</code>, <code>commsBehaviourAPI-readWrite</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/bookings/search</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/bookings/{bookingID}/{shiftDateTime}</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/bookings/{bookingID}</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>PATCH api/v1.1/bookings/update/{bookingID}</code></td>\n<td><code>placementdetailsAPI-write</code></td>\n</tr>\n<tr>\n<td><code>PUT api/v1.1/bookings/cancel/{bookingID}</code></td>\n<td><code>placementdetailsAPI-write</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/adverts/search</code></td>\n<td><code>advertsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/adverts/{displayID}</code></td>\n<td><code>advertsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/jobs/search</code></td>\n<td><code>jobsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/jobs/{displayID}</code></td>\n<td><code>jobsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/jobs/{displayID}/custom-fields</code></td>\n<td><code>jobsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.0/jobs/{displayID}/actions</code></td>\n<td><code>jobsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.0/jobs/{displayID}/considerations</code></td>\n<td><code>jobsAPI-write</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/jobs/search</code></td>\n<td><code>jobsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/jobs/{displayID}</code></td>\n<td><code>jobsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/jobs/dropdownvalues</code></td>\n<td><code>jobsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.1/jobs/</code></td>\n<td><code>jobsAPI-write</code></td>\n</tr>\n<tr>\n<td><code>PATCH api/v1.1/jobs/{displayID}</code></td>\n<td><code>jobsAPI-write</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.1/jobs/{displayID}/shifts</code></td>\n<td><code>jobsAPI-write</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/placements/search</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/placements/placement/part/{jobType}/{placementPartID}</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/placements/placement/part/contract/{placementPartID}/timesheets</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/placements/placement/{jobType}/{originalPlacementID}</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/placements/offer/{jobType}/{offerID}</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>POST api/v1.1/placements/placement/part/contract/{placementDisplayId}/timesheets</code></td>\n<td><code>placementdetailsAPI-read</code></td>\n</tr>\n<tr>\n<td><code>GET api/v1.1/properties/{jobType}</code></td>\n<td><code>placementdetailsAPI-read</code>, <code>jobsAPI-read</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"ac63f893-a17d-4624-b514-c636215d957e"}],"id":"bf9449fc-a65d-4922-a69f-77aab259e0f8","description":"<h1 id=\"accessing-the-api\">Accessing the API</h1>\n<p>The API is accessible by use of Oauth 2.0 bearer access tokens. The Client ID and Client Secret required to generate access tokens can be accessed via the Custom API section of the Integrations settings in Firefish.</p>\n<p>The URL for all API requests is https://{{hostName}}</p>\n<h1 id=\"security-note\">Security Note</h1>\n<p>The OAuth authorization mechanism that is utilized by this API adopts the <em>client_credentials</em> grant type and is therefore intended for server-to-server communication only. All precautions should be taken to ensure that the provided client secret is not available in a client-side application such as in a web-browser on within a mobile app.</p>\n<p>If you believe that your client secret has been compromised, let us know immediately so that we can revoke it and issue a new one in its place.</p>\n","_postman_id":"bf9449fc-a65d-4922-a69f-77aab259e0f8","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Partner Behaviours","item":[{"name":"Pay & Bill","item":[{"name":"Introduction","id":"19dbd64d-d67b-48ab-8676-e8331920aec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}/api/v1.1/placements/{endpoint}","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>The pay and bill partner behaviour is a predefined group of endpoints that facilitate communication between Firefish and platforms that specialise in paying candidates, invoicing clients and managing temporary workers whilst in contract (for example, the use of timesheets).</p>\n<p>Firefish users routinely create placement records upon the successful conclusion of the jobs workflow. A placement in Firefish provides a fixed record that describes the fulfilment of either a permanent or contract (temporary) vacancy, and will include the following information:</p>\n<ul>\n<li><p><strong>Candidate</strong></p>\n<ul>\n<li><p>The person candidate who has been placed in the job vacancy</p>\n</li>\n<li><p>Includes Biographical Info, Contact Details, Pay Details, Compliance Details</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Company</strong></p>\n<ul>\n<li><p>The hiring company (client) responsible for issuing the job vacancy</p>\n</li>\n<li><p>Includes any relevant Parent Company info, Terms and Company Registration info</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Contact</strong></p>\n<ul>\n<li><p>The hiring manager contact responsible for issuing the job vacancy</p>\n</li>\n<li><p>Includes name, job title and contact details</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Billing</strong></p>\n<ul>\n<li><p>The accounts contact and associated company information responsible for Billing</p>\n</li>\n<li><p>Can be different from the hiring company and contact</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Job</strong></p>\n<ul>\n<li><p>Summary information relating to the associated Job Order</p>\n</li>\n<li><p>includes description, original hiring manager, source and job type</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Placement</strong></p>\n<ul>\n<li><p>Full breakdown of the original placement including description, pay conditions, additional pay rates, client charges</p>\n</li>\n<li><p>Firefish user information, commission splits and linked additional sales are also described here</p>\n</li>\n<li><p>Extensions and Terminations associated with the original placement are available in full or separately as placement parts.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Timesheet</strong></p>\n<ul>\n<li><p>An optional package of endpoints detailing Timesheet Data for contract placements</p>\n</li>\n<li><p>Inherently linked to, and reliant on information found from Placement Details</p>\n</li>\n<li><p>Retrieve, Create &amp; Update timesheet details in Firefish</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"bookings-beta\">Bookings (Beta)</h4>\n<p>As part of an expanded Pay &amp; Bill model, Firefish now includes <strong>Shift Bookings</strong>—a new feature in <strong>beta</strong> that supports <strong>shift-based contract work</strong>. Unlike placements, bookings represent candidate assignments to individual <strong>shift occurrences</strong>, typically used in high-volume, flexible work environments (e.g. healthcare or events).</p>\n<ul>\n<li><p><strong>Bookings are distinct from placements and timesheets</strong></p>\n</li>\n<li><p>They are <strong>read-only</strong> via API, and use a dedicated set of endpoints</p>\n</li>\n<li><p>The <strong>Booking Details</strong> endpoint provides access to job, candidate, and schedule metadata</p>\n</li>\n<li><p>Recurring shifts are flattened automatically; only individual occurrences are returned</p>\n</li>\n</ul>\n<p>Shift Bookings are accessed through a separate set of endpoints designed specifically for integration with third-party <strong>payroll</strong>, <strong>scheduling</strong>, or <strong>workforce platforms</strong>.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["api","v1.1","placements","{endpoint}"],"host":["{{hostName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"19dbd64d-d67b-48ab-8676-e8331920aec0"},{"name":"Requirements","id":"d1fe7797-59dc-430d-9b3c-33a218ce4964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h2 id=\"required-permission-scopes\">Required Permission Scopes</h2>\n<p>To make use of the Pay &amp; Bill behaviour, you will need to provide the following permission scopes in order to retrieve an appropriate security token:</p>\n<p><em><strong>placementdetailsAPI-read placementdetailsAPI-write usersAPI-read candidatesAPI-read</strong></em></p>\n<p>For further information on our authentication and security practises, <a href=\"https://go.postman.co/workspace/Team-Workspace~7b517801-343e-4b90-8bbb-9ae9b73aa14b/documentation/25381032-c310089f-ab58-4ec6-9c05-bdb041c7ca0e?entity=folder-22eec49a-6e86-4bbc-a409-27a10c9a93f1\">click here</a>.</p>\n<h2 id=\"endpoints\">Endpoints</h2>\n<p>As part of your Pay &amp; Bill integration with Firefish, you will be utilising the following endpoints:</p>\n<ul>\n<li><p>All available for <a href=\"https://developer.firefishsoftware.com/#dd7e12db-4cf1-457b-90f1-13b413a126ac\"><b>Placements</b></a></p>\n</li>\n<li><p>All available for <a href=\"https://developer.firefishsoftware.com/#d6b666d2-a60a-4ea4-b332-c0c8c5f7abdb\"><b>Timesheets</b></a></p>\n</li>\n<li><p>All available for <a href=\"https://developer.firefishsoftware.com/#cb6f0032-1fde-4849-8a21-9a5239fda041\"><b>Bookings</b></a></p>\n</li>\n<li><p>All available for <a href=\"https://developer.firefishsoftware.com/#1e9ab779-8366-4086-8058-206dc78bf2c2\"><b>Firefish Users</b></a></p>\n</li>\n<li><p>GET Endpoints for <a href=\"https://developer.firefishsoftware.com/#502eac1e-98b6-4bac-9a7f-b6f75420be7d\"><b>Candidates</b></a></p>\n</li>\n</ul>\n<p>Detailed technical information, including available request/reponse objects, fields and URLs can be found against the specified endpoints.</p>\n<h2 id=\"direction-of-data\">Direction of Data</h2>\n<h4 id=\"placements\">Placements</h4>\n<p>The direction of data for <strong>Placements and User Information</strong> is entirely <strong>Firefish -&gt; Third Party</strong>.</p>\n<p>This means that your users will be expected to create and maintain all associated data in Firefish, which should then collected by and updated in your platform.</p>\n<p>Any request for Placement Details or a Placement Part via the Firefish API is recorded for auditing and monitoring purposes.</p>\n<h4 id=\"timesheets\">Timesheets</h4>\n<p>The direction of data for <strong>Timesheets</strong> is bi-directional. We support the retrieval of Timesheet data, and can also accept Timesheets being created or updated in Firefish.</p>\n<p>All interactions with our Timesheet Endpoints are recorded for auditing and monitoring purposes.</p>\n<p>All data must be requested by the third party. We recommend an automated collection every 15-30 minutes, with additional manual triggers available in your platform on a per placement basis.</p>\n<h4 id=\"bookings\">Bookings</h4>\n<p>The direction of data for <strong>Shift Bookings</strong> is <strong>Firefish ➝ Third Party</strong> only. Bookings are created, confirmed, and updated within Firefish by users.</p>\n<p>Third-party platforms must request booking data from Firefish at regular intervals for payroll, billing or reporting. There is no ability to create or update bookings via the API.</p>\n<h2 id=\"ids-and-refs\">IDs and Refs</h2>\n<p>All placement records have an <code>ID</code> that is specific to that placement part. Placement Parts will also reference a <code>JobRef</code> and an <code>OriginalPlacementID</code> in order to link them back to the parent placement and associated Job.</p>\n<p>In addition, we provide a Friendly <code>Ref</code> that describes the relationship between the Job, Original Placement and any child part as displayed in Firefish. This is described as</p>\n<p>\"JobRef-OriginalPlacementID-ID\" EG: \"12345-1234-5678\"</p>\n<p>All booking records use an <strong>opaque unique identifier (UUID)</strong> to protect against enumeration attacks.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"d1fe7797-59dc-430d-9b3c-33a218ce4964"},{"name":"Permanent Behaviour Workflow","id":"43532dbb-b5ab-473c-bff5-d02887dbbc87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Our users create and manage permanent placements in Firefish that can then be collected and processed in your platform for Billing or Accounting activities. To understand how our users do this, <a href=\"https://fishtank.firefishsoftware.com\">check out our Fishtank.</a></p>\n<h4 id=\"what-is-a-permanent-placement-in-firefish\"><strong>What is a Permanent Placement in Firefish?</strong></h4>\n<ul>\n<li><p>The introduction of a candidate to a company made by the recruiting agency.</p>\n</li>\n<li><p>The candidate is hired directly by the company</p>\n</li>\n<li><p>An introduction fee or credit note may be payable</p>\n</li>\n</ul>\n<h4 id=\"who-might-retrieve-permanent-placements\"><strong>Who might retrieve Permanent Placements?</strong></h4>\n<ul>\n<li><p>Billing or Invoicing platforms</p>\n</li>\n<li><p>Financial Accounting platforms</p>\n</li>\n<li><p>BI, MI or Analytics suites</p>\n</li>\n<li><p>Review/Customer Satisfaction platforms</p>\n</li>\n</ul>\n<h4 id=\"available-permanent-placement-types\">Available Permanent Placement Types</h4>\n<ul>\n<li><p><strong>Offer</strong></p>\n<ul>\n<li><p>The offer of a job to a candidate</p>\n</li>\n<li><p>Requires confirmation in Firefish before becoming an original placement</p>\n</li>\n<li><p>This allows the user to distinguish between offers that are accepted or rejected</p>\n</li>\n<li><p>Once the offer has been accepted, this object's <code>placement-type</code> is updated to 'original placement'</p>\n</li>\n<li><p>If an offer is rejected, the <code>OfferStatus</code> is updated to \"Offer Declined\".</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Original Placement</strong></p>\n<ul>\n<li><p>The parent placement record for any subsequent child placement parts</p>\n</li>\n<li><p>Contains the main details of a placement, including all job, candidate and company information</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Termination</strong></p>\n<ul>\n<li><p>Child placement part that must be linked to an original placement</p>\n</li>\n<li><p>Describes a placement that has been ended prematurely - typically within a rebate period where a credit note is due</p>\n</li>\n<li><p>Contains the same level of detail as an original placement</p>\n</li>\n<li><p>Billing information can be negative for the purposes of generating <strong>Credit Notes</strong></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"typical-integration-partner-journey\">Typical integration partner journey</h3>\n<ol>\n<li><p><strong>User will create a placement in Firefish</strong></p>\n<ol>\n<li><p>All placements begin with the <code>placement-type</code> = Offer</p>\n</li>\n<li><p>There are no proactive notifications for new placements available via the API</p>\n</li>\n</ol>\n</li>\n<li><p><strong>The Pay &amp; Bill partner must search for and collect new placements according to a schedule</strong></p>\n<ol>\n<li><p>Request data every 15-30 minutes using the <code>from-date</code> parameter</p>\n</li>\n<li><p>Use the <code>use-updated-dates</code> param to collect any changes to a placement after it is created, such as an <code>offer</code> becoming an <code>original-placement</code></p>\n</li>\n<li><p>Set the parameter <code>job-type</code>=\"permanent\" to ensure you only retrieve Permanent placements</p>\n</li>\n<li><p>If you only require certain placement types, set the parameter <code>placement-type</code> to filter down the list further</p>\n</li>\n<li><p>See details for using the <a href=\"https://developer.firefishsoftware.com/#429b1230-b5a5-491a-b41b-d6ca4c771c1a\">Placement Search Endpoint</a></p>\n</li>\n</ol>\n</li>\n<li><p><strong>Upon detecting a new placement, the partner retrieves the full placement details, and/or any required placement parts</strong></p>\n<ol>\n<li><p>If you're collecting Offers, these must be collected separately</p>\n</li>\n<li><p>Once an offer has been accepted, the offer details can no longer be retrieved.</p>\n<ol>\n<li>see details for using the <a href=\"https://developer.firefishsoftware.com/#60a29aba-3e45-403a-8962-4c4a87e37d0a\">Offer Details Endpoint</a></li>\n</ol>\n</li>\n<li><p>To retrieve the original placement and any linked terminations see the details for using the <a href=\"https://developer.firefishsoftware.com/#19a03604-1a90-4b45-87dc-d98b03e79b47\">Placement Details Endpoint</a></p>\n</li>\n<li><p>If you only need a single part of the placement (for example just termination), see the details for using the <a href=\"https://developer.firefishsoftware.com/#ba69a840-b7d3-499a-8c98-b7b70ca32e28\">Placement Part Endpoint</a></p>\n</li>\n</ol>\n</li>\n<li><p><strong>The partner processes the information into their platform</strong></p>\n<ol>\n<li>At this point, the transaction is complete</li>\n</ol>\n</li>\n</ol>\n<h4 id=\"updating-existing-placements\">Updating Existing Placements</h4>\n<p>Any placement, including details relating to the company and candidate can be updated in Firefish at any time. As such, your users must have the ability to 'update' any records to ensure that fidelity is maintained between our platforms.</p>\n<p>We also offer a parameter on our Placement Search Endpoint (<code>use-updated-dates</code>) to support the automatic retrieval of any changes.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"43532dbb-b5ab-473c-bff5-d02887dbbc87"},{"name":"Contract Behaviour Workflow","id":"bdd85b4e-e7d7-4650-9d16-424c4b528d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Our users create and manage contract placements in Firefish that can then be collected and processed in your platform for Pay &amp; Bill activities. To understand how our users do this, <a href=\"https://fishtank.firefishsoftware.com\">check out our Fishtank.</a></p>\n<h4 id=\"what-is-a-contract-placement-in-firefish\"><strong>What is a Contract Placement in Firefish?</strong></h4>\n<ul>\n<li><p>The assigment of a temporary worker to a company on behalf of the recruiting agency</p>\n</li>\n<li><p>The candidate is hired by the recruiting agency either directly or via an intermediary</p>\n</li>\n<li><p>A pay rate(s) for the temporary worker and charge rate(s) for the company will be applicable</p>\n</li>\n</ul>\n<h4 id=\"who-might-retrieve-contract-placements\"><strong>Who might retrieve Contract Placements?</strong></h4>\n<ul>\n<li><p>Umbrella Companies</p>\n</li>\n<li><p>External Pay Providers</p>\n</li>\n<li><p>Billing &amp; Invoicing Providers</p>\n</li>\n<li><p>Accountancy Platforms</p>\n</li>\n<li><p>Workforce Management platforms</p>\n</li>\n<li><p>BI, MI or Analytics suites</p>\n</li>\n</ul>\n<h4 id=\"available-contract-placement-types\"><strong>Available Contract Placement Types</strong></h4>\n<ul>\n<li><p><strong>Offer</strong></p>\n<ul>\n<li><p>The offer to a candidate of a contract assignment</p>\n</li>\n<li><p>Requires confirmation before becoming an original placement</p>\n</li>\n<li><p>Once the offer has been accepted, the offer is becomes an original placement and is no longer available for retrieval</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Original Placement</strong></p>\n<ul>\n<li><p>The parent placement record for any subsequent child placement parts</p>\n</li>\n<li><p>Describes the temporary/contract assignment to which the candidate has been confirmed</p>\n</li>\n<li><p>Contains the main details of the placement, including standard/additional pay rates, candidate details, billing information and assignment details</p>\n</li>\n<li><p>Timesheets can be retrieved and/or created via the <strong>Timesheet Endpoints</strong></p>\n</li>\n</ul>\n</li>\n<li><p><strong>Extension</strong></p>\n<ul>\n<li><p>Child placement part that must be linked to an original placement</p>\n</li>\n<li><p>Describes a continuation of the original assignment, with a new Start/End Date</p>\n</li>\n<li><p>Contains the same level of detail as an original placement</p>\n</li>\n<li><p>Any placement details can be different to the linked original placement</p>\n</li>\n<li><p>Timesheets can be retrieved and/or created via the <strong>Timesheet Endpoints</strong></p>\n</li>\n</ul>\n</li>\n<li><p><strong>Termination</strong></p>\n<ul>\n<li><p>Child placement part that must be linked to an original placement</p>\n</li>\n<li><p>Describes a contract placement that has been ended early in Firefish</p>\n</li>\n<li><p>Contains the same level of detail as an original placement</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"typical-integration-partner-journey\">Typical integration partner journey</h3>\n<ol>\n<li><p><strong>User will create a placement in Firefish</strong></p>\n<ol>\n<li><p>All placements begin with the <code>placement-type</code> = Offer</p>\n</li>\n<li><p>There are no proactive notifications for new placements available via the API</p>\n</li>\n</ol>\n</li>\n<li><p><strong>The Pay &amp; Bill partner must search for and collect new placements according to a schedule</strong></p>\n<ol>\n<li><p>Request data every 15-30 minutes using the <code>from-date</code> parameter</p>\n</li>\n<li><p>Use the <code>use-updated-dates</code> param to collect any changes to a placement after it is created, such as an <code>offer</code> becoming an <code>original-placement</code></p>\n</li>\n<li><p>Set the parameter <code>job-type</code>=\"contract\" to ensure you only retrieve contract placements</p>\n</li>\n<li><p>If you only require certain placement types, set the parameter <code>placement-type</code> to filter down the list further</p>\n</li>\n<li><p>The field <code>Supplier</code> is available in each returned object that can be used to identify contract placements intended for your platform.</p>\n</li>\n<li><p>See details for using the <a href=\"https://developer.firefishsoftware.com/#429b1230-b5a5-491a-b41b-d6ca4c771c1a\">Placement Search Endpoint</a></p>\n</li>\n</ol>\n</li>\n<li><p><strong>Upon detecting a new placement, the partner retrieves the full placement details, and/or any required placement parts</strong></p>\n<ol>\n<li><p>If you're collecting Offers, these must be collected separately</p>\n</li>\n<li><p>Once an offer has been accepted, the offer details can no longer be retrieved.</p>\n<ol>\n<li>see details for using the <a href=\"https://developer.firefishsoftware.com/#60a29aba-3e45-403a-8962-4c4a87e37d0a\">Offer Details Endpoint</a></li>\n</ol>\n</li>\n<li><p>To retrieve the original placement and any linked extensions &amp; terminations see the details for using the <a href=\"https://developer.firefishsoftware.com/#19a03604-1a90-4b45-87dc-d98b03e79b47\">Placement Details Endpoint</a></p>\n</li>\n<li><p>If you only need a single part of the placement (for example just an extension), see the details for using the <a href=\"https://developer.firefishsoftware.com/#ba69a840-b7d3-499a-8c98-b7b70ca32e28\">Placement Part Endpoint</a></p>\n</li>\n</ol>\n</li>\n<li><p><strong>The partner processes the information into their platform</strong></p>\n<ol>\n<li><p>At this point, the transaction is complete</p>\n</li>\n<li><p>If you are providing Timesheet facilities, now refer to our <strong>Timesheet Behaviour Workflow</strong></p>\n</li>\n</ol>\n</li>\n</ol>\n<h4 id=\"updating-existing-placements\">Updating Existing Placements</h4>\n<p>Any placement, including details relating to the company and candidate can be updated in Firefish at any time. As such, your users must have the ability to 'update' any records to ensure that fidelity is maintained between our platforms.</p>\n<p>For Pay &amp; Bill Suppliers, you should also check to ensure that the linked placement still contains your expected <code>Supplier</code> value. If this value has changed, then it should no longer be considered a placement that is relevant for your integration.</p>\n<p>We also offer a parameter on our Placement Search Endpoint (<code>use-updated-dates</code>) to support the automatic retrieval of any changes.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"bdd85b4e-e7d7-4650-9d16-424c4b528d1e"},{"name":"Timesheet Behaviour Workflow","id":"8929cd0c-297f-4365-ac7b-928e81057fc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h3 id=\"timesheet-behaviors\">Timesheet Behaviors</h3>\n<p>The Timesheet Endpoint Package gives third parties the ability to retrieve, create and update timesheets in Firefish.</p>\n<p>Timesheets form part of the Firefish Time Capture feature, which is an optional extension that the user must have enabled in the Firefish main system.</p>\n<p>To find out more about how users manage Timesheets in Firefish, <a href=\"https://fishtank.firefishsoftware.com\">check out our Fishtank.</a></p>\n<p>Timesheets are available to <strong>Contract Placements only</strong>, and are linked to the individual placement part (either the original placement, or extensions) in order to determine information such as available rates of pay, timesheet periods and rate types.</p>\n<h4 id=\"timesheet-behaviour-options\">Timesheet Behaviour Options:</h4>\n<ol>\n<li><p>User create timesheets in Firefish for the third party to collect according to a schedule</p>\n<ol>\n<li><p>We recommend requesting data every 15-30 minutes</p>\n</li>\n<li><p>Information relevant to each timesheet can be found on the associated Placement Part</p>\n</li>\n<li><p>Details for using the <a href=\"https://developer.firefishsoftware.com/#f791e29b-a455-4284-b5bc-bc0f5e35dcae\"><b>Timesheet Search Endpoint</b></a></p>\n</li>\n</ol>\n</li>\n<li><p>Users create timesheets on your third party platform that can be sent to Firefish</p>\n<ol>\n<li><p>You will need to ensure that you have already retrieved the associated placement details to ensure the correct delivery</p>\n</li>\n<li><p>Details for using the <a href=\"https://developer.firefishsoftware.com/#cfd36ac9-7b8e-4549-81f4-651a6ef28560\"><b>Create/Update Timesheet Endpoint</b></a></p>\n</li>\n</ol>\n</li>\n</ol>\n<h4 id=\"timesheet-statuses\">Timesheet Statuses</h4>\n<p>We use two main timesheet statuses in Firefish:</p>\n<p><code>\"Incomplete\"</code> = Describes a Timesheet that has been created in Firefish, but not yet been approved or signed off<br /><code>\"Complete\"</code> = Describes a Timesheet that has been saved in Firefish and is approved and ready for billing</p>\n<p>Some of our native integrations will also use an additional status:<br /><code>\"Submitted\"</code> = Describes a Complete Timesheet that has been sent to an external third party for the purposes of Pay &amp; Bill  </p>\n<p>Whenever a third party Creates or Updates a Timesheet in Firefish, that entry is automatically given the \"Complete\" status.</p>\n<h4 id=\"pay--charge-rates\">Pay &amp; Charge Rates</h4>\n<p>Firefish does not accept custom pay or charge rates on Timesheets. Timesheets retrieved from or sent to Firefish via the API must always reference the associated placement part, which dictates what Rates are available under what conditions. As such, whenever using a Timesheet Behaviour, setting available Pay &amp; Charge rates <strong>must be done on the placement part in Firefish</strong> and retrieved via an update.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"8929cd0c-297f-4365-ac7b-928e81057fc2"},{"name":"Shift Bookings Behaviour Workflow","id":"af0d9ec7-d704-4f9d-93cd-a34813716375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h1 id=\"shift-booking-behaviour-workflow\">Shift Booking Behaviour Workflow</h1>\n<p>This section is designed for integration partners who need to retrieve and process Shift Booking data within the Firefish Pay &amp; Bill structure. Shift Bookings reflect flexible or recurring shift-based work that doesn’t conform to traditional placements, and are particularly relevant for shift-based contract work in healthcare, hospitality, logistics and events.</p>\n<blockquote>\n<p><strong>Note:</strong> The Shift Booking feature in Firefish and its associated endpoints are currently in <strong>Closed Beta</strong> and not currently available for general release. </p>\n</blockquote>\n<h2 id=\"what-is-a-shift-booking-in-firefish\">What is a Shift Booking in Firefish?</h2>\n<ul>\n<li><p>A Shift Booking represents a confirmed or pending candidate assignment to a specific shift occurrence.</p>\n</li>\n<li><p>Each Job may contain one or more shifts, which in turn may be standalone or recurring.</p>\n</li>\n<li><p>Occurrences are the flattened, discrete instances of shifts that are created from recurring patterns.</p>\n</li>\n<li><p>A Booking links a candidate to one of these shift occurrences, and captures basic scheduling metadata as well as associated references to the company, job and candidate.</p>\n</li>\n</ul>\n<p>Unlike contract placements, shift bookings do not use extensions or terminations and are managed independently per occurrence.</p>\n<h2 id=\"who-might-retrieve-shift-bookings\">Who Might Retrieve Shift Bookings?</h2>\n<ul>\n<li><p>Pay &amp; Bill Providers</p>\n</li>\n<li><p>Workforce Management platforms</p>\n</li>\n<li><p>Time &amp; Attendance platforms</p>\n</li>\n<li><p>Shift Scheduling applications</p>\n</li>\n<li><p>Payroll &amp; Timesheet integrators</p>\n</li>\n</ul>\n<h2 id=\"available-booking-statuses\">Available Booking Statuses</h2>\n<ul>\n<li><p><strong>confirmed</strong> – Active, live bookings the candidate is expected to attend.</p>\n</li>\n<li><p><strong>pending</strong> – Bookings that are tentatively assigned but not yet confirmed.</p>\n</li>\n<li><p><strong>deleted</strong> – Soft-deleted records only accessible via the Public API if explicitly requested.</p>\n</li>\n</ul>\n<blockquote>\n<p>Deleted bookings are only accessible via the Public API using <code>status=deleted</code>. They are not visible in the Firefish UI. </p>\n</blockquote>\n<h2 id=\"shift-bookings-behaviour-endpoint-overview\">Shift Bookings Behaviour Endpoint Overview</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>POST /api/v1.1/jobs/{JobRef}/shifts</code></td>\n<td>Add empty shifts into an existing temp job in Firefish</td>\n</tr>\n<tr>\n<td><code>GET /api/v1.1/bookings/search</code></td>\n<td>Search for shift bookings by date range, shift start window, status, user, company etc.</td>\n</tr>\n<tr>\n<td><code>GET /api/v1.1/bookings/{bookingID}</code></td>\n<td>Retrieve detailed information about a single shift booking occurrence using its unique opaque identifier.</td>\n</tr>\n<tr>\n<td><code>GET /api/v1.1/properties/temp</code></td>\n<td>Retrieve available dropdown values necessary for cancelling previously confirmed shift bookings</td>\n</tr>\n<tr>\n<td><code>PATCH /api/v1.1/bookings/update/{bookingID}</code></td>\n<td>Update the start, end and/or break duration of an active confirmed shift booking or shift occurence in Firefish</td>\n</tr>\n<tr>\n<td><code>PUT /api/v1.1/bookings/cancel/{bookingID}</code></td>\n<td>Cancel a previously confirmed shift booking or shift occurence in Firefish</td>\n</tr>\n</tbody>\n</table>\n</div><p>Refer to the <a href=\"https://developer.firefishsoftware.com/#cb6f0032-1fde-4849-8a21-9a5239fda041\">Shift Booking API Documentation</a> for full schema details and parameters.</p>\n<h2 id=\"direction-of-data\">Direction of Data</h2>\n<p>The direction of data for Shift Bookings is <strong>bi-directional</strong>, with restrictions:.</p>\n<ul>\n<li><p>New vacant shifts can be added to jobs</p>\n</li>\n<li><p>Shifts <strong>must be confirmed as Bookings in Firefish</strong> by users.</p>\n</li>\n<li><p>Confirmed bookings can be updated with new start, end and break in minutes</p>\n</li>\n<li><p>Confirmed bookings can be cancelled</p>\n</li>\n<li><p>Third-party platforms retrieve booking data at regular intervals for payroll, billing or reporting.</p>\n</li>\n<li><p><strong>There is no ability to create or confirm new bookings via the API.</strong></p>\n</li>\n</ul>\n<h2 id=\"typical-integration-workflow\">Typical Integration Workflow</h2>\n<ol>\n<li><p><strong>User creates and confirms shift bookings in Firefish</strong><br /> Firefish users manage shifts and assign candidates internally.</p>\n</li>\n<li><p><strong>Third-party retrieves booking data using the Search Endpoint</strong><br /> Use the parameters <code>from-date</code>, <code>to-date</code>, or <code>shift-start-from/to</code> to restrict results.<br /> The <code>use-updated-dates=true</code> flag can be added to only collect records recently updated.</p>\n</li>\n<li><p><strong>Optional filtering for relevance</strong><br /> Apply <code>team-ref</code>, <code>company-ref</code>, <code>owneruser-ref</code>, or <code>website-name</code> to collect only relevant bookings for your system.</p>\n</li>\n<li><p><strong>Retrieve booking details</strong><br /> Use the <code>booking-id</code> to call the Booking Details endpoint and retrieve extended details about the job, candidate, and shift.</p>\n</li>\n<li><p><strong>Ingest into your platform</strong><br /> Map and store the data in your platform for processing, billing or compliance review.</p>\n</li>\n<li><p>**Update/Cancel confirmed shifts with new details<br /> **Update or cancel a shift booking retrospectively to maintain an accurate sync</p>\n</li>\n</ol>\n<h2 id=\"additional-behaviour-notes\">Additional Behaviour Notes</h2>\n<ul>\n<li><p>Recurring shifts are expanded automatically via a Firefish utility function before being exposed to the API. You only ever receive individual occurrences.</p>\n</li>\n<li><p>Bookings are not considered placements and do not appear in the <code>/placements</code> API endpoints.</p>\n</li>\n<li><p>Firefish supports up to <strong>100,000</strong> shift occurrences for recurring jobs using the backend <em>Number</em> table – this ensures strong scalability for high-volume shift businesses.</p>\n</li>\n</ul>\n<h2 id=\"best-practices-for-retrieval\">Best Practices for Retrieval</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Scenario</th>\n<th>Recommendation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Daily ingestion</td>\n<td>Use <code>from-date</code> and <code>to-date</code> spanning the last 24–48 hours.</td>\n</tr>\n<tr>\n<td>Real-time sync</td>\n<td>Poll every 15 minutes with <code>use-updated-dates=true</code>.</td>\n</tr>\n<tr>\n<td>Large records</td>\n<td>Use pagination with <code>page-size</code> (max: 1000) to prevent timeout.</td>\n</tr>\n<tr>\n<td>Deleted checks</td>\n<td>Run periodic queries using <code>status=deleted</code> to sync cancelled shifts.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"af0d9ec7-d704-4f9d-93cd-a34813716375"},{"name":"Placed Candidate Monitoring","id":"c07363e4-8a82-439a-ad85-01f0eb64d86b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>In Pay &amp; Bill scenarios, partners may need to detect changes to candidate records (for example, personal details, pay-related fields or compliance information) independently of placement activity.</p>\n<p>Firefish does not raise events or callbacks when candidate records are updated. As a result, partners <strong>must poll</strong> the Candidate Search endpoint to monitor candidate changes over time.</p>\n<p>This process should be implemented <strong>in addition to</strong> placement polling and must not rely on Placement Changes to infer candidate updates.</p>\n<h5 id=\"tracking-relevant-candidates\">Tracking relevant candidates</h5>\n<p>Partners should maintain their own internal list of candidate references that require monitoring. This will typically include candidates who are:</p>\n<ul>\n<li><p>Recently placed into a Permanent Placement</p>\n</li>\n<li><p>Active on a Contract Assignment or Temp Shift Booking</p>\n</li>\n<li><p>Otherwise relevant to Pay &amp; Bill processing</p>\n</li>\n</ul>\n<p>The source of this list is implementation-specific (for example, placements, timesheets or payroll state) and is not provided by Firefish.</p>\n<h5 id=\"poll-the-candidate-search-endpoint\">Poll the Candidate Search endpoint</h5>\n<p>Partners should regularly call the <a href=\"https://developer.firefishsoftware.com/#0dc51713-8397-4aaa-a85e-a66eb8f94d9d\"><b>GET Candidate Search</b></a> endpoint to identify candidate records that have been updated.</p>\n<p>The endpoint supports filtering by date range and allows partners to query based on <strong>Updated</strong> dates rather than Created dates. This enables detection of changes to existing candidate records.</p>\n<p>Partners must:</p>\n<ul>\n<li><p>supply a date range using <code>from-date</code> and <code>to-date</code>,</p>\n</li>\n<li><p>set <code>use-updated-dates=true</code> to ensure updates are returned,</p>\n</li>\n<li><p>page through results where required (maximum page size is 1000).</p>\n</li>\n</ul>\n<p>If no parameters are supplied, the endpoint defaults to a rolling 7-day window; partners should not rely on this default behaviour.</p>\n<h5 id=\"filter-to-tracked-candidates\">Filter to tracked candidates</h5>\n<p>Candidate Search may return candidates outside the scope of Pay &amp; Bill processing. After retrieving results, partners should filter responses client-side to only candidates whose references exist in their tracked list.</p>\n<p>Candidate Search responses return summary information only, including:</p>\n<ul>\n<li><p>candidate reference,</p>\n</li>\n<li><p>created and updated timestamps,</p>\n</li>\n<li><p>last action metadata.</p>\n</li>\n</ul>\n<p>This data should be treated as a change indicator rather than a full candidate payload.</p>\n<h5 id=\"retrieve-candidate-data-when-required\">Retrieve Candidate Data when Required</h5>\n<p>When a tracked candidate is identified as updated, partners should retrieve the full candidate record using the following endpoints, where relevant to your platform:</p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#04a9a3b3-f93a-423a-8c3b-dfe86597a76b\"><b>GET Candidate Profile</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#5ae3a574-6dc3-4a8d-8267-57ef84b86c0b\"><b>GET Candidate Pay Details</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#d37a1477-3001-4885-a975-38bddbda201f\"><b>GET Candidate Compliance Details</b></a></p>\n</li>\n</ul>\n<p>Partners should avoid retrieving full candidate profiles unless a change has been detected on a tracked candidate.</p>\n<h4 id=\"relationship-to-placement-changes\">Relationship to Placement Changes</h4>\n<p>This monitoring process:</p>\n<ul>\n<li><p><strong>does not replace</strong> placement polling, which must continue as documented for Pay &amp; Bill integrations,</p>\n</li>\n<li><p><strong>does replace</strong> any attempt to infer candidate-level changes from Placement Changes, as candidate records can be updated independently of placements.</p>\n</li>\n</ul>\n<p>Candidate monitoring and placement monitoring should therefore be treated as <strong>separate but complementary processes</strong> within Pay &amp; Bill behaviour.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"c07363e4-8a82-439a-ad85-01f0eb64d86b"}],"id":"add04232-1853-448e-a34a-b5a6ca5190b8","_postman_id":"add04232-1853-448e-a34a-b5a6ca5190b8","description":"","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Communications","item":[{"name":"Introduction","id":"1a194f18-43c4-4f43-9889-ea28bb57ac06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>The Communications Behaviour standard covers all <strong>Call and Message Actions</strong> in Firefish and is designed to facilitate seamless integration between Firefish and third-party communication platforms. By providing a predefined set of endpoints, it enables external systems to efficiently manage and synchronize data related to communications, candidates, contacts, companies, and users within the Firefish ecosystem.</p>\n<p><strong>1. Communications Management</strong></p>\n<ul>\n<li>Includes a Caller ID lookup, retrieve available call/message types and create &amp; update call/message notes against people records in Firefish</li>\n</ul>\n<p><strong>2. People Management</strong></p>\n<ul>\n<li>The ability to search for and retrieve both candidates and contacts with your platform, as well as create and update profiles in Firefish</li>\n</ul>\n<p><strong>4. Company Management</strong></p>\n<ul>\n<li>The ability to search for and retrieve company records in Firefish, as well as the ability to create and update company profiles</li>\n</ul>\n<p><strong>5. User Management</strong></p>\n<ul>\n<li>Retrieve a list of currently active users in Firefish to link with your platform.​</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"1a194f18-43c4-4f43-9889-ea28bb57ac06"},{"name":"Requirements","id":"f712a3f3-c855-474a-94c1-291b218e8497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h2 id=\"required-permission-scopes\">Required Permission Scopes</h2>\n<h4 id=\"initial-build\">Initial Build</h4>\n<p>During the initial build of your integration, use our modular Custom API permission scopes to mimic the formal behaviour and retrieve an appropriate security token::</p>\n<p><em><strong>companiesAPI-read companiesAPI-write candidatesAPI-read candidatesAPI-write contactsAPI-read contactsAPI-write commsAPI-readWrite usersAPI-read</strong></em></p>\n<h4 id=\"marketplace-behaviour\">Marketplace Behaviour</h4>\n<p>Once your Integration has been reviewed and accepted into the Firefish Marketplace, you will need to <strong>remove any custom API Profiles and credentials you have been using for the initial build</strong>, and instead use the credentials generated by your integrations setting entry.</p>\n<p>For this new entry, you must provide the following permission scope in order to retrieve an appropriate security token:</p>\n<p><em><strong>commsBehaviourAPI-readWrite</strong></em></p>\n<p>For further information on our authentication and security practises, <a href=\"https://go.postman.co/workspace/Team-Workspace~7b517801-343e-4b90-8bbb-9ae9b73aa14b/documentation/25381032-c310089f-ab58-4ec6-9c05-bdb041c7ca0e?entity=folder-22eec49a-6e86-4bbc-a409-27a10c9a93f1\">click here</a>.</p>\n<h2 id=\"endpoints\">Endpoints</h2>\n<p>As part of your Comms integration with Firefish, you will be utilising the following endpoints:</p>\n<p><strong>1. Communications</strong></p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#3720cdba-580a-4ba5-be8a-5a58afae50d5\"><b>Caller ID Lookup</b></a>: Retrieve candidate/contact records using an E.164 compliant phone number.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#4c02076d-858d-4819-af46-f6f7651e34a7\"><b>Call &amp; Message Types</b></a>: Access a list of available call/message note types within the system.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#20213684-02cf-4559-bf13-9eed25122a2a\"><b>Call &amp; Message Note</b></a>: Fetch detailed information about a particular call/message note made by your integration. ​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#0e4ca278-8eed-4b21-8f66-db3a2705fc09\"><b>Create Call &amp; Message Note</b></a>: Add new call/message notes to the system.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#fed6dc7c-ca77-45ce-853a-428e878e71e2\"><b>Update Call &amp; Message Note</b></a>: Modify existing call/message notes made by your integration.​</p>\n</li>\n</ul>\n<p><strong>2. Candidates</strong></p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#0dc51713-8397-4aaa-a85e-a66eb8f94d9d\"><b>Candidate Search</b></a>: Retrieve a list of candidates using defined search parameters.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#04a9a3b3-f93a-423a-8c3b-dfe86597a76b\"><b>Candidate Profile</b></a>: Access detailed profiles of individual candidates.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#42e7f2f6-becd-43a9-94ba-e7bfaee21dbf\"><b>Create Candidate Profile</b></a>: Add new candidate profiles to the system.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#5d5b3921-c86b-4ce6-b39c-f788770ef0e1\"><b>Update Candidate Profile</b></a>: Modify existing candidate profiles.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#4649211a-6162-40b4-aa55-34b17fe022fe\"><b>Upload Candidate Document</b></a>: Attach documents to candidate profiles.​</p>\n</li>\n</ul>\n<p><strong>3. Contacts</strong></p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#fcb38fee-8ad7-4aec-b1bd-ba7871e8258c\"><b>Contact Search</b></a>: Retrieve a list of contacts based on specific search criteria.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#949c5906-a1cc-453b-a65e-8f8169d5c8e3\"><b>Contact Profile</b></a>: Retrieve detailed information about individual contacts.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#92793a70-9b1b-42e9-a666-a620ed4b6fd7\"><b>Create Contact Profile</b></a>: Add new contact profiles to the system.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#002bb8c0-0b41-4016-b33c-026a46b499b2\"><b>Update Contact Profile</b></a>: Modify existing contact profiles.​</p>\n</li>\n</ul>\n<p><strong>4. Companies</strong></p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#07d62d90-fb48-4c9c-9a35-d2783231abaa\"><b>Company Search</b></a>: Retrieve a list of companies using defined parameters.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#02814dfd-c2f5-482c-b14c-215e6d3448b5\"><b>Company Profile</b></a><strong>:</strong> Access information about an individual company</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#b20a56c7-cff7-4407-891a-feb974aa8966\"><b>Create Company Profile</b></a>: Add new company profiles to the system.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#b48cf770-050f-4862-8859-3e9ea68dccc0\"><b>Update Company Profile</b></a>: Modify existing company profiles.​</p>\n</li>\n</ul>\n<p><strong>5. Users</strong></p>\n<ul>\n<li><a href=\"https://developer.firefishsoftware.com/#054f0b43-5d2a-46e0-9c9b-5b1c33dfd5e6\"><b>Active Users</b></a>: Retrieve a list of currently active users.​</li>\n</ul>\n<p>Detailed technical information, including available request/reponse objects, fields and URLs can be found against the specified endpoints.</p>\n<h2 id=\"direction-of-data\">Direction of Data</h2>\n<p>The communications behaviour standard is fundamentally a two way integration, initiated by the third party platform. Firefish will only provide data and actions on request and as such we expect the third party to ensure that data integrity is maintained for each side of the integration.</p>\n<p>Communications are recorded against people in Firefish and we do not support call or message notes being recorded against a Company Record without an associated contact.</p>\n<h2 id=\"refs-and-entities\">Refs and Entities</h2>\n<p>All people records in Firefish have a unique REF and are described as either Entity type: <strong>Candidate</strong> or <strong>Contact</strong>.</p>\n<p>It is possible for the same person to be considered both a candidate and a contact. In this instance, the REF is the same value, and data for each Entity type is provided separately on different endpoints.</p>\n<p>A person's Candidate and Contact Entities can have unique Phone Numbers and Email Addresses.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f712a3f3-c855-474a-94c1-291b218e8497"},{"name":"Retrieving Candidate/Contact Records","id":"8c6012b3-555e-4192-b6bc-090589a1f531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Our users add people to Firefish as Candidates and/or Contacts. Contacts can also be assigned to a Company record, which denotes their current employer.</p>\n<p>This information can be retrieved, created and updated using our API, enabling you to maintain a synced list of contact details between the two platforms.</p>\n<ul>\n<li>Visit the <a href=\"https://fishtank.firefishsoftware.com\">Fishtank</a> to find out how our users create candidates, contacts and companies</li>\n</ul>\n<h2 id=\"what-are-candidate-contact--company-records\">What are Candidate, Contact &amp; Company Records?</h2>\n<ul>\n<li><p><strong>Candidate -</strong> a person looking for work as a prospective jobseeker or applicant</p>\n</li>\n<li><p><strong>Contact -</strong> a person assigned to a company record as a Hiring Manager or client</p>\n</li>\n<li><p><strong>Company -</strong> an organisation or business entity</p>\n</li>\n</ul>\n<p>It should be remembered that a person can be considered both a Candidate and a Contact. If a person is a <strong>dual record,</strong> the following information will be the same, and any updates to these fields affect both entities:</p>\n<ul>\n<li><p>Ref (described as CandidateRef and ContactRef, respectively)</p>\n</li>\n<li><p>Name</p>\n</li>\n<li><p>Job Title</p>\n</li>\n<li><p>Employer</p>\n</li>\n<li><p>LinkedIn</p>\n</li>\n</ul>\n<p>All other information is considered unique to each entity.</p>\n<h2 id=\"managing-record-syncing\">Managing Record Syncing</h2>\n<ul>\n<li><p>Our search endpoints for <strong>Candidate</strong> and <strong>Contacts</strong> are paginated, allowing you to perform bulk the initial retrieval of each entity type should you need this for your platform</p>\n</li>\n<li><p>We recommend retrieving the minimum number of candidate and contact records necessary, determined by last Updated.</p>\n</li>\n<li><p>We recommend only importing relevant company records where absolutely necessary. Firefish does not support adding Call or Message notes directly on a company record</p>\n</li>\n<li><p>Phone Numbers on our main candidate and contact search are provided in the format they are entered into Firefish, and as such may need converting into E.164 format</p>\n</li>\n<li><p>To search for individual records accurately using E.164 phone numbers, refer to our <a href=\"https://developer.firefishsoftware.com/#f3f235e0-8c41-40f9-ab08-ced06b52b44a\">Caller ID Lookup</a> endpoint.</p>\n</li>\n<li><p>For technical information, please refer to the following endpoints:</p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#0dc51713-8397-4aaa-a85e-a66eb8f94d9d\"><b>Candidate Search</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#fcb38fee-8ad7-4aec-b1bd-ba7871e8258c\"><b>Contact Search</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#07d62d90-fb48-4c9c-9a35-d2783231abaa\"><b>Company Search</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#04a9a3b3-f93a-423a-8c3b-dfe86597a76b\"><b>Candidate Profile</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#949c5906-a1cc-453b-a65e-8f8169d5c8e3\"><b>Contact Profile</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#02814dfd-c2f5-482c-b14c-215e6d3448b5\"><b>Company Profile</b></a></p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"8c6012b3-555e-4192-b6bc-090589a1f531"},{"name":"E.164 Caller ID Lookup","id":"f3f235e0-8c41-40f9-ab08-ced06b52b44a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<ul>\n<li><p>Our <strong>Caller ID Lookup</strong> endpoint allows for the instant retrieval of candidate and contacts using an E.164 standard number</p>\n</li>\n<li><p>Using this endpoint, it is possible to discover candidates and contacts even if the phone number isn't using the compliant standard in Firefish</p>\n</li>\n<li><p>The level of detail returned on the Comms Search Endpoint is limited for speed and security to ensure a timely response</p>\n</li>\n<li><p>When returning results for a Company phone number (such as a central switchboard number), we return all contacts associated with the company</p>\n</li>\n<li><p>Where multiple results are returned, you should present them all to your users so that they can select the correct candidate or contact to match</p>\n</li>\n<li><p>For technical information, please refer to the <a href=\"https://developer.firefishsoftware.com/#3720cdba-580a-4ba5-be8a-5a58afae50d5\"><b>Caller ID Lookup</b></a> <strong>endpoint</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f3f235e0-8c41-40f9-ab08-ced06b52b44a"},{"name":"Creating/Updating Records in Firefish","id":"1e2a15a4-d8bc-4562-a2e6-b2165effe8c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<ul>\n<li><p>Before recording any kind of call or message note in Firefish, you will need to establish which candidate or contact it's going to be attributed to.</p>\n</li>\n<li><p>This may mean that you need to create or update a record in Firefish to ensure that the data is in sync</p>\n</li>\n<li><p>Before any record is created, our Candidate/Contact Search Endpoints and/or the Caller ID Lookup should be checked to ensure there isn't an already existing record.</p>\n</li>\n</ul>\n<h2 id=\"creating--updating-candidate-and-contact-records\">Creating / Updating Candidate and Contact Records</h2>\n<p>Communications platforms may create new <strong>Candidate</strong> or <strong>Contact</strong> records in Firefish to capture interactions initiated through phone calls, messages, or inbound enquiries. For example, if a caller is not yet recorded in Firefish, a new profile can be created and linked to the communication history.</p>\n<p>These records can also be updated with relevant contact details or consent preferences if new information becomes available during the interaction.</p>\n<p>Before creating a new record, check whether the person already exists in Firefish under either entity type.</p>\n<p>If a person exists as one entity type (Candidate or Contact) but not the other, it means the other part of the record is currently inactive. Submitting an update for that entity using the corresponding Ref will <strong>reactivate the profile</strong>.</p>\n<h3 id=\"shared-fields\">Shared Fields</h3>\n<p>The following fields are shared between Candidate and Contact records:</p>\n<ul>\n<li><p><strong>Ref</strong> (used as <code>CandidateRef</code> or <code>ContactRef</code>)</p>\n</li>\n<li><p><strong>Name</strong></p>\n</li>\n<li><p><strong>Job Title</strong></p>\n</li>\n<li><p><strong>Employer</strong></p>\n</li>\n<li><p><strong>LinkedIn</strong></p>\n</li>\n</ul>\n<p>Any valid Ref (from either entity) can be used to update the corresponding Candidate or Contact record.</p>\n<p>Refer to the endpoints for further technical information</p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#42e7f2f6-becd-43a9-94ba-e7bfaee21dbf\">Create Candidate Profile</a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#5d5b3921-c86b-4ce6-b39c-f788770ef0e1\">Update Candidate Profile</a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#92793a70-9b1b-42e9-a666-a620ed4b6fd7\">Create Contact Profile</a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#002bb8c0-0b41-4016-b33c-026a46b499b2\">Update Contact Profile</a></p>\n</li>\n</ul>\n<h3 id=\"uploading-candidate-documents\">Uploading Candidate Documents</h3>\n<p>Communications platforms may upload documents to Candidate records in Firefish to support visibility of interaction outcomes and maintain a complete audit trail. Typical use cases include:</p>\n<ul>\n<li><p>Call recordings or transcripts</p>\n</li>\n<li><p>Screenshots or file-based call notes</p>\n</li>\n<li><p>Attachments from message threads or email interactions</p>\n</li>\n</ul>\n<p>Documents are uploaded directly to the Candidate’s profile using the <code>POST /candidates/{id}/documents</code> endpoint. Files must include a descriptive filename and document type.</p>\n<p>Uploaded documents are visible to recruiters within the Candidate record and are categorised according to type. No further document tagging or segmentation is available.</p>\n<p>Only supported file types may be uploaded. Refer to the <a href=\"https://developer.firefishsoftware.com/#4649211a-6162-40b4-aa55-34b17fe022fe\">endpoint documentation</a> for full request structure and file format guidance.</p>\n<h2 id=\"creatingupdating-company-records\">Creating/Updating Company Records</h2>\n<p>Before creating a new company record, check to see if a company with the same name already exists in Firefish that can be updated.</p>\n<p>A company record needs to exist in Firefish before it can be attributed to a candidate or contact record.</p>\n<p>Refer to the endpoints for further technical information:</p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#b20a56c7-cff7-4407-891a-feb974aa8966\"><b>Create Company Profile</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#b48cf770-050f-4862-8859-3e9ea68dccc0\"><b>Update Company Profile</b></a></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"1e2a15a4-d8bc-4562-a2e6-b2165effe8c1"},{"name":"Creating/Updating Call & Message Notes","id":"5f27ffbb-1dac-4883-ae7d-dbd76f5fd063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Notes can be created against both Candidate and Contact records in Firefish using the API when the user performs the following actions on your platform:</p>\n<ul>\n<li><p>Make or receive a phonecall</p>\n</li>\n<li><p>Send or receive an SMS Message</p>\n</li>\n<li><p>Send or receive an Instant Message (such as WhatsApp)</p>\n</li>\n</ul>\n<p><strong>Each note must be attributed with a comms type and associated user. Note types and available users can be retrieved on the API using the following endpoints:</strong></p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#4c02076d-858d-4819-af46-f6f7651e34a7\"><b>Call and Message Types</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#054f0b43-5d2a-46e0-9c9b-5b1c33dfd5e6\"><b>Active Users</b></a></p>\n</li>\n</ul>\n<p>For technical information, consult the endpoints:</p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#20213684-02cf-4559-bf13-9eed25122a2a\"><b>Call and Message Note</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#0e4ca278-8eed-4b21-8f66-db3a2705fc09\"><b>Create Call and Message Note</b></a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#fed6dc7c-ca77-45ce-853a-428e878e71e2\"><b>Update Call and Message Note</b></a></p>\n</li>\n</ul>\n<h3 id=\"message-conversations\">Message Conversations</h3>\n<p>Each note sent to Firefish creates a single Call Note action in Firefish with the specified type. As such, where users are having a live Instant Message conversation, the entire conversation thread must be sent to Firefish in a single POST. This avoids the unnecessary flooding of the activity feed and distortion of any KPIs being monitored by the user in Firefish.</p>\n<p>You can provide basic html formatting in order to style the content and make it readable for the user in Firefish in the note content. If you would prefer to avoid formatting, we do also accept line breaks using \\r\\n.</p>\n<h2 id=\"comms-note-example-in-firefish\">Comms Note example in Firefish</h2>\n<p>Comms Notes are added to the Recent Activity feed on a record. The comms type is used as the Action Name, and in the case of a Contact Record, the message will be prefixed with a link to the associated Company Record.</p>\n<p>We accept basic html text formatting in the note content, such as heading, bold, italics, paragraphs/line breaks etc, and we can also accept URLs, however we do not accept images. Any image links sent will be stripped from the content upon save and leave a broken element.</p>\n<p>etc. URLs can also be accepted, but images are not accepted in the feed and will be stripped upon save.</p>\n<p>The first message in the conversation should be used to dermine whether this is a \"Sent\" or \"Received\" note type (we have both options for Instant Message and SMS, available in the Get Call &amp; Message Types endpoint).</p>\n<p>Finally, all notes added are suffixed with the line \"Added via {<em>API Profile}</em>\" using your API Profile Name in Firefish so that the user knows exactly which platform the message came from.</p>\n<img src=\"https://content.pstmn.io/74c6c33d-55b7-4b15-a0f6-d1b4ab2ea5da/aW1hZ2UucG5n\" width=\"944\" height=\"853\" />","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"5f27ffbb-1dac-4883-ae7d-dbd76f5fd063"}],"id":"500ed312-1326-4561-a24f-47332f752d91","_postman_id":"500ed312-1326-4561-a24f-47332f752d91","description":"","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Marketing","item":[{"name":"Introduction","id":"ebaa7dbf-ae5f-4ac3-a36b-9dd149684012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>The <strong>Marketing Behaviour</strong> enables third-party platforms to integrate with Firefish to support marketing communications, automation workflows, and campaign management.</p>\n<p>This behaviour allows platforms to:</p>\n<ul>\n<li><p>Retrieve candidate, contact, company, and user records for segmentation and campaign targeting.</p>\n</li>\n<li><p>Retrieve recent activity to trigger automated workflows based on candidate and contact interactions.</p>\n</li>\n<li><p>Create new records and update marketing subscription preferences for candidates and contacts.</p>\n</li>\n</ul>\n<p><strong>All integrations using this behaviour should treat Firefish as the source of truth.</strong> Data access is provided via secure endpoints, and activity is audited to maintain system integrity.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"ebaa7dbf-ae5f-4ac3-a36b-9dd149684012"},{"name":"Requirements","id":"e39405e9-bcab-42e3-86b1-b72e47fd56c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>To support the Marketing Behaviour, third-party platforms must be able to do the following as a minimum:</p>\n<ul>\n<li><p><strong>Retrieve data</strong> for candidates, contacts, companies, and users from Firefish.</p>\n</li>\n<li><p><strong>Use this data</strong> solely for the purpose of segmentation, campaign targeting, and reporting.</p>\n</li>\n<li><p><strong>Update marketing subscription statuses</strong> (opt-in/out) for candidates and contacts using the appropriate endpoint.</p>\n</li>\n<li><p><strong>Monitor recent activity</strong> (e.g. placements, registrations) to drive automated workflows where relevant.</p>\n</li>\n</ul>\n<h2 id=\"required-permission-scopes\">Required Permission Scopes</h2>\n<p>To make use of the Marketing Behaviour, you will need to provide the following permission scopes in order to retrieve an appropriate security token:</p>\n<p><em><strong>candidatesAPI-Read candidatesAPI-Write contactsAPI-Read contactsAPI-Write companiesAPI-Read companiesAPI-Write UsersAPI-Read ActionsAPI-Read</strong></em></p>\n<p>For further information on our authentication and security practices, <a href=\"https://go.postman.co/workspace/Team-Workspace~7b517801-343e-4b90-8bbb-9ae9b73aa14b/documentation/25381032-c310089f-ab58-4ec6-9c05-bdb041c7ca0e?entity=folder-22eec49a-6e86-4bbc-a409-27a10c9a93f1\">click here</a>.</p>\n<h2 id=\"endpoints\">Endpoints</h2>\n<p>As part of your Comms integration with Firefish, you will be utilising the following endpoints:</p>\n<p><strong>1. Actions</strong></p>\n<ul>\n<li><a href=\"https://developer.firefishsoftware.com/#98bd528e-9a2d-487e-9bd4-52ddd5891d85\"><b>Actions Search:</b></a> Retrieve a filtered list of action events recorded in Firefish according to set parameters</li>\n</ul>\n<p><strong>2. Candidates</strong></p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#0dc51713-8397-4aaa-a85e-a66eb8f94d9d\"><b>Candidate Search</b></a>: Retrieve a list of candidates using defined search parameters.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#04a9a3b3-f93a-423a-8c3b-dfe86597a76b\"><b>Candidate Profile</b></a>: Access detailed core profile info for individual candidates.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#88a18d44-6b51-464a-82d2-1dc72c2168a1\"><b>Candidate Preferences:</b></a> Retrieve jobseeking preferences for a candidate</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#d37a1477-3001-4885-a975-38bddbda201f\"><b>Candidate Compliance:</b></a> Retrieve Compliance Details for a candidate</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#b6791ac2-15db-41f5-90d5-9390583cb64b\"><b>Candidate Employment:</b></a> Retrieve Employment History for a candidate</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#a8a221d4-596f-4401-bd3e-c390d1371479\"><b>Candidate Actions:</b></a> Retrieve an unfiltered list of recent actions for a candidate</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#42e7f2f6-becd-43a9-94ba-e7bfaee21dbf\"><b>Create Candidate Profile</b></a>: Add new candidate core profiles to the system.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#5d5b3921-c86b-4ce6-b39c-f788770ef0e1\"><b>Update Candidate Profile</b></a>: Modify existing candidate core profile information.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#4649211a-6162-40b4-aa55-34b17fe022fe\"><b>Upload Candidate Document</b></a>: Attach documents to candidate profiles.​</p>\n</li>\n</ul>\n<p><strong>3. Contacts</strong></p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#fcb38fee-8ad7-4aec-b1bd-ba7871e8258c\"><b>Contact Search</b></a>: Retrieve a list of contacts based on specific search criteria.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#949c5906-a1cc-453b-a65e-8f8169d5c8e3\"><b>Contact Profile</b></a>: Retrieve detailed information about individual contacts.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#8d0534b7-bc68-4f84-9387-5920b35caf93\"><b>Contact Hiring Preferences:</b></a> Retrieve Hiring Preferences for a contact</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#6a287691-40ad-4551-a37b-96074518a7df\"><b>Contact Actions:</b></a> Retrieve an unfiltered list of recent actions for a contact</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#92793a70-9b1b-42e9-a666-a620ed4b6fd7\"><b>Create Contact Profile</b></a>: Add new contact profiles to the system.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#002bb8c0-0b41-4016-b33c-026a46b499b2\"><b>Update Contact Profile</b></a>: Modify existing contact profiles.​</p>\n</li>\n</ul>\n<p><strong>4. Companies</strong></p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#07d62d90-fb48-4c9c-9a35-d2783231abaa\"><b>Company Search</b></a>: Retrieve a list of companies using defined parameters.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#02814dfd-c2f5-482c-b14c-215e6d3448b5\"><b>Company Profile</b></a><strong>:</strong> Access information about an individual company</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#8ac1ecbd-9f59-4ad7-b80b-b7c653a93489\"><b>Company Contacts:</b></a> Retrieve a list of contacts associated with the company</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#8bfcadce-3fd1-4f31-a7d2-6fb6d16905a6\"><b>Company Terms:</b></a> Retrieve current terms agreements for the company</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#75343114-39d0-44e6-b9a8-dbbc0098cc61\"><b>Associated Companies:</b></a> retrieve a list of associated parent/child companies</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#b46a30f3-92a1-4fe3-8c7f-2295f03c2a14\"><b>Company Actions:</b></a> Retrieve an unfiltered list of recent actions for a company</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#b20a56c7-cff7-4407-891a-feb974aa8966\"><b>Create Company Profile</b></a>: Add new company profiles to the system.​</p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#b48cf770-050f-4862-8859-3e9ea68dccc0\"><b>Update Company Profile</b></a>: Modify existing company profiles.​</p>\n</li>\n</ul>\n<p><strong>5. Users</strong></p>\n<ul>\n<li><a href=\"https://developer.firefishsoftware.com/#054f0b43-5d2a-46e0-9c9b-5b1c33dfd5e6\"><b>Active Users</b></a>: Retrieve a list of currently active users.​</li>\n</ul>\n<h2 id=\"expected-behaviour\">Expected Behaviour</h2>\n<ul>\n<li><p>All integrations using this behaviour should treat Firefish as the <strong>source of truth</strong>.</p>\n</li>\n<li><p>Retrieval of data should follow a <strong>scheduled or on-demand polling</strong> pattern – Firefish does not push data.</p>\n</li>\n<li><p>Write activity (e.g. updating marketing preferences) is audited for each API call in Firefish, and this should also be the case in the external platform.</p>\n</li>\n<li><p><strong>Access to users is for attribution or assignment purposes only</strong></p>\n</li>\n</ul>\n<h2 id=\"refs-and-entities\">Refs and Entities</h2>\n<p>All people records in Firefish have a unique REF and are described as either Entity type: <strong>Candidate</strong> or <strong>Contact</strong>.</p>\n<p>It is possible for the same person to be considered both a candidate and a contact. In this instance, the REF is the same value, and data for each Entity type is provided separately on different endpoints.</p>\n<p>A person's Candidate and Contact Entities can have unique Phone Numbers and Email Addresses.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e39405e9-bcab-42e3-86b1-b72e47fd56c4"},{"name":"Retrieving Records from Firefish","id":"47dc1c5d-0349-4d4e-a10b-dfcfb067b3b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Marketing platforms can retrieve core Firefish data to support campaign targeting, audience segmentation, and contact management workflows.</p>\n<p>This data should be used to:</p>\n<ul>\n<li><p>Segment Candidates based on status, preferences or other candidate fields</p>\n</li>\n<li><p>Segment Contacts based on role, status, or company</p>\n</li>\n<li><p>Personalise outbound communications</p>\n</li>\n<li><p>Build lists or audiences based on recent interactions (e.g. new registration or placement)</p>\n</li>\n</ul>\n<p>The following record types are available for retrieval via the Firefish API:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Record Type</th>\n<th>Purpose</th>\n<th>Endpoints</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Candidates</strong></td>\n<td>Used to populate mailing audiences or enrich profiles in marketing journeys for Jobseekers</td>\n<td>- Candidate Search  <br />- Candidate Profile​  <br />- Candidate Preferences  <br />- Candidate Compliance  <br />- Candidate Employment  <br />- Candidate Actions</td>\n</tr>\n<tr>\n<td><strong>Contacts</strong></td>\n<td>Enables B2B campaign segmentation and client communications</td>\n<td>- Contact Search  <br />- Contact Profile  <br />- Contact Hiring Preferences  <br />- Contact Actions</td>\n</tr>\n<tr>\n<td><strong>Companies</strong></td>\n<td>Useful for understanding company groupings, sectors, or size segmentation</td>\n<td>- Company Search  <br />- Company Profile  <br />- Company Terms  <br />- Associated Companies  <br />- Company Actions</td>\n</tr>\n<tr>\n<td><strong>Users</strong></td>\n<td>Can be retrieved to link marketing activity to recruiter ownership or Firefish users</td>\n<td>- Active Users</td>\n</tr>\n<tr>\n<td><strong>Actions</strong></td>\n<td>Used to trigger automation workflows (e.g. “Candidate placed → send email”)</td>\n<td>- Actions Search</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>: Marketing platforms must treat Firefish as the system of record. Retrieved data is for outbound use only and must not be used to overwrite core Firefish records unless explicitly permitted.</p>\n<p>Retrieved data may be stored locally by the marketing platform to support functionality such as address book lookups, list building, or campaign analytics.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"47dc1c5d-0349-4d4e-a10b-dfcfb067b3b2"},{"name":"Creating/Updating Records in Firefish","id":"795e8fa1-d7ae-4d9d-bcf6-0ef3dfcb255b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Marketing platforms can create new candidate and contact records, and update specific profile fields related to marketing consent and subscription status.</p>\n<p>This behaviour supports:</p>\n<ul>\n<li><p>Creating new <strong>Candidate</strong> or <strong>Contact</strong> profiles when individuals interact via marketing channels.</p>\n</li>\n<li><p>Updating <strong>marketing-related profile fields</strong>, such as subscription preferences for existing Candidates or Contacts.</p>\n</li>\n</ul>\n<h2 id=\"creating--updating-candidate-and-contact-records\">Creating / Updating Candidate and Contact Records</h2>\n<p>Marketing platforms may create new <strong>Candidate</strong> or <strong>Contact</strong> records in Firefish to support lead generation, form submissions, and campaign conversion workflows. These records can also be updated to reflect changes in marketing consent preferences.</p>\n<p>Before creating a new record, check whether the person already exists in Firefish under either entity type.</p>\n<p>If a person exists as one entity type (Candidate or Contact) but not the other, it means the other part of the record is currently inactive. Submitting an update or creating that entity will <strong>reactivate the profile</strong>.</p>\n<h3 id=\"shared-fields\">Shared Fields</h3>\n<p>The following fields are shared between Candidate and Contact records:</p>\n<ul>\n<li><p><strong>Ref</strong> (used as <code>CandidateRef</code> or <code>ContactRef</code>)</p>\n</li>\n<li><p><strong>Name</strong></p>\n</li>\n<li><p><strong>Job Title</strong></p>\n</li>\n<li><p><strong>Employer</strong></p>\n</li>\n<li><p><strong>LinkedIn</strong></p>\n</li>\n</ul>\n<p>Any valid Ref (from either entity) can be used to update the corresponding Candidate or Contact record.</p>\n<p>Refer to the endpoints for further technical information</p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#42e7f2f6-becd-43a9-94ba-e7bfaee21dbf\">Create Candidate Profile</a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#5d5b3921-c86b-4ce6-b39c-f788770ef0e1\">Update Candidate Profile</a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#92793a70-9b1b-42e9-a666-a620ed4b6fd7\">Create Contact Profile</a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#002bb8c0-0b41-4016-b33c-026a46b499b2\">Update Contact Profile</a></p>\n</li>\n</ul>\n<h3 id=\"uploading-candidate-documents\">Uploading Candidate Documents</h3>\n<p>Marketing platforms may upload documents to Candidate records as part of lead generation or engagement activity. This could include:</p>\n<ul>\n<li><p>CVs uploaded via marketing forms</p>\n</li>\n<li><p>Interview Notes</p>\n</li>\n<li><p>Other content submissions (e.g. Portfolios, completed checklists)</p>\n</li>\n</ul>\n<p>All uploads must include a descriptive filename and document type</p>\n<p>Uploaded documents appear directly within the Candidate profile in Firefish and are visible to recruiters. Documents are categorised according to type, and further segmentation is not available.</p>\n<p>Only supported file types may be uploaded. Refer to the <a href=\"https://developer.firefishsoftware.com/#4649211a-6162-40b4-aa55-34b17fe022fe\">endpoint documentation</a> for full request structure and file format guidance.</p>\n<h2 id=\"creatingupdating-company-records\">Creating/Updating Company Records</h2>\n<p>Before creating a new company record, check to see if a company with the same name already exists in Firefish that can be updated.</p>\n<p>A company record needs to exist in Firefish before it can be attributed to a candidate or contact record.</p>\n<p>Refer to the endpoints for further technical information:</p>\n<ul>\n<li><p><a href=\"https://developer.firefishsoftware.com/#b20a56c7-cff7-4407-891a-feb974aa8966\">Create Company Profile</a></p>\n</li>\n<li><p><a href=\"https://developer.firefishsoftware.com/#b48cf770-050f-4862-8859-3e9ea68dccc0\">Update Company Profile</a></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"795e8fa1-d7ae-4d9d-bcf6-0ef3dfcb255b"},{"name":"Marketing Subscriptions","id":"9a835815-5e80-4dc3-8b8b-452773bc47e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Firefish supports a set of boolean flags that determine whether an individual has opted in to receive marketing communications. These flags are grouped by communication <strong>medium</strong> and are applied globally (not per campaign or project).</p>\n<p><strong>Note:</strong> Firefish does <strong>not support</strong> granular marketing preferences tied to individual campaigns, lists, or categories. Each flag applies universally.</p>\n<hr />\n<h3 id=\"available-subscription-flags\">Available Subscription Flags</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Entity</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmailMarketing</td>\n<td>Candidate / Contact</td>\n<td>Opt-in to receive marketing emails</td>\n</tr>\n<tr>\n<td>SMSMarketing</td>\n<td>Candidate / Contact</td>\n<td>Opt-in to receive SMS or Instant Messaging campaigns</td>\n</tr>\n<tr>\n<td>PostalMarketing</td>\n<td>Candidate / Contact</td>\n<td>Opt-in to receive printed marketing materials</td>\n</tr>\n<tr>\n<td>HasPreferenceJobAlerts</td>\n<td>Candidate only</td>\n<td>Enables job alert emails based on preferences</td>\n</tr>\n</tbody>\n</table>\n</div><p>All subscription values are submitted as part of a <code>POST</code> create or <code>PUT</code> update to a Candidate or Contact record.</p>\n<hr />\n<h3 id=\"behaviour-notes\">Behaviour Notes</h3>\n<ul>\n<li><p>When creating a Candidate or Contact, if subscription fields are <strong>not explicitly specified</strong>, Firefish will apply the <strong>system’s default marketing preferences</strong> as defined in the CRM configuration.</p>\n</li>\n<li><p>These subscription values can be <strong>manually updated by users</strong> within Firefish at any time.</p>\n</li>\n<li><p>Marketing platforms should <strong>periodically retrieve the latest subscription values</strong> to ensure their systems reflect the current opt-in status.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"9a835815-5e80-4dc3-8b8b-452773bc47e9"},{"name":"Monitoring Automation Triggers","id":"b0f779e1-7637-4826-8696-8290966c61df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h2 id=\"monitoring-automation-triggers\">Monitoring Automation Triggers</h2>\n<p>Marketing platforms can use the Firefish <strong>Actions Search</strong> endpoint to monitor system activity and trigger automated workflows based on recruiter or system events.</p>\n<p>This enables platforms to respond to actions such as:</p>\n<ul>\n<li><p>A candidate being placed in a job</p>\n</li>\n<li><p>A new registration being completed</p>\n</li>\n<li><p>A contact being added to the CRM</p>\n</li>\n</ul>\n<h3 id=\"how-it-works\">How It Works</h3>\n<p>Firefish records all significant activity (recruiter actions, status changes, system events) as <strong>Actions</strong>. These can be retrieved and filtered using the <code>GET /actions/search</code> endpoint.</p>\n<ul>\n<li><p>This endpoint allows filtering by:</p>\n<ul>\n<li><p>Date ranges</p>\n</li>\n<li><p>Action name</p>\n</li>\n<li><p>Associated record type (e.g. Candidate, Contact)</p>\n</li>\n<li><p>User Name</p>\n</li>\n</ul>\n</li>\n<li><p>Results are returned in descending order by creation or updated time.</p>\n</li>\n<li><p><strong>Note: Marketing platforms are responsible for polling this endpoint regularly. Firefish does not push event data to external systems.</strong></p>\n</li>\n</ul>\n<h3 id=\"preferred-endpoint\">Preferred Endpoint</h3>\n<p>While each record type (Candidate, Contact, Company) includes its own <strong>Recent Activity</strong> endpoint, these do not support filtering. For automation use cases, always use:</p>\n<ul>\n<li><a href=\"https://developer.firefishsoftware.com/#98bd528e-9a2d-487e-9bd4-52ddd5891d85\">Actions Search Endpoint</a></li>\n</ul>\n<h2 id=\"suggested-automation-triggers\">Suggested Automation Triggers</h2>\n<p>We recommend marketing platforms monitor for a curated list of meaningful Action Names to avoid unnecessary load or duplication.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Category</strong></th>\n<th><strong>Action Friendly Names</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Linked To</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>New Candidates Added</td>\n<td>\"Registration - Advert\",  <br />\"Registration - Chrome Extension\",  <br />\"Registration - Email\",  <br />\"Registration - Manual\",  <br />\"Registration - Public API\",  <br />\"Registration - Web\",</td>\n<td>Automatically recorded against a new candidate record when added to Firefish</td>\n<td>Candidate,  <br />User</td>\n</tr>\n<tr>\n<td>New Contact Added</td>\n<td>\"Create Contact - Manual\",  <br />\"Create Contact - Email\",  <br />\"Create Contact - Web Form\",  <br />\"Contact Created - Public API\",  <br />\"Contact Created - Chrome Extension\"</td>\n<td>Automatically recorded against new contact records when added to Firefish</td>\n<td>Contact, User</td>\n</tr>\n<tr>\n<td>New Company Added</td>\n<td>\"Create Company\"</td>\n<td>Automatically recorded against new company records when added to Firefish</td>\n<td>Company, User</td>\n</tr>\n<tr>\n<td>New Job Added/Closed</td>\n<td>\"New Job - Permanent\",  <br />\"New Job - Contract\"  <br />\"Close Job\"</td>\n<td>Automatically recorded against new job records when they are added and/or closed in Firefish.</td>\n<td>Job, Contact, Company, User</td>\n</tr>\n<tr>\n<td>Job Workflow Stages</td>\n<td>\"Advert Application\",  <br />\"Considering\",  <br />\"Recruiter Interview\",  <br />\"CV Sent\",  <br />\"Employer Interview\",  <br />\"Not Progressing\",  <br />\"Withdrew\",  <br />\"Offer\",  <br />\"Offer Declined\",  <br />\"Placement - Contract\",  <br />\"Placement - Permanent\",  <br />\"Extension - Contract\",  <br />\"Termination\"</td>\n<td>Recorded whenever a candidate's job workflow stage is updated in Firefish.  <br />  <br />Action dates reflect when the action was recorded. Follow Up Dates reflect any scheduled arrangements (such as interview time/date)</td>\n<td>Advert (if applicable), Job, Candidate, Contact, Company, User</td>\n</tr>\n<tr>\n<td>Business Development Triggers</td>\n<td>\"CV Sent on Spec\",  <br />\"Meeting - Account Review\",  <br />\"Meeting - Introduction\",  <br />\"Meeting - New Requirement\",  <br />\"Meeting - Shortlist Presentation\",  <br />\"Left Company\",  <br />\"Call - Canvas Call\",  <br />\"Call - Follow Up\",</td>\n<td>Core BD Activities recorded by recruiters against Contact records.  <br />  <br />Action dates reflect when the action was recorded. Follow Up Dates reflect any scheduled arrangements (such as meeting time/date)</td>\n<td>Contact, Company, User</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"b0f779e1-7637-4826-8696-8290966c61df"}],"id":"0b041bdb-6c19-4fa9-bad8-e5c5ffe8395d","_postman_id":"0b041bdb-6c19-4fa9-bad8-e5c5ffe8395d","description":"","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}}],"id":"e323e3fd-adad-4a10-9dd5-91b4d021a484","_postman_id":"e323e3fd-adad-4a10-9dd5-91b4d021a484","description":"","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"All Endpoints (Custom API)","item":[{"name":"Actions","item":[{"name":"Call & Message Actions","item":[{"name":"Caller ID Lookup","id":"3720cdba-580a-4ba5-be8a-5a58afae50d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{Communications}}search?phone-number={String}","description":"<p><strong>Required Scope:</strong> commsAPI-readWrite</p>\n<p>This endpoint is used to discover <strong>candidates</strong> and <strong>contacts</strong> using a phone number. It will return all relevant matches against the phone-number parameter provided, and as such integrated platforms should be prepared to handle both single match and multi-match returns.</p>\n<p>The <code>phone-number</code> parameter is mandatory and can accept multiple phone number formats, including E.164.</p>\n<img src=\"https://content.pstmn.io/3a293e59-0e1c-4ddd-9b55-9fb625ebdb29/aW1hZ2UucG5n\" width=\"1270\" height=\"520\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EntityRef</td>\n<td>int</td>\n<td>The ID of the associated record</td>\n</tr>\n<tr>\n<td>EntityType</td>\n<td>string</td>\n<td>The associated record's type - available values are either <code>\"candidate\"</code> or <code>\"contact\"</code></td>\n</tr>\n<tr>\n<td>PersonName</td>\n<td>string</td>\n<td>The Full Name of the associated record</td>\n</tr>\n<tr>\n<td>Employer</td>\n<td>string</td>\n<td>The Company name associated with the record</td>\n</tr>\n<tr>\n<td>LastCommsDate</td>\n<td>datetime</td>\n<td>Datetime of the most recent communications action entry associated with the record</td>\n</tr>\n<tr>\n<td>LastActivityDate</td>\n<td>datetime</td>\n<td>Datetime of the most recent action entry associated with the record (regardless of type)</td>\n</tr>\n<tr>\n<td>CommsNotesURL</td>\n<td>string</td>\n<td>jumplink URL linking directly to this record's \"call notes\" modal in Firefish</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>Objects are returned ordered by LastCommsDate descending.</p>\n</li>\n<li><p>Phone numbers matching against a company record in Firefish will return all active contacts associated with that company</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{Communications}}search"],"query":[{"description":{"content":"<p>Mandatory param that must contain a valid phone number. </p>\n<p>Numbers matching this in Firefish will return the record details. Can accept any phone number format including E.164 standard</p>\n<p>Note that the \"+\" symbol should always be encoded when provided.</p>\n","type":"text/plain"},"key":"phone-number","value":"{String}"}],"variable":[]}},"response":[{"id":"3b738fff-76de-4de0-97e4-140ee674ac42","name":"E.164 Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hostName}}{{Communications}}/search?phone-number=+447984926070","host":["{{hostName}}{{Communications}}"],"path":["search"],"query":[{"key":"phone-number","value":"+447984926070","description":"Mandatory param that must contain a valid phone number. \n\nNumbers matching this in Firefish will return the record details. Can accept any phone number format including E.164 standard\n\nNote that the \"+\" symbol should always be encoded when provided."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"306"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 15 Apr 2025 11:05:07 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"EntityRef\": 48149,\n        \"EntityType\": \"Candidate\",\n        \"PersonName\": \"Audrey Arand\",\n        \"Employer\": null,\n        \"LastCommsDate\": \"2024-02-27T16:02:08.983Z\",\n        \"LastActivityDate\": \"2025-04-15T09:32:27.340Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Candidate/48149/Dashboard.aspx?ShowCallNotes=true\"\n    }\n]"},{"id":"5b78324e-b620-4ba8-971a-9c19232e9ade","name":"Alt Format Result","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hostName}}{{Communications}}/search?phone-number=07123 456789","host":["{{hostName}}{{Communications}}"],"path":["search"],"query":[{"key":"phone-number","value":"07123 456789","description":"Mandatory param that must contain a valid phone number. \n\nNumbers matching this in Firefish will return the record details. Can accept any phone number format including E.164 standard\n\nNote that the \"+\" symbol should always be encoded when provided."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"283"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 15 Apr 2025 11:07:03 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"EntityRef\": 48227,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Wendy McDougall\",\n        \"Employer\": null,\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2024-06-18T16:03:40.273Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48227/Dashboard.aspx?ShowCallNotes=true\"\n    }\n]"},{"id":"f8a3a955-50b9-48ec-8c08-9a60b55c195b","name":"Company number returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hostName}}{{Communications}}/search?phone-number=08456194443","host":["{{hostName}}{{Communications}}"],"path":["search"],"query":[{"key":"phone-number","value":"08456194443","description":"Mandatory param that must contain a valid phone number. \n\nNumbers matching this in Firefish will return the record details. Can accept any phone number format including E.164 standard\n\nNote that the \"+\" symbol should always be encoded when provided."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"5064"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 15 Apr 2025 11:08:29 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"EntityRef\": 48242,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Andrew Mackay\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": \"2025-04-14T08:39:14.290Z\",\n        \"LastActivityDate\": \"2025-04-15T11:06:00.963Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48242/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48917,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Justin Time\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": \"2025-04-14T08:36:45.543Z\",\n        \"LastActivityDate\": \"2025-04-14T08:36:45.543Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48917/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48226,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Demo Admin\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": \"2024-07-12T13:22:06.010Z\",\n        \"LastActivityDate\": \"2025-04-03T11:14:21.753Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48226/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48099,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Minta Keeler\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-14T14:02:33.143Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48099/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48224,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Demo Recruiter\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-03T11:19:21.943Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48224/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48358,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Craig Corporate\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-14T15:40:26.707Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48358/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48517,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Demo Compliance\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-03T11:15:25.940Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48517/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48679,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Demo Marketer\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-03T11:17:56.833Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48679/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48680,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Demo Manager\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-03T11:16:47.160Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48680/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48800,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Ross Turpie\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-03T11:22:57.383Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48800/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48824,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Gerard Superuser\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-03T11:22:13.820Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48824/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48919,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Tar Dee\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-14T15:22:12.133Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48919/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48920,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Iron Mike\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-14T13:07:34.013Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48920/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48921,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Steve Bee\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-03T11:25:01.320Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48921/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48922,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Bob Fisher\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-03T11:28:31.497Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48922/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48923,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Murdo MacDonald\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-03T11:29:12.073Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48923/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48924,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Peter Smith\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": null,\n        \"LastActivityDate\": \"2025-04-03T11:26:44.650Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48924/Dashboard.aspx?ShowCallNotes=true\"\n    }\n]"},{"id":"836e2e1d-1307-4e02-b48f-8a3f16dbabc4","name":"Dual Record Return","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hostName}}{{Communications}}/search?phone-number=%2B441235567890","host":["{{hostName}}{{Communications}}"],"path":["search"],"query":[{"key":"phone-number","value":"%2B441235567890","description":"Mandatory param that must contain a valid phone number. \n\nNumbers matching this in Firefish will return the record details. Can accept any phone number format including E.164 standard\n\nNote that the \"+\" symbol should always be encoded when provided."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"639"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 15 Apr 2025 11:12:39 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"EntityRef\": 48242,\n        \"EntityType\": \"Contact\",\n        \"PersonName\": \"Andrew Mackay\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": \"2025-04-14T08:39:14.290Z\",\n        \"LastActivityDate\": \"2025-04-15T11:06:00.963Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Contact/48242/Dashboard.aspx?ShowCallNotes=true\"\n    },\n    {\n        \"EntityRef\": 48242,\n        \"EntityType\": \"Candidate\",\n        \"PersonName\": \"Andrew Mackay\",\n        \"Employer\": \"firefish software\",\n        \"LastCommsDate\": \"2024-06-23T11:47:04.400Z\",\n        \"LastActivityDate\": \"2025-04-15T09:32:35.683Z\",\n        \"CommsNotesURL\": \"https://test-current-enterprise.current.jobs/System/Person/Candidate/48242/Dashboard.aspx?ShowCallNotes=true\"\n    }\n]"},{"id":"c1c8c7e2-9c2f-44e9-a4d0-6b54543e2601","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{Communications}}/search?phone-number=07","protocol":"https","host":["{{hostName}}{{Communications}}"],"path":["search"],"query":[{"key":"phone-number","value":"07","description":"Mandatory param that must contain a valid phone number. \n\nNumbers matching this in Firefish will return the record details. Can accept any phone number format including E.164 standard\n\nNote that the \"+\" symbol should always be encoded when provided."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"50"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Fri, 09 Aug 2024 15:32:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Please provide a valid phone number.\"\n}"}],"_postman_id":"3720cdba-580a-4ba5-be8a-5a58afae50d5"},{"name":"Call & Message Types","id":"4c02076d-858d-4819-af46-f6f7651e34a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{Communications}}calltypes","description":"<p><strong>Required Scope:</strong> commsAPI-readWrite</p>\n<p>This provides all of the accepted values for the <code>CommsType</code> field as used when making a POST Comms Activity request.</p>\n<img src=\"https://content.pstmn.io/e58b2f9a-3f44-45c1-952a-78ffd5154d9a/aW1hZ2UucG5n\" width=\"1282\" height=\"433\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CandidateCallTypes</td>\n<td>string</td>\n<td>Array of available CommsTypes to be used with the <code>EntityType</code> \"Candidate\"</td>\n</tr>\n<tr>\n<td>ContactCallTypes</td>\n<td>string</td>\n<td>Array of available CommsTypes to be used with the <code>EntityType</code> \"Contact\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{Communications}}calltypes"],"query":[],"variable":[]}},"response":[{"id":"2d3e1001-c5a5-43be-8687-2779774a8d0e","name":"Return example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{Communications}}/calltypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"450"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Fri, 09 Aug 2024 15:40:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"CandidateCallTypes\": [\n        \"Check In\",\n        \"Follow Up\",\n        \"Instant Message - Sent\",\n        \"Instant Message - Received\",\n        \"Proactive Approach\",\n        \"Registration\",\n        \"Candidate SMS - Sent\",\n        \"Candidate SMS - Received\",\n        \"Unanswered\",\n        \"Update\",\n        \"Left Message\"\n    ],\n    \"ContactCallTypes\": [\n        \"Received\",\n        \"Canvass Call\",\n        \"Canvass Call - Left Message\",\n        \"Update\",\n        \"Follow Up\",\n        \"Instant Message - Sent\",\n        \"Instant Message - Received\",\n        \"Left Message\",\n        \"Contact SMS - Sent\",\n        \"Contact SMS - Received\",\n        \"Unanswered\"\n    ]\n}"}],"_postman_id":"4c02076d-858d-4819-af46-f6f7651e34a7"},{"name":"Retrieve Call & Message Note","id":"20213684-02cf-4559-bf13-9eed25122a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{apiToken}}"},"isInherited":false},"method":"GET","header":[],"url":"{{hostName}}{{Communications}}/note/80785","description":"<p><strong>Required Scope:</strong> commsAPI-readWrite</p>\n<p>This endpoint returns the details of a Call or Message Note based on ID.</p>\n<img src=\"https://content.pstmn.io/5d983872-62c2-437e-b891-1b49d040c7d2/aW1hZ2UucG5n\" width=\"603\" height=\"153\" />\n\n<h3 id=\"response-object\">Response Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EntityRef</td>\n<td>int</td>\n<td>The Display ID of the associated person record</td>\n</tr>\n<tr>\n<td>EntityType</td>\n<td>string</td>\n<td>The type of associated person record  <br />  <br />Available values are either \"Candidate\" or \"Contact\".</td>\n</tr>\n<tr>\n<td>CommsType</td>\n<td>string</td>\n<td>The type of Comms Activity logged.  <br />  <br />Available values are retrieved using GET Comms Types</td>\n</tr>\n<tr>\n<td>CommsNote</td>\n<td>string</td>\n<td>The Content of the CommsNote.</td>\n</tr>\n<tr>\n<td>CommsDate</td>\n<td>datetime</td>\n<td>The time and date of the recorded Comms Activity.</td>\n</tr>\n<tr>\n<td>FollowUpDate</td>\n<td>datetime</td>\n<td>The datetime of any scheduled follow up linked to this Comms Activity</td>\n</tr>\n<tr>\n<td>UserEmail</td>\n<td>string</td>\n<td>The owner of the associated Comms Activity for KPI Reporting  <br />  <br />will be a valid email address associated with an active Firefish user license, OR \"sysadmin\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["note","80785"],"host":["{{hostName}}{{Communications}}"],"query":[],"variable":[]}},"response":[{"id":"00596033-beeb-4805-9c21-fc49d44ed336","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"{{hostName}}{{Communications}}/note/81623"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"271"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Thu, 06 Feb 2025 12:13:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"EntityRef\": 48844,\n    \"EntityType\": \"Candidate\",\n    \"CommsType\": \"Left Message\",\n    \"CommsNote\": \"Example of leaving a note \\n \\n with a line break in it\\r\\n\\nUpdated via \",\n    \"UserEmail\": \"intsuperuser@template.dud\",\n    \"CommsDate\": \"2024-11-05T09:03:31.313Z\",\n    \"CommsFollowUpDate\": \"2025-05-14\"\n}"},{"id":"dc39bd01-c20d-4d28-b934-ed4c51fdb3a6","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"{{hostName}}{{Communications}}/note/81623"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"268"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Thu, 06 Feb 2025 11:41:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"EntityRef\": 48844,\n    \"EntityType\": \"Candidate\",\n    \"CommsType\": \"Instant Message - Sent\",\n    \"CommsNote\": \"Example of leaving a note \\n \\n with a line break in it\\r\\n\\nAdded via \",\n    \"UserEmail\": \"superuser@template.dud\",\n    \"CommsDate\": \"2024-11-05T09:03:31.313Z\",\n    \"CommsFollowUpDate\": null\n}"}],"_postman_id":"20213684-02cf-4559-bf13-9eed25122a2a"},{"name":"Create Call or Message Note","id":"0e4ca278-8eed-4b21-8f66-db3a2705fc09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{apiToken}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"EntityRef\":48844,\r\n\"EntityType\":\"Candidate\",\r\n\"CommsType\":\"Instant Message - Sent\",\r\n\"UserEmail\":\"superuser@template.dud\",\r\n\"CommsNote\":\"Example of leaving a note \\n \\n with a line break in it\",\r\n\"CommsDate\":\"2022-06-15T09:03:31.312Z\",\r\n\"CommsFollowUpDate\":\"2022-07-31\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{Communications}}note","description":"<p><strong>Required Scope:</strong> commsAPI-readWrite</p>\n<p>This endpoint allows a third party to send call, sms and messaging logs into Firefish against individual records.</p>\n<img src=\"https://content.pstmn.io/0de94677-9965-4fd9-a1c2-2a08755f4d1d/aW1hZ2UucG5n\" width=\"613\" height=\"245\" />\n\n<h2 id=\"workflow-diagram\">Workflow Diagram</h2>\n<img src=\"https://content.pstmn.io/0032ecd1-cefc-4d2a-b535-a3a7a801bbed/Q29tbXMgTm90ZXMuanBn\" width=\"791\" height=\"1047\" />\n\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EntityRef</td>\n<td>int</td>\n<td>yes</td>\n<td>the Display ID of the associated person record</td>\n</tr>\n<tr>\n<td>EntityType</td>\n<td>string</td>\n<td>yes</td>\n<td>Confirms the type of associated person record  <br />  <br />Accepted values are either \"Candidate\" or \"Contact\".</td>\n</tr>\n<tr>\n<td>CommsType</td>\n<td>string</td>\n<td>yes</td>\n<td>Confirms the type of Comms Activity being logged.  <br />  <br />Accepted values are available using GET Call Types</td>\n</tr>\n<tr>\n<td>CommsNote</td>\n<td>string</td>\n<td>no</td>\n<td>If provided, saved as The Content of the activity.  <br />  <br />Plain text only - line breaks are accepted as formatting using <code>\\n</code>  <br />  <br />Defaults to <code>null</code> if not provided</td>\n</tr>\n<tr>\n<td>CommsDate</td>\n<td>datetime</td>\n<td>no</td>\n<td>The time and date of the recorded Comms Activity. Cannot be in the future.  <br />  <br />Defaults to Current DateTime if not provided</td>\n</tr>\n<tr>\n<td>FollowUpDate</td>\n<td>date</td>\n<td>no</td>\n<td>The date of any scheduled follow up linked to this Comms Activity  <br />  <br />creates a linked follow up task in Firefish when provided</td>\n</tr>\n<tr>\n<td>FollowUpTime</td>\n<td>time</td>\n<td>no</td>\n<td>The ISO-8601 time of any scheduled follow up linked to this Comms Activity.  <br />  <br />Can only be supplied if \"FollowUpDate\" is also supplied</td>\n</tr>\n<tr>\n<td>UserEmail</td>\n<td>string</td>\n<td>yes</td>\n<td>The owner of the associated Comms Activity for KPI Reporting  <br />  <br />Must be a valid email address associated with an active Firefish user license, OR \"sysadmin\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes:</h2>\n<ul>\n<li><p><strong>UserEmail Validation</strong></p>\n<ul>\n<li><p>Call Activity can be logged against users that satsify the following criteria:</p>\n<ul>\n<li><p>A valid email address</p>\n</li>\n<li><p>An active license at the datetime specified in <code>CommsDate</code>.</p>\n</li>\n<li><p>A valid User Role in Firefish (Super User, Compliance User, Recruitment Manager or Recruiter)</p>\n</li>\n</ul>\n</li>\n<li><p>If the call activity is automated/non-user specific and should not be logged against a user (for the purposes of KPI Reporting), specify the value <strong>\"sysadmin\"</strong></p>\n</li>\n</ul>\n</li>\n<li><p><strong>CommsType</strong> - Available values can be obtained from the endpoint GET Call &amp; Message Types. Candidates and Contacts have differently available call types.</p>\n</li>\n<li><p><strong>FollowUpDate -</strong> the follow up is assigned to the nominated useremail based on date and does not currently support specific datetimes.</p>\n</li>\n<li><p><strong>Response Body:</strong> we provide an ID that can be used for GET and PUT requests. This ID should be stored for future use as it will not be provided again, and without it the third party cannot retrieve or update the note in future.</p>\n</li>\n</ul>\n","urlObject":{"host":["{{hostName}}{{Communications}}note"],"query":[],"variable":[]}},"response":[{"id":"f43dfcc9-5f78-4f1c-b9d8-1bf9533e5e67","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"EntityRef\":48844,\r\n\"EntityType\":\"Candidate\",\r\n\"CommsType\":\"Instant Message - Sent\",\r\n\"UserEmail\":\"superuser@template.dud\",\r\n\"CommsNote\":\"Example of leaving a note \\n \\n with a line break in it\",\r\n\"CommsDate\":\"2024-11-05T09:03:31.312Z\",\r\n\"CommsFollowUpDate\":\"2024-11-31\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{Communications}}/note"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Thu, 06 Feb 2025 11:40:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 81623\n}"},{"id":"53265001-27c1-47ba-b16d-c70cdf5c6472","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"EntityRef\":48242,\r\n\"EntityType\":\"Candidate\",\r\n\"CommsType\":\"Instant Message - Sent\",\r\n\"UserEmail\":\"super@template.dud\",\r\n\"CommsNote\":\"Example of leaving a note \\n \\n with a line break in it\",\r\n\"CommsDate\":\"2022-06-15T09:03:31.312Z\",\r\n\"CommsFollowUpDate\":\"2022-07-31\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{Communications}}/note"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"137"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Fri, 09 Aug 2024 15:42:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"UserEmail\": [\n            \"Invalid User Email, user not found or has one or more invalid roles.\"\n        ]\n    }\n}"}],"_postman_id":"0e4ca278-8eed-4b21-8f66-db3a2705fc09"},{"name":"Update Call or Message Note","id":"fed6dc7c-ca77-45ce-853a-428e878e71e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{apiToken}}"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"CommsType\":\"Left Message\",\r\n\"CommsNote\":\"Example of leaving a note \\n \\n with a line break in it\",\r\n\"CommsFollowUpDate\":\"2025-05-14\",\r\n\"UserEmail\":\"intsuperuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{Communications}}/note/80793","description":"<p><strong>Required Scope:</strong> commsAPI-readWrite</p>\n<p>This endpoint updates a call or message note already on the system according to the specified ID.</p>\n<img src=\"https://content.pstmn.io/993a329a-f926-4608-b4c8-15a0883267cb/aW1hZ2UucG5n\" width=\"599\" height=\"171\" />\n\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CommsType</td>\n<td>string</td>\n<td>yes</td>\n<td>Confirms the type of Comms Activity being logged.  <br />  <br />Accepted values are available using GET Call Types</td>\n</tr>\n<tr>\n<td>CommsNote</td>\n<td>string</td>\n<td>no</td>\n<td>If provided, saved as The Content of the activity.  <br />  <br />Plain text only - line breaks are accepted as formatting using <code>\\n</code>  <br />  <br />Defaults to <code>null</code> if not provided</td>\n</tr>\n<tr>\n<td>FollowUpDate</td>\n<td>date</td>\n<td>no</td>\n<td>The date of any scheduled follow up linked to this Comms Activity  <br />  <br />creates a linked follow up task in Firefish when provided</td>\n</tr>\n<tr>\n<td>FollowUpTime</td>\n<td>time</td>\n<td>no</td>\n<td>The ISO-8601 time of any scheduled follow up linked to this Comms Activity.  <br />  <br />Can only be supplied if \"FollowUpDate\" is also supplied</td>\n</tr>\n<tr>\n<td>UserEmail</td>\n<td>string</td>\n<td>yes</td>\n<td>The owner of the associated Comms Activity for KPI Reporting  <br />  <br />Must be a valid email address associated with an active Firefish user license, OR \"sysadmin\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes:</h2>\n<ul>\n<li><p><strong>UserEmail Validation</strong></p>\n<ul>\n<li><p>Call Activity can be logged against users that satsify the following criteria:</p>\n<ul>\n<li><p>A valid email address</p>\n</li>\n<li><p>An active license at the datetime specified in <code>CommsDate</code>.</p>\n</li>\n<li><p>A valid User Role in Firefish (Super User, Compliance User, Recruitment Manager or Recruiter)</p>\n</li>\n</ul>\n</li>\n<li><p>If the call activity is automated/non-user specific and should not be logged against a user (for the purposes of KPI Reporting), specify the value <strong>\"sysadmin\"</strong></p>\n</li>\n</ul>\n</li>\n<li><p><strong>CommsType</strong> - Available values can be obtained from the endpoint GET Call &amp; Message Types. Candidates and Contacts have differently available call types.</p>\n</li>\n<li><p><strong>FollowUpDate -</strong> the follow up is assigned to the nominated useremail based on date and does not currently support specific datetimes.</p>\n</li>\n</ul>\n","urlObject":{"path":["note","80793"],"host":["{{hostName}}{{Communications}}"],"query":[],"variable":[]}},"response":[{"id":"42924f56-c85b-46ae-bbe6-d2ac5f5c0795","name":"Successful Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"CommsType\":\"Left Message\",\r\n\"CommsNote\":\"Example of leaving a note \\n \\n with a line break in it\",\r\n\"CommsFollowUpDate\":\"2025-05-14\",\r\n\"UserEmail\":\"intsuperuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{Communications}}/note/81623"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Thu, 06 Feb 2025 11:42:24 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fed6dc7c-ca77-45ce-853a-428e878e71e2"},{"name":"Message Queue","id":"256ad83d-9bfb-453f-a84c-c2d0e2c969a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{hostName}}{{Communications}}messages","description":"<p><strong>Required Scope:</strong> commsAPI-readWrite</p>\n<p>The Message Queue endpoint allows a communications partner with instant messaging capability to retrieve messages that have been queued for sending in Firefish. This endpoint should be polled on a regular schedule, and each returned object should trigger a message send in the third party platform.</p>\n<p>Messages queued by a user in Firefish automatically have a Message Activity note recorded against the associated record. When retrieving messages, the third party should not then also create a comms activity note to avoid duplication of KPI data.</p>\n<p>Once a message object has been returned, it is marked and considered \"sent\" by Firefish. To retrieve that message object again, use the <code>include-sent</code> parameter.</p>\n<p>Please note that this endpoint is currently issued on a limited release for <strong>WhatsApp for Business</strong> partners. In order to receive results from Firefish when polling this endpoint, the feature must be enabled in your designated Custom API Profile settings.</p>\n<img src=\"https://content.pstmn.io/5c2e999c-fec5-40ef-9a20-160609a5347e/aW1hZ2UucG5n\" width=\"604\" height=\"251\" />\n\n<h2 id=\"note-on-enterprise-users\">Note on Enterprise Users</h2>\n<p>Our Enterprise Users have access to multiple websites from which they can operate the message queue. This allows our customers to operate as multiple brands using the same database. This can have implications with regards to different outgoing/incoming phone numbers numbers, in that they may have different subscriptions or usage on your platform.</p>\n<p>When integrating with Firefish and using this endpoint, you should use SiteName to identify which site you are receiving your message instruction from.</p>\n<h2 id=\"message-content\">Message Content</h2>\n<p>The Instant Message feature in Firefish is intended to <strong>start</strong> conversations only. We currently have a single fixed template available for message content that Third Parties <strong>must</strong> ensure they have approved via their WhatsApp Provider:</p>\n<p>\"Hi {First Name}, do you have time to chat?\"</p>\n<h2 id=\"response-objects\">Response Objects</h2>\n<h3 id=\"message\">Message</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SiteName</td>\n<td>string</td>\n<td>The name of the Website used to initiate the request.</td>\n</tr>\n<tr>\n<td>EntityRef</td>\n<td>int</td>\n<td>The unique reference of the intended recipient.</td>\n</tr>\n<tr>\n<td>EntityType</td>\n<td>string</td>\n<td>the record type of the intended recipient.  <br />  <br />Available values: <code>Candidate</code>, <code>Contact</code>.</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>The first name of the intended recipient.</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>string</td>\n<td>The last name of the intended recipient.</td>\n</tr>\n<tr>\n<td>Mobile</td>\n<td>string</td>\n<td>The Mobile number of the intended recipient.</td>\n</tr>\n<tr>\n<td>TemplateID</td>\n<td>string</td>\n<td>The Tempate ID used to link an instant message template in Firefish</td>\n</tr>\n<tr>\n<td>MessageContent</td>\n<td>string</td>\n<td>The content of the message to be sent</td>\n</tr>\n<tr>\n<td>MessageRef</td>\n<td>string</td>\n<td>A unique reference for this message instruction</td>\n</tr>\n<tr>\n<td>MessageType</td>\n<td>string</td>\n<td>The type of message sent.  <br />Available values: <code>WhatsApp</code></td>\n</tr>\n<tr>\n<td>MessageDate</td>\n<td>datetime</td>\n<td>The datetime recorded when this message was queued in Firefish</td>\n</tr>\n<tr>\n<td>CreditsUsed</td>\n<td>int</td>\n<td>The number of credits used to queue this message, if supported.</td>\n</tr>\n<tr>\n<td>CreatedUserRef</td>\n<td>string</td>\n<td>The unique reference of the user who queued this message in Firefish</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{Communications}}messages"],"query":[{"disabled":true,"description":{"content":"<p>Messages queued by Firefish as of this date</p>\n","type":"text/plain"},"key":"from-date-time","value":"datetime"},{"disabled":true,"description":{"content":"<p>Messages queued by Firefish up to this date</p>\n","type":"text/plain"},"key":"to-date-time","value":"datetime"},{"disabled":true,"description":{"content":"<p>Include Messages that have been sent</p>\n","type":"text/plain"},"key":"include-sent","value":"boolean"}],"variable":[]}},"response":[{"id":"2dc7930a-2350-4756-a7a0-9ac11b657c89","name":"All Params Example","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{hostName}}{{Communications}}/messages?from-date-time=2024-12-04T17:09:37.420Z&to-date-time=2024-12-04T17:10:37.420Z&include-sent=true","host":["{{hostName}}{{Communications}}"],"path":["messages"],"query":[{"key":"from-date-time","value":"2024-12-04T17:09:37.420Z","description":"Messages created as of this date"},{"key":"to-date-time","value":"2024-12-04T17:10:37.420Z","description":"Messages created up to this date"},{"key":"include-sent","value":"true","description":"Messages that have been sent"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"331"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 05 Dec 2024 11:44:58 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SiteName\": \"Eventus\",\n        \"EntityRef\": 48860,\n        \"EntityType\": \"Contact\",\n        \"FirstName\": \"Alex\",\n        \"Surname\": \"Air Fryerson\",\n        \"Mobile\": \"+447496866788\",\n        \"TemplateID\": \"1\",\n        \"MessageContent\": \"Hi Alex, do you have time to chat?\",\n        \"MessageRef\": \"678\",\n        \"MessageType\": \"WhatsApp\",\n        \"MessageDate\": \"2024-12-04T17:09:37.420Z\",\n        \"CreditsUsed\": 0,\n        \"CreatedUserRef\": \"48883\"\n    }\n]"}],"_postman_id":"256ad83d-9bfb-453f-a84c-c2d0e2c969a5"}],"id":"439ce9cc-f4a2-42e6-b21a-53d49d435adb","description":"<p>The Call &amp; Message Actions Endpoint package is a series of API Endpoints that gives third party communications platforms the ability to discover Candidates and Contacts via phone number and also log Call, SMS and Instant Message history back into Firefish against individual records.</p>\n<p>This package of endpoints is useful for Integrated Communications Platforms, VoIP services, WhatsApp for Business providers and similar instant message platforms.</p>\n<h1 id=\"available-permission-scopes\">Available Permission Scopes</h1>\n<ul>\n<li>commsAPI-readWrite</li>\n</ul>\n","_postman_id":"439ce9cc-f4a2-42e6-b21a-53d49d435adb","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Actions Search","event":[{"listen":"test","script":{"id":"f30ada9b-7f46-45e7-8012-5e06d40a44bd","exec":["\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 1s\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(1000);\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"98bd528e-9a2d-487e-9bd4-52ddd5891d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{ActionsSearch}}","description":"<p><strong>Required Scope:</strong> actionsAPI-read</p>\n<p>This endpoint is used to search for actions within the Firefish system.</p>\n<p>By default, when no query parameters are provided, the search will return an action object for actions that have been created, or updated, within the last 7 days. The search will do a LIKE comparison for any of the string parameters.</p>\n<p>Two characters is the minimum allowed to perform a search.</p>\n<img src=\"https://content.pstmn.io/22efaf6a-2d45-4da8-944f-30952fdad35e/aW1hZ2UucG5n\" width=\"611\" height=\"258\" />\n\n<h2 id=\"pagination\">Pagination</h2>\n<p>By default, search results are returned in an unpaginated response that is limited to 1000 results. Pagination params can be used when calling this endpoint to return a page count and total results. The maximum number of results that can be returned per page is 1000.</p>\n<p>Note that performance will be affected if attempting to return large volumes of data. It is recommended that additional params are used to narrow the scope of your search.</p>\n<img src=\"https://content.pstmn.io/a3cb5eb7-b01f-49d4-b77c-73d96b8e8409/aW1hZ2UucG5n\" width=\"653\" height=\"349\" />\n\n<h2 id=\"response-objects\">Response Objects</h2>\n<p>The <code>ActionSearchResult</code> object provides the information for an individual action which satisfies the given search criteria.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedUserRef</td>\n<td>int</td>\n<td>The unique reference number the user who created the action.</td>\n</tr>\n<tr>\n<td>UserName</td>\n<td>string</td>\n<td>The full user name of the user that created the action.</td>\n</tr>\n<tr>\n<td>ActionDate</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the action.</td>\n</tr>\n<tr>\n<td>ActionRef</td>\n<td>int</td>\n<td>The unique reference number for the associated Action</td>\n</tr>\n<tr>\n<td>ActionName</td>\n<td>string</td>\n<td>The name of the action.</td>\n</tr>\n<tr>\n<td>ActionDetail</td>\n<td>string</td>\n<td>The action detail of the action.</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>The notes of the action.</td>\n</tr>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number of the Candidate associated with the action.</td>\n</tr>\n<tr>\n<td>CandidateName</td>\n<td>string</td>\n<td>The full name of the Candidate associated with the action.</td>\n</tr>\n<tr>\n<td>ContactRef</td>\n<td>int</td>\n<td>The unique reference number of the Contact associated with the action.</td>\n</tr>\n<tr>\n<td>ContactName</td>\n<td>string</td>\n<td>The full name of the Contact associated with the action.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number of the Company associated with the action.</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>The name of the Company associated with the action.</td>\n</tr>\n<tr>\n<td>ParentCompanyRef</td>\n<td>int</td>\n<td>The unique reference number of the Parent Company associated with the action.</td>\n</tr>\n<tr>\n<td>ParentCompanyName</td>\n<td>string</td>\n<td>The name of the Parent Company associated with the action.</td>\n</tr>\n<tr>\n<td>JobRef</td>\n<td>int</td>\n<td>The unique reference number of the Job associated with the action.</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The Title of the Job associated with the action.</td>\n</tr>\n<tr>\n<td>AdvertRef</td>\n<td>int</td>\n<td>The unique reference number of the Advert associated with the action.</td>\n</tr>\n<tr>\n<td>AdvertTitle</td>\n<td>string</td>\n<td>The Title of the Advert associated with the action.</td>\n</tr>\n<tr>\n<td>FriendlyPlacementRef</td>\n<td>string</td>\n<td>The friendly placement associated with the action.</td>\n</tr>\n<tr>\n<td>FollowUpDate</td>\n<td>date-time</td>\n<td>ISO-8601 follow-up date of the action.</td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>date-time</td>\n<td>ISO-8601 date time describing when this action was last updated</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{ActionsSearch}}"],"query":[{"disabled":true,"description":{"content":"<p>Actions created as of this date - Defaults to the \"Date\" value \"Today minus 7 days\" when not provided. </p>\n<p>\"date-time\" values can be supplied down to the milisecond using ISO-8601 format.</p>\n","type":"text/plain"},"key":"action-date-from","value":"date or date-time"},{"disabled":true,"description":{"content":"<p>Actions created up to this date - Defaults to the \"Date\" value \"Today\" when not provided. </p>\n<p>\"date-time\" values can be supplied down to the milisecond using ISO-8601 format.</p>\n","type":"text/plain"},"key":"action-date-to","value":"date or date-time"},{"disabled":true,"description":{"content":"<p>Use Updated dates instead of ActionDate (which describes when the action was created)</p>\n","type":"text/plain"},"key":"use-updated-dates","value":"bool"},{"disabled":true,"description":{"content":"<p>Actions where the Action Name that contains the value</p>\n","type":"text/plain"},"key":"action-name","value":"string"},{"disabled":true,"description":{"content":"<p>Actions where the User Name that contains the value</p>\n","type":"text/plain"},"key":"user-name","value":"string"},{"disabled":true,"description":{"content":"<p>Actions with follow up date up to this date</p>\n","type":"text/plain"},"key":"follow-up-date-to","value":"date"},{"disabled":true,"description":{"content":"<p>Actions with follow up date from this date</p>\n","type":"text/plain"},"key":"follow-up-date-from","value":"date"},{"disabled":true,"description":{"content":"<p>Actions that contain a candidate ref</p>\n","type":"text/plain"},"key":"has-candidate","value":"bool"},{"disabled":true,"description":{"content":"<p>Actions that contain a contact ref</p>\n","type":"text/plain"},"key":"has-contact","value":"bool"},{"disabled":true,"description":{"content":"<p>Actions that contain a company ref</p>\n","type":"text/plain"},"key":"has-company","value":"bool"},{"disabled":true,"description":{"content":"<p>Actions that contain a job ref</p>\n","type":"text/plain"},"key":"has-job","value":"bool"},{"disabled":true,"description":{"content":"<p>Actions that contain an advert ref</p>\n","type":"text/plain"},"key":"has-advert","value":"bool"},{"disabled":true,"description":{"content":"<p>Actions that contain a friendly placement ref</p>\n","type":"text/plain"},"key":"has-friendly-placement","value":"bool"},{"disabled":true,"description":{"content":"<p>Exclude any actions that includes the word 'Email' in the ActionName</p>\n","type":"text/plain"},"key":"exclude-email-actions","value":"bool"},{"disabled":true,"description":{"content":"<p>Use Pagination in the response and return the specified page</p>\n","type":"text/plain"},"key":"Page","value":"int"},{"disabled":true,"description":{"content":"<p>Use Pagination in the response and return the specified number of results per page</p>\n","type":"text/plain"},"key":"Page-Size","value":"int"}],"variable":[]}},"response":[{"id":"2c79a0cc-99fb-4e7d-9c58-431fc06d33ab","name":"Updated Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hostName}}{{ActionsSearch}}?action-date-to=2024-08-07&action-date-from=2000-01-01&use-updated-dates=true","host":["{{hostName}}{{ActionsSearch}}"],"query":[{"key":"action-name","value":"bulk","description":"Actions where the Action Name that contains the value","type":"text","disabled":true},{"key":"user-name","value":"CRM Superuser Role","description":"Actions where the full User Name matches the value","disabled":true},{"key":"action-date-to","value":"2024-08-07","description":"Actions created up to this date"},{"key":"action-date-from","value":"2000-01-01","description":"Actions created as of this date"},{"key":"follow-up-date-to","value":"2024-06-02","description":"Actions with follow up date from this date","type":"text","disabled":true},{"key":"follow-up-date-from","value":"2023-01-01","description":"Actions with follow up date from this date","type":"text","disabled":true},{"key":"has-candidate","value":"true","description":"Actions that contain a candidate ref","type":"text","disabled":true},{"key":"has-contact","value":"true","description":"Actions that contain a contact ref","type":"text","disabled":true},{"key":"has-company","value":"true","description":"Actions that contain a company ref","type":"text","disabled":true},{"key":"has-job","value":"true","description":"Actions that contain a job ref","type":"text","disabled":true},{"key":"has-advert","value":"true","description":"Actions that contain an advert ref","type":"text","disabled":true},{"key":"has-friendly-placement","value":"true","description":"Actions that contain a friendly placement ref","type":"text","disabled":true},{"key":"exclude-email-actions","value":"true","description":"Exclude any actions that includes the word 'Email' in the ActionName","type":"text","disabled":true},{"key":"Page","value":"1","description":"Returns the page you wish to view","type":"text","disabled":true},{"key":"Page-Size","value":"1000","description":"Returns the total amount of actions per page","type":"text","disabled":true},{"key":"has-user","value":"true","description":"Actions that contain a user","type":"text","disabled":true},{"key":"use-updated-dates","value":"true","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"579111"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Fri, 11 Apr 2025 12:26:23 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CreatedUserRef\": 48224,\n        \"UserName\": \"Demo Recruiter\",\n        \"ActionDate\": \"2024-08-04T17:52:54.103Z\",\n        \"ActionRef\": \"43680\",\n        \"ActionName\": \"Notes - Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"TRYING A GUY NAMED JOHN  - 14324354\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92757,\n        \"CompanyName\": \"General Electric\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-08-04T17:52:54.103Z\"\n    },\n    {\n        \"CreatedUserRef\": 48224,\n        \"UserName\": \"Demo Recruiter\",\n        \"ActionDate\": \"2024-08-04T17:52:34.220Z\",\n        \"ActionRef\": \"64699\",\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92757,\n        \"CompanyName\": \"General Electric\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-08-04T17:52:34.220Z\"\n    },\n    {\n        \"CreatedUserRef\": 48224,\n        \"UserName\": \"Demo Recruiter\",\n        \"ActionDate\": \"2024-08-04T17:49:54.837Z\",\n        \"ActionRef\": \"43679\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"csvzdvz\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48332,\n        \"ContactName\": \"andy barnett\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-09-08T00:00:00.000Z\",\n        \"Updated\": \"2024-08-04T17:49:54.837Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-08-04T15:26:30.043Z\",\n        \"ActionRef\": \"43670\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-08-04T15:26:30.043Z\"\n    },\n    {\n        \"CreatedUserRef\": 48224,\n        \"UserName\": \"Demo Recruiter\",\n        \"ActionDate\": \"2024-08-04T08:02:21.540Z\",\n        \"ActionRef\": \"43635\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48332,\n        \"ContactName\": \"andy barnett\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-08-04T00:00:00.000Z\",\n        \"Updated\": \"2024-08-04T08:02:21.607Z\"\n    },\n    {\n        \"CreatedUserRef\": 48292,\n        \"UserName\": \"Andy Campbell\",\n        \"ActionDate\": \"2024-08-01T13:14:19.287Z\",\n        \"ActionRef\": \"39644\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"specialmove test\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-08-01T13:14:19.287Z\"\n    },\n    {\n        \"CreatedUserRef\": 48292,\n        \"UserName\": \"Andy Campbell\",\n        \"ActionDate\": \"2024-08-01T13:08:21.927Z\",\n        \"ActionRef\": \"39642\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"specialmove test\",\n        \"CandidateRef\": 48124,\n        \"CandidateName\": \"Loyd Basler\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-08-01T13:08:21.927Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-08-01T12:46:33.240Z\",\n        \"ActionRef\": \"61257\",\n        \"ActionName\": \"Request Compliance Details\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48347,\n        \"CandidateName\": \"wendy denise\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-08-01T12:46:33.240Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-08-01T12:46:33.240Z\",\n        \"ActionRef\": \"78313\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48347,\n        \"CandidateName\": \"wendy denise\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-08-01T12:46:33.240Z\"\n    },\n    {\n        \"CreatedUserRef\": 48294,\n        \"UserName\": \"Andrew Mackay\",\n        \"ActionDate\": \"2024-08-01T10:58:34.550Z\",\n        \"ActionRef\": \"39641\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: 9-20 recruitment\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-08-01T10:58:34.553Z\",\n        \"Updated\": \"2024-08-01T10:58:34.550Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-31T14:48:17.333Z\",\n        \"ActionRef\": \"39622\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"stood me up !\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-08-01T00:00:00.000Z\",\n        \"Updated\": \"2024-07-31T14:48:17.333Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-30T09:44:07.937Z\",\n        \"ActionRef\": \"61245\",\n        \"ActionName\": \"Notes - Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"bvfcvb\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48227,\n        \"ContactName\": \"Wendy McDougall\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-30T09:44:07.937Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-30T09:43:09.390Z\",\n        \"ActionRef\": \"61244\",\n        \"ActionName\": \"Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gljhl\\nlhjhadvhckhxzv\",\n        \"CandidateRef\": 48191,\n        \"CandidateName\": \"Wilton Ashaf\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-30T09:43:09.390Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-30T09:14:39.267Z\",\n        \"ActionRef\": \"78133\",\n        \"ActionName\": \"Star Rating\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-30T09:14:39.267Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-30T09:14:39.267Z\",\n        \"ActionRef\": \"61228\",\n        \"ActionName\": \"Email - Thank You\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-30T09:14:39.267Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:59:34.600Z\",\n        \"ActionRef\": \"77915\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"DDDDD\\rHotness added\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:59:34.600Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:59:26.990Z\",\n        \"ActionRef\": \"77914\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"CCCCC\\rHotness removed\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:59:26.990Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:59:12.583Z\",\n        \"ActionRef\": \"77913\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Trying to push the XSS off the page...\\rHotness added\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:59:12.583Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:58:57.693Z\",\n        \"ActionRef\": \"77912\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"BBBBB\\rHotness removed\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:58:57.693Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:58:45.710Z\",\n        \"ActionRef\": \"77911\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"AAAAA\\rHotness added\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:58:45.710Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:55:24.750Z\",\n        \"ActionRef\": \"77910\",\n        \"ActionName\": \"Email Uploaded\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:55:24.750Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:55:02.093Z\",\n        \"ActionRef\": \"77909\",\n        \"ActionName\": \"Email Uploaded\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:55:02.093Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:54:25.547Z\",\n        \"ActionRef\": \"77908\",\n        \"ActionName\": \"Email Uploaded\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:54:25.547Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:32:15.040Z\",\n        \"ActionRef\": \"77907\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"<!DOCTYPE html>\\r\\n<head>\\r\\n<META HTTP-EQUIV=\\\"refresh\\\" CONTENT=\\\"0;url=data:text/html;base64,PHNjcmlwdD5hbGVydCgnWFNTJyk8L3NjcmlwdD4K\\\">\\r\\n</head>\\r\\n<html>\\r\\n<body>\\r\\n<h1>XSS Test</h1>\\r\\n</body>\\r\\n</html>\\rHotness removed\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:32:15.040Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:27:15.920Z\",\n        \"ActionRef\": \"77906\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"<!DOCTYPE html>\\r\\n<html>\\r\\n<body>\\r\\n\\r\\n<h1>My First Heading</h1>\\r\\n\\r\\n<p>My first paragraph.</p>\\r\\n\\r\\n</body>\\r\\n</html>\\rHotness added\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:27:15.920Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:21:14.693Z\",\n        \"ActionRef\": \"77905\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"BADGER\\rHotness removed\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:21:14.693Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:17:22.827Z\",\n        \"ActionRef\": \"77904\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"<anything>yep</anything>\\rHotness added\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:17:22.827Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:15:25.790Z\",\n        \"ActionRef\": \"77903\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"AARDVARK\\rHotness removed\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:15:25.790Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T15:13:18.443Z\",\n        \"ActionRef\": \"77902\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"xxxxx\\\">\\rHotness added\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T15:13:18.443Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T14:19:06.273Z\",\n        \"ActionRef\": \"78962\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T14:19:06.273Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T14:19:06.273Z\",\n        \"ActionRef\": \"77901\",\n        \"ActionName\": \"Registration - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Referral\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-28T00:00:00.000Z\",\n        \"Updated\": \"2024-07-28T14:19:06.273Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-28T14:19:05.820Z\",\n        \"ActionRef\": \"77900\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Contract\",\n        \"CandidateRef\": 48688,\n        \"CandidateName\": \"Candy McCandidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-28T14:19:05.820Z\"\n    },\n    {\n        \"CreatedUserRef\": 48680,\n        \"UserName\": \"Demo Manager\",\n        \"ActionDate\": \"2024-07-27T16:38:35.110Z\",\n        \"ActionRef\": \"77897\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"This is a test CORSAIRE\",\n        \"CandidateRef\": 48149,\n        \"CandidateName\": \"Audrey Arand\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-27T16:38:35.110Z\"\n    },\n    {\n        \"CreatedUserRef\": 48680,\n        \"UserName\": \"Demo Manager\",\n        \"ActionDate\": \"2024-07-27T16:35:27.763Z\",\n        \"ActionRef\": \"78145\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Hotness added\",\n        \"CandidateRef\": 48149,\n        \"CandidateName\": \"Audrey Arand\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-27T16:35:27.763Z\"\n    },\n    {\n        \"CreatedUserRef\": 48680,\n        \"UserName\": \"Demo Manager\",\n        \"ActionDate\": \"2024-07-27T16:35:27.763Z\",\n        \"ActionRef\": \"77896\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48149,\n        \"CandidateName\": \"Audrey Arand\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-27T16:35:27.763Z\"\n    },\n    {\n        \"CreatedUserRef\": 48680,\n        \"UserName\": \"Demo Manager\",\n        \"ActionDate\": \"2024-07-27T16:29:15.063Z\",\n        \"ActionRef\": \"77895\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48149,\n        \"CandidateName\": \"Audrey Arand\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-27T16:29:15.063Z\"\n    },\n    {\n        \"CreatedUserRef\": 48687,\n        \"UserName\": \"Corsaire1 Corsaire1A\",\n        \"ActionDate\": \"2024-07-27T15:33:22.527Z\",\n        \"ActionRef\": \"77894\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Candidate Portal\",\n        \"CandidateRef\": 48687,\n        \"CandidateName\": \"Corsaire1 Corsaire1A\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-27T15:33:22.527Z\"\n    },\n    {\n        \"CreatedUserRef\": 48687,\n        \"UserName\": \"Corsaire1 Corsaire1A\",\n        \"ActionDate\": \"2024-07-27T15:33:00.557Z\",\n        \"ActionRef\": \"77893\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48687,\n        \"CandidateName\": \"Corsaire1 Corsaire1A\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T00:00:00.000Z\",\n        \"Updated\": \"2024-07-27T15:33:00.557Z\"\n    },\n    {\n        \"CreatedUserRef\": 48686,\n        \"UserName\": \"PentestA PentestB\",\n        \"ActionDate\": \"2024-07-27T15:26:19.397Z\",\n        \"ActionRef\": \"77892\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Candidate Portal\",\n        \"CandidateRef\": 48686,\n        \"CandidateName\": \"PentestA PentestB\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-27T15:26:19.397Z\"\n    },\n    {\n        \"CreatedUserRef\": 48686,\n        \"UserName\": \"PentestA PentestB\",\n        \"ActionDate\": \"2024-07-27T15:26:09.757Z\",\n        \"ActionRef\": \"77891\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48686,\n        \"CandidateName\": \"PentestA PentestB\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T00:00:00.000Z\",\n        \"Updated\": \"2024-07-27T15:26:09.757Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-27T13:57:03.210Z\",\n        \"ActionRef\": \"39603\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Great Guy!\",\n        \"CandidateRef\": 48292,\n        \"CandidateName\": \"Andy Campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T00:00:00.000Z\",\n        \"Updated\": \"2024-07-27T13:57:03.210Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-27T13:56:20.390Z\",\n        \"ActionRef\": \"39602\",\n        \"ActionName\": \"Email - Get In Touch\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48292,\n        \"CandidateName\": \"Andy Campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-27T13:56:20.390Z\"\n    },\n    {\n        \"CreatedUserRef\": 48292,\n        \"UserName\": \"Andy Campbell\",\n        \"ActionDate\": \"2024-07-27T13:50:03.040Z\",\n        \"ActionRef\": \"39601\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Jobsite\",\n        \"CandidateRef\": 48292,\n        \"CandidateName\": \"Andy Campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T13:50:03.040Z\",\n        \"Updated\": \"2024-07-27T13:50:03.040Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T22:00:44.280Z\",\n        \"ActionRef\": \"76892\",\n        \"ActionName\": \"Unarchive\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T22:00:44.280Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T22:00:29.217Z\",\n        \"ActionRef\": \"76891\",\n        \"ActionName\": \"Archive\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T22:00:29.217Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T21:59:07.027Z\",\n        \"ActionRef\": \"76890\",\n        \"ActionName\": \"Proposal\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T21:59:07.027Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T21:59:07.027Z\",\n        \"ActionRef\": \"78961\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T21:59:07.027Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T21:58:35.277Z\",\n        \"ActionRef\": \"76889\",\n        \"ActionName\": \"Notes - Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"AXaxAX\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T21:58:35.277Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T21:34:01.523Z\",\n        \"ActionRef\": \"76888\",\n        \"ActionName\": \"Request Preferences Update\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48103,\n        \"ContactName\": \"Fernando Barbre\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T21:34:01.523Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T21:34:01.523Z\",\n        \"ActionRef\": \"78960\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48103,\n        \"ContactName\": \"Fernando Barbre\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T21:34:01.523Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T21:33:35.053Z\",\n        \"ActionRef\": \"76887\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48103,\n        \"ContactName\": \"Fernando Barbre\",\n        \"CompanyRef\": 92806,\n        \"CompanyName\": \"mrs\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 91983,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T21:33:35.053Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T21:22:36.880Z\",\n        \"ActionRef\": \"76886\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ascazdc\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48103,\n        \"ContactName\": \"Fernando Barbre\",\n        \"CompanyRef\": 92806,\n        \"CompanyName\": \"mrs\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T21:22:36.880Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T21:21:43.803Z\",\n        \"ActionRef\": \"76885\",\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92806,\n        \"CompanyName\": \"mrs\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T21:21:43.803Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T21:21:37.833Z\",\n        \"ActionRef\": \"76884\",\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92805,\n        \"CompanyName\": \"mrs\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T21:21:37.833Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:56:06.343Z\",\n        \"ActionRef\": \"76883\",\n        \"ActionName\": \"Hot Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"hot\\rHotness added\",\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:56:06.343Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:48.263Z\",\n        \"ActionRef\": \"76882\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48366,\n        \"CandidateName\": \"ujgfjhf lhlhk\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:48.263Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:47.950Z\",\n        \"ActionRef\": \"76881\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48120,\n        \"CandidateName\": \"Jerry Laguire\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:47.950Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:47.653Z\",\n        \"ActionRef\": \"76880\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48297,\n        \"CandidateName\": \"Noel Krohn\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:47.653Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:47.357Z\",\n        \"ActionRef\": \"76879\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48109,\n        \"CandidateName\": \"Kimiko Kostrzewa\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:47.357Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:47.073Z\",\n        \"ActionRef\": \"76878\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48229,\n        \"CandidateName\": \"Nick Kirk\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:47.073Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:46.747Z\",\n        \"ActionRef\": \"76877\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48256,\n        \"CandidateName\": \"diana Hayse\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:46.747Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:46.480Z\",\n        \"ActionRef\": \"76876\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48201,\n        \"CandidateName\": \"Cecille Habisch\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:46.480Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:46.213Z\",\n        \"ActionRef\": \"76875\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48172,\n        \"CandidateName\": \"Chanel Gushee\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:46.213Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:45.933Z\",\n        \"ActionRef\": \"76874\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:45.933Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:45.667Z\",\n        \"ActionRef\": \"76873\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48181,\n        \"CandidateName\": \"Cuc Glowski\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:45.667Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:45.387Z\",\n        \"ActionRef\": \"76872\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48219,\n        \"CandidateName\": \"Bill Gates\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:45.387Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:45.137Z\",\n        \"ActionRef\": \"76871\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48123,\n        \"CandidateName\": \"Manuel Garnache\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:45.137Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:44.870Z\",\n        \"ActionRef\": \"76870\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48159,\n        \"CandidateName\": \"Cyril Forney\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:44.870Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:44.543Z\",\n        \"ActionRef\": \"76869\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:44.543Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:44.293Z\",\n        \"ActionRef\": \"76868\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:44.293Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:44.060Z\",\n        \"ActionRef\": \"76867\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48098,\n        \"CandidateName\": \"Rogelio Cumming\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:44.060Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:43.777Z\",\n        \"ActionRef\": \"76866\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48157,\n        \"CandidateName\": \"Terrance Crutison\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:43.777Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:43.463Z\",\n        \"ActionRef\": \"76865\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:43.463Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:43.230Z\",\n        \"ActionRef\": \"76864\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48167,\n        \"CandidateName\": \"Kyong Brisk\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:43.230Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:42.963Z\",\n        \"ActionRef\": \"76863\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48200,\n        \"CandidateName\": \"Alex Bound\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:42.963Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:42.637Z\",\n        \"ActionRef\": \"76862\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:42.637Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:42.387Z\",\n        \"ActionRef\": \"76861\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48102,\n        \"CandidateName\": \"Brittney Boken\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:42.387Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:42.120Z\",\n        \"ActionRef\": \"76860\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:42.120Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:41.887Z\",\n        \"ActionRef\": \"76859\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:41.887Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:41.620Z\",\n        \"ActionRef\": \"76858\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48146,\n        \"CandidateName\": \"Walton Biffer\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:41.620Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:41.387Z\",\n        \"ActionRef\": \"76857\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48138,\n        \"CandidateName\": \"Bernardo Bayt\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:41.387Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:41.137Z\",\n        \"ActionRef\": \"76856\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:41.137Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:40.857Z\",\n        \"ActionRef\": \"76855\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48124,\n        \"CandidateName\": \"Loyd Basler\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:40.857Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:40.620Z\",\n        \"ActionRef\": \"76854\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:40.620Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:40.293Z\",\n        \"ActionRef\": \"76853\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48149,\n        \"CandidateName\": \"Audrey Arand\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91962,\n        \"JobTitle\": \"test\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:40.293Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:39.950Z\",\n        \"ActionRef\": \"76852\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48366,\n        \"CandidateName\": \"ujgfjhf lhlhk\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:39.950Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:39.653Z\",\n        \"ActionRef\": \"76851\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48120,\n        \"CandidateName\": \"Jerry Laguire\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:39.653Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:39.370Z\",\n        \"ActionRef\": \"76850\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48297,\n        \"CandidateName\": \"Noel Krohn\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:39.370Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:39.090Z\",\n        \"ActionRef\": \"76849\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48109,\n        \"CandidateName\": \"Kimiko Kostrzewa\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:39.090Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:38.777Z\",\n        \"ActionRef\": \"76848\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48229,\n        \"CandidateName\": \"Nick Kirk\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:38.777Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:38.497Z\",\n        \"ActionRef\": \"76847\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48256,\n        \"CandidateName\": \"diana Hayse\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:38.497Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:38.247Z\",\n        \"ActionRef\": \"76846\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48201,\n        \"CandidateName\": \"Cecille Habisch\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:38.247Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:37.980Z\",\n        \"ActionRef\": \"76845\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48172,\n        \"CandidateName\": \"Chanel Gushee\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:37.980Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:37.700Z\",\n        \"ActionRef\": \"76844\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:37.700Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:37.247Z\",\n        \"ActionRef\": \"76843\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48181,\n        \"CandidateName\": \"Cuc Glowski\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:37.247Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:36.980Z\",\n        \"ActionRef\": \"76842\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48219,\n        \"CandidateName\": \"Bill Gates\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:36.980Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:36.667Z\",\n        \"ActionRef\": \"76841\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48123,\n        \"CandidateName\": \"Manuel Garnache\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:36.667Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:36.370Z\",\n        \"ActionRef\": \"76840\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48159,\n        \"CandidateName\": \"Cyril Forney\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:36.370Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:36.090Z\",\n        \"ActionRef\": \"76839\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:36.090Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:35.683Z\",\n        \"ActionRef\": \"76838\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:35.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:35.433Z\",\n        \"ActionRef\": \"76837\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48098,\n        \"CandidateName\": \"Rogelio Cumming\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:35.433Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:35.183Z\",\n        \"ActionRef\": \"76836\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48157,\n        \"CandidateName\": \"Terrance Crutison\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:35.183Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:34.933Z\",\n        \"ActionRef\": \"76835\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:34.933Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:34.557Z\",\n        \"ActionRef\": \"76834\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48167,\n        \"CandidateName\": \"Kyong Brisk\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:34.557Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:34.260Z\",\n        \"ActionRef\": \"76833\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48200,\n        \"CandidateName\": \"Alex Bound\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:34.260Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:34.027Z\",\n        \"ActionRef\": \"76832\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:34.027Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:33.667Z\",\n        \"ActionRef\": \"76831\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48102,\n        \"CandidateName\": \"Brittney Boken\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:33.667Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:33.433Z\",\n        \"ActionRef\": \"76830\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:33.433Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:33.200Z\",\n        \"ActionRef\": \"76829\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:33.200Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:32.980Z\",\n        \"ActionRef\": \"76828\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48146,\n        \"CandidateName\": \"Walton Biffer\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:32.980Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:32.747Z\",\n        \"ActionRef\": \"76827\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48138,\n        \"CandidateName\": \"Bernardo Bayt\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:32.747Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:32.510Z\",\n        \"ActionRef\": \"76826\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:32.510Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:32.230Z\",\n        \"ActionRef\": \"76825\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48124,\n        \"CandidateName\": \"Loyd Basler\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:32.230Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:32.010Z\",\n        \"ActionRef\": \"76824\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:32.010Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:34:31.480Z\",\n        \"ActionRef\": \"76823\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48149,\n        \"CandidateName\": \"Audrey Arand\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:34:31.480Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:33:41.057Z\",\n        \"ActionRef\": \"76822\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": \"yes \",\n        \"CandidateRef\": 48681,\n        \"CandidateName\": \" Anonymised\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:33:41.057Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:33:40.150Z\",\n        \"ActionRef\": \"76821\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": \"yes \",\n        \"CandidateRef\": 48238,\n        \"CandidateName\": \"Gordon Brown\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:33:40.150Z\"\n    },\n    {\n        \"CreatedUserRef\": 48685,\n        \"UserName\": \"McDougall Fred\",\n        \"ActionDate\": \"2024-07-26T20:25:38.023Z\",\n        \"ActionRef\": \"76820\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Candidate Portal\",\n        \"CandidateRef\": 48685,\n        \"CandidateName\": \"McDougall Fred\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:25:38.023Z\"\n    },\n    {\n        \"CreatedUserRef\": 48685,\n        \"UserName\": \"McDougall Fred\",\n        \"ActionDate\": \"2024-07-26T20:25:25.083Z\",\n        \"ActionRef\": \"76819\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48685,\n        \"CandidateName\": \"McDougall Fred\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T20:25:25.083Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:43.077Z\",\n        \"ActionRef\": \"78959\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:43.077Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:43.077Z\",\n        \"ActionRef\": \"76818\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:43.077Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.937Z\",\n        \"ActionRef\": \"76817\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48366,\n        \"CandidateName\": \"ujgfjhf lhlhk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.937Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.937Z\",\n        \"ActionRef\": \"78958\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48366,\n        \"CandidateName\": \"ujgfjhf lhlhk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.937Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.810Z\",\n        \"ActionRef\": \"78957\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48359,\n        \"CandidateName\": \"Wendy Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.810Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.810Z\",\n        \"ActionRef\": \"76816\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48359,\n        \"CandidateName\": \"Wendy Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.810Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.700Z\",\n        \"ActionRef\": \"78956\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.700Z\",\n        \"ActionRef\": \"76815\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.560Z\",\n        \"ActionRef\": \"76814\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48352,\n        \"CandidateName\": \"Chloe Best\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.560Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.560Z\",\n        \"ActionRef\": \"78955\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48352,\n        \"CandidateName\": \"Chloe Best\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.560Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.433Z\",\n        \"ActionRef\": \"78954\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.433Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.433Z\",\n        \"ActionRef\": \"76813\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.433Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.327Z\",\n        \"ActionRef\": \"76812\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48347,\n        \"CandidateName\": \"wendy denise\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.327Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.327Z\",\n        \"ActionRef\": \"78953\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48347,\n        \"CandidateName\": \"wendy denise\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.327Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.190Z\",\n        \"ActionRef\": \"76811\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48346,\n        \"CandidateName\": \"Denise xxx\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.190Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.190Z\",\n        \"ActionRef\": \"78952\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48346,\n        \"CandidateName\": \"Denise xxx\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.190Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.043Z\",\n        \"ActionRef\": \"78951\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.043Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:42.043Z\",\n        \"ActionRef\": \"76810\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:42.043Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.920Z\",\n        \"ActionRef\": \"76809\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48344,\n        \"CandidateName\": \"Denise XXX\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.920Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.920Z\",\n        \"ActionRef\": \"78950\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48344,\n        \"CandidateName\": \"Denise XXX\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.920Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.810Z\",\n        \"ActionRef\": \"78949\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48341,\n        \"CandidateName\": \"WIN Programs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.810Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.810Z\",\n        \"ActionRef\": \"76808\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48341,\n        \"CandidateName\": \"WIN Programs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.810Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.683Z\",\n        \"ActionRef\": \"78948\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48340,\n        \"CandidateName\": \"sam xxxx\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.683Z\",\n        \"ActionRef\": \"76807\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48340,\n        \"CandidateName\": \"sam xxxx\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.543Z\",\n        \"ActionRef\": \"76806\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48335,\n        \"CandidateName\": \"bob smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.543Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.543Z\",\n        \"ActionRef\": \"78947\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48335,\n        \"CandidateName\": \"bob smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.543Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.420Z\",\n        \"ActionRef\": \"78946\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.420Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.420Z\",\n        \"ActionRef\": \"76805\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.420Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.310Z\",\n        \"ActionRef\": \"76804\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.310Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.310Z\",\n        \"ActionRef\": \"78945\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.310Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.170Z\",\n        \"ActionRef\": \"76803\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.170Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.170Z\",\n        \"ActionRef\": \"78944\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.170Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.060Z\",\n        \"ActionRef\": \"78943\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48328,\n        \"CandidateName\": \"John Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.060Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:41.060Z\",\n        \"ActionRef\": \"76802\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48328,\n        \"CandidateName\": \"John Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:41.060Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.920Z\",\n        \"ActionRef\": \"78942\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48322,\n        \"CandidateName\": \"Chloe Kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.920Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.920Z\",\n        \"ActionRef\": \"76801\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48322,\n        \"CandidateName\": \"Chloe Kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.920Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.793Z\",\n        \"ActionRef\": \"76800\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48321,\n        \"CandidateName\": \"wendykirk kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.793Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.793Z\",\n        \"ActionRef\": \"78941\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48321,\n        \"CandidateName\": \"wendykirk kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.793Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.670Z\",\n        \"ActionRef\": \"78940\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.670Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.670Z\",\n        \"ActionRef\": \"76799\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.670Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.530Z\",\n        \"ActionRef\": \"76798\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48314,\n        \"CandidateName\": \"Marge Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.530Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.530Z\",\n        \"ActionRef\": \"78939\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48314,\n        \"CandidateName\": \"Marge Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.530Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.387Z\",\n        \"ActionRef\": \"78938\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.387Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.387Z\",\n        \"ActionRef\": \"76797\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.387Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.247Z\",\n        \"ActionRef\": \"78937\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48312,\n        \"CandidateName\": \"Wendy Kirk Mcdougall\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.247Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.247Z\",\n        \"ActionRef\": \"76796\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48312,\n        \"CandidateName\": \"Wendy Kirk Mcdougall\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.247Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.123Z\",\n        \"ActionRef\": \"76795\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48310,\n        \"CandidateName\": \"Lucy Council\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.123Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.123Z\",\n        \"ActionRef\": \"78936\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48310,\n        \"CandidateName\": \"Lucy Council\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.123Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.013Z\",\n        \"ActionRef\": \"78935\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48307,\n        \"CandidateName\": \"Shona Mckenzie\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.013Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:40.013Z\",\n        \"ActionRef\": \"76794\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48307,\n        \"CandidateName\": \"Shona Mckenzie\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:40.013Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.887Z\",\n        \"ActionRef\": \"76793\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.887Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.887Z\",\n        \"ActionRef\": \"78934\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.887Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.747Z\",\n        \"ActionRef\": \"76792\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.747Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.747Z\",\n        \"ActionRef\": \"78933\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.747Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.623Z\",\n        \"ActionRef\": \"76791\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.623Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.623Z\",\n        \"ActionRef\": \"78932\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.623Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.483Z\",\n        \"ActionRef\": \"76790\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48297,\n        \"CandidateName\": \"Noel Krohn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.483Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.483Z\",\n        \"ActionRef\": \"78931\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48297,\n        \"CandidateName\": \"Noel Krohn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.483Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.357Z\",\n        \"ActionRef\": \"78930\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.357Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.357Z\",\n        \"ActionRef\": \"76789\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.357Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.217Z\",\n        \"ActionRef\": \"78929\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48292,\n        \"CandidateName\": \"Andy Campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.217Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.217Z\",\n        \"ActionRef\": \"76788\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48292,\n        \"CandidateName\": \"Andy Campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.217Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.107Z\",\n        \"ActionRef\": \"78928\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48290,\n        \"CandidateName\": \"will Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.107Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:39.107Z\",\n        \"ActionRef\": \"76787\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48290,\n        \"CandidateName\": \"will Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:39.107Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.967Z\",\n        \"ActionRef\": \"78927\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48289,\n        \"CandidateName\": \"Rita Evans\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.967Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.967Z\",\n        \"ActionRef\": \"76786\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48289,\n        \"CandidateName\": \"Rita Evans\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.967Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.827Z\",\n        \"ActionRef\": \"78926\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48288,\n        \"CandidateName\": \"Mian Gordon\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.827Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.827Z\",\n        \"ActionRef\": \"76785\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48288,\n        \"CandidateName\": \"Mian Gordon\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.827Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.683Z\",\n        \"ActionRef\": \"78925\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48287,\n        \"CandidateName\": \"Emma Watts\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.683Z\",\n        \"ActionRef\": \"76784\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48287,\n        \"CandidateName\": \"Emma Watts\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.433Z\",\n        \"ActionRef\": \"78923\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.433Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.433Z\",\n        \"ActionRef\": \"76782\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.433Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.327Z\",\n        \"ActionRef\": \"78922\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48283,\n        \"CandidateName\": \"Susan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.327Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.327Z\",\n        \"ActionRef\": \"76781\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48283,\n        \"CandidateName\": \"Susan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.327Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.183Z\",\n        \"ActionRef\": \"76780\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48282,\n        \"CandidateName\": \"Wiliam Nettly\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.183Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.183Z\",\n        \"ActionRef\": \"78921\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48282,\n        \"CandidateName\": \"Wiliam Nettly\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.183Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.077Z\",\n        \"ActionRef\": \"78920\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48281,\n        \"CandidateName\": \"Fay James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.077Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:38.077Z\",\n        \"ActionRef\": \"76779\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48281,\n        \"CandidateName\": \"Fay James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:38.077Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.950Z\",\n        \"ActionRef\": \"78919\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48280,\n        \"CandidateName\": \"Lou Went\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.950Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.950Z\",\n        \"ActionRef\": \"76778\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48280,\n        \"CandidateName\": \"Lou Went\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.950Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.810Z\",\n        \"ActionRef\": \"78918\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48278,\n        \"CandidateName\": \"Sarah Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.810Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.810Z\",\n        \"ActionRef\": \"76777\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48278,\n        \"CandidateName\": \"Sarah Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.810Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.683Z\",\n        \"ActionRef\": \"76776\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.683Z\",\n        \"ActionRef\": \"78917\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.560Z\",\n        \"ActionRef\": \"78916\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.560Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.560Z\",\n        \"ActionRef\": \"76775\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.560Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.433Z\",\n        \"ActionRef\": \"78915\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48271,\n        \"CandidateName\": \"Fernando Diebold\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.433Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.433Z\",\n        \"ActionRef\": \"76774\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48271,\n        \"CandidateName\": \"Fernando Diebold\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.433Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.293Z\",\n        \"ActionRef\": \"78914\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48270,\n        \"CandidateName\": \"Clayton Kirtley\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.293Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.293Z\",\n        \"ActionRef\": \"76773\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48270,\n        \"CandidateName\": \"Clayton Kirtley\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.293Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.183Z\",\n        \"ActionRef\": \"76772\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.183Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.183Z\",\n        \"ActionRef\": \"78913\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.183Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.030Z\",\n        \"ActionRef\": \"78912\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48268,\n        \"CandidateName\": \"Roxie Sircy\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.030Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:37.030Z\",\n        \"ActionRef\": \"76771\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48268,\n        \"CandidateName\": \"Roxie Sircy\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:37.030Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.903Z\",\n        \"ActionRef\": \"78911\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.903Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.903Z\",\n        \"ActionRef\": \"76770\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.903Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.763Z\",\n        \"ActionRef\": \"78910\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48265,\n        \"CandidateName\": \"Darren Suddarth\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.763Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.763Z\",\n        \"ActionRef\": \"76769\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48265,\n        \"CandidateName\": \"Darren Suddarth\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.763Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.637Z\",\n        \"ActionRef\": \"76768\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.637Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.637Z\",\n        \"ActionRef\": \"78909\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.637Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.530Z\",\n        \"ActionRef\": \"76767\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48263,\n        \"CandidateName\": \"Baker Ted\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.530Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.530Z\",\n        \"ActionRef\": \"78908\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48263,\n        \"CandidateName\": \"Baker Ted\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.530Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.387Z\",\n        \"ActionRef\": \"78907\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48262,\n        \"CandidateName\": \"June Summers\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.387Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.387Z\",\n        \"ActionRef\": \"76766\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48262,\n        \"CandidateName\": \"June Summers\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.387Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.217Z\",\n        \"ActionRef\": \"78906\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48261,\n        \"CandidateName\": \"John Dabs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.217Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.217Z\",\n        \"ActionRef\": \"76765\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48261,\n        \"CandidateName\": \"John Dabs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.217Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.090Z\",\n        \"ActionRef\": \"76764\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48260,\n        \"CandidateName\": \"Sarah Deeds\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.090Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:36.090Z\",\n        \"ActionRef\": \"78905\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48260,\n        \"CandidateName\": \"Sarah Deeds\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:36.090Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.967Z\",\n        \"ActionRef\": \"78904\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48259,\n        \"CandidateName\": \"Linda Dansons\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.967Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.967Z\",\n        \"ActionRef\": \"76763\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48259,\n        \"CandidateName\": \"Linda Dansons\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.967Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.840Z\",\n        \"ActionRef\": \"76762\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48258,\n        \"CandidateName\": \"Ryan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.840Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.840Z\",\n        \"ActionRef\": \"78903\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48258,\n        \"CandidateName\": \"Ryan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.840Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.717Z\",\n        \"ActionRef\": \"78902\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48256,\n        \"CandidateName\": \"diana Hayse\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.717Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.717Z\",\n        \"ActionRef\": \"76761\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48256,\n        \"CandidateName\": \"diana Hayse\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.717Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.590Z\",\n        \"ActionRef\": \"78901\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48255,\n        \"CandidateName\": \"David James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.590Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.590Z\",\n        \"ActionRef\": \"76760\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48255,\n        \"CandidateName\": \"David James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.590Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.480Z\",\n        \"ActionRef\": \"76759\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.480Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.480Z\",\n        \"ActionRef\": \"78900\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.480Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.340Z\",\n        \"ActionRef\": \"78899\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48253,\n        \"CandidateName\": \"Jane Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.340Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.340Z\",\n        \"ActionRef\": \"76758\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48253,\n        \"CandidateName\": \"Jane Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.340Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.220Z\",\n        \"ActionRef\": \"78898\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48251,\n        \"CandidateName\": \"rita long\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.220Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.220Z\",\n        \"ActionRef\": \"76757\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48251,\n        \"CandidateName\": \"rita long\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.220Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.097Z\",\n        \"ActionRef\": \"78897\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48250,\n        \"CandidateName\": \"Ann Reed\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.097Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:35.097Z\",\n        \"ActionRef\": \"76756\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48250,\n        \"CandidateName\": \"Ann Reed\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:35.097Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.940Z\",\n        \"ActionRef\": \"76755\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48248,\n        \"CandidateName\": \"greg jones\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.940Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.940Z\",\n        \"ActionRef\": \"78896\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48248,\n        \"CandidateName\": \"greg jones\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.940Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.813Z\",\n        \"ActionRef\": \"76754\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.813Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.813Z\",\n        \"ActionRef\": \"78895\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.813Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.673Z\",\n        \"ActionRef\": \"78894\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48246,\n        \"CandidateName\": \"Fay Shaw\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.673Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.673Z\",\n        \"ActionRef\": \"76753\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48246,\n        \"CandidateName\": \"Fay Shaw\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.673Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.533Z\",\n        \"ActionRef\": \"76752\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48244,\n        \"CandidateName\": \"Wendy Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.533Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.533Z\",\n        \"ActionRef\": \"78893\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48244,\n        \"CandidateName\": \"Wendy Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.533Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.407Z\",\n        \"ActionRef\": \"78892\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48243,\n        \"CandidateName\": \"Claire Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.407Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.407Z\",\n        \"ActionRef\": \"76751\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48243,\n        \"CandidateName\": \"Claire Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.407Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.300Z\",\n        \"ActionRef\": \"76750\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.300Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.300Z\",\n        \"ActionRef\": \"78891\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.300Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.157Z\",\n        \"ActionRef\": \"78890\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48240,\n        \"CandidateName\": \"Pauline Hey\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.157Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.157Z\",\n        \"ActionRef\": \"76749\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48240,\n        \"CandidateName\": \"Pauline Hey\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.157Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.033Z\",\n        \"ActionRef\": \"78889\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48239,\n        \"CandidateName\": \"Bob wanabe\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.033Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:34.033Z\",\n        \"ActionRef\": \"76748\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48239,\n        \"CandidateName\": \"Bob wanabe\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:34.033Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.783Z\",\n        \"ActionRef\": \"76746\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.783Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.783Z\",\n        \"ActionRef\": \"78887\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.783Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.657Z\",\n        \"ActionRef\": \"78886\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48236,\n        \"CandidateName\": \"Emma Symoe\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.657Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.657Z\",\n        \"ActionRef\": \"76745\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48236,\n        \"CandidateName\": \"Emma Symoe\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.657Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.517Z\",\n        \"ActionRef\": \"78885\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.517Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.517Z\",\n        \"ActionRef\": \"76744\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.517Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.393Z\",\n        \"ActionRef\": \"78884\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.393Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.393Z\",\n        \"ActionRef\": \"76743\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.393Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.267Z\",\n        \"ActionRef\": \"78883\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48232,\n        \"CandidateName\": \"Mark Questions\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.267Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.267Z\",\n        \"ActionRef\": \"76742\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48232,\n        \"CandidateName\": \"Mark Questions\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.267Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.157Z\",\n        \"ActionRef\": \"78882\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.157Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.157Z\",\n        \"ActionRef\": \"76741\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.157Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.000Z\",\n        \"ActionRef\": \"78881\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48229,\n        \"CandidateName\": \"Nick Kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:33.000Z\",\n        \"ActionRef\": \"76740\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48229,\n        \"CandidateName\": \"Nick Kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:33.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:32.877Z\",\n        \"ActionRef\": \"76739\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48227,\n        \"CandidateName\": \"Wendy McDougall\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:32.877Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:32.877Z\",\n        \"ActionRef\": \"78880\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48227,\n        \"CandidateName\": \"Wendy McDougall\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:32.877Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:31.987Z\",\n        \"ActionRef\": \"78879\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:31.987Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T20:22:31.987Z\",\n        \"ActionRef\": \"76738\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T20:22:31.987Z\"\n    },\n    {\n        \"CreatedUserRef\": 48682,\n        \"UserName\": \"Pen candidate 2\",\n        \"ActionDate\": \"2024-07-26T15:42:13.683Z\",\n        \"ActionRef\": \"76737\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Candidate Portal\",\n        \"CandidateRef\": 48682,\n        \"CandidateName\": \"Pen candidate 2\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T15:42:13.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-26T15:21:56.367Z\",\n        \"ActionRef\": \"76736\",\n        \"ActionName\": \"Email - General Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48684,\n        \"CandidateName\": \"Corsaire Key\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T15:21:56.367Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-26T15:14:48.210Z\",\n        \"ActionRef\": \"76735\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Consent Provided (verbal)\",\n        \"CandidateRef\": 48684,\n        \"CandidateName\": \"Corsaire Key\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T15:14:48.210Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-26T15:14:47.947Z\",\n        \"ActionRef\": \"78878\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48684,\n        \"CandidateName\": \"Corsaire Key\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T15:14:47.947Z\"\n    },\n    {\n        \"CreatedUserRef\": 48679,\n        \"UserName\": \"Demo Marketer\",\n        \"ActionDate\": \"2024-07-26T15:14:47.947Z\",\n        \"ActionRef\": \"76734\",\n        \"ActionName\": \"Registration - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48684,\n        \"CandidateName\": \"Corsaire Key\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T15:14:47.947Z\"\n    },\n    {\n        \"CreatedUserRef\": 48680,\n        \"UserName\": \"Demo Manager\",\n        \"ActionDate\": \"2024-07-26T14:45:48.443Z\",\n        \"ActionRef\": \"76733\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Contract\",\n        \"CandidateRef\": 48683,\n        \"CandidateName\": \"Anne Other\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T14:45:48.443Z\"\n    },\n    {\n        \"CreatedUserRef\": 48680,\n        \"UserName\": \"Demo Manager\",\n        \"ActionDate\": \"2024-07-26T14:45:47.817Z\",\n        \"ActionRef\": \"78877\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48683,\n        \"CandidateName\": \"Anne Other\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T14:45:47.817Z\"\n    },\n    {\n        \"CreatedUserRef\": 48680,\n        \"UserName\": \"Demo Manager\",\n        \"ActionDate\": \"2024-07-26T14:45:47.817Z\",\n        \"ActionRef\": \"76732\",\n        \"ActionName\": \"Registration - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48683,\n        \"CandidateName\": \"Anne Other\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T14:45:47.817Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-26T11:09:27.140Z\",\n        \"ActionRef\": \"48952\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"not interested\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T11:09:27.170Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-26T11:08:53.977Z\",\n        \"ActionRef\": \"48951\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\n\\nCV sent to Jo bloggs at gif gav - Email attached to the contact action summary\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92761,\n        \"CompanyName\": \"gif gav\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T11:08:53.983Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T10:34:18.430Z\",\n        \"ActionRef\": \"39600\",\n        \"ActionName\": \"Email - Get In Touch\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T10:34:18.430Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T10:32:18.333Z\",\n        \"ActionRef\": \"39599\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"retained candidate\",\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T10:32:18.333Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T07:17:27.477Z\",\n        \"ActionRef\": \"39597\",\n        \"ActionName\": \"Password Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-26T07:17:27.477Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-26T07:17:09.773Z\",\n        \"ActionRef\": \"39596\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"called and setting up employers portal access\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48214,\n        \"ContactName\": \"Steven McCann\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-26T07:17:09.773Z\"\n    },\n    {\n        \"CreatedUserRef\": 48290,\n        \"UserName\": \"will Smith\",\n        \"ActionDate\": \"2024-07-24T14:54:07.130Z\",\n        \"ActionRef\": \"39595\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Linked In\",\n        \"CandidateRef\": 48290,\n        \"CandidateName\": \"will Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-24T14:54:07.133Z\",\n        \"Updated\": \"2024-07-24T14:54:07.130Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:56:23.117Z\",\n        \"ActionRef\": \"61215\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdafsdf\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-24T13:56:23.117Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:54:31.893Z\",\n        \"ActionRef\": \"61214\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"fgdgdfgdf\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-08-29T00:00:00.000Z\",\n        \"Updated\": \"2024-07-24T13:54:31.893Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:54:09.033Z\",\n        \"ActionRef\": \"61213\",\n        \"ActionName\": \"Notes - Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dthgfhfgh\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-24T13:54:09.033Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:51:29.323Z\",\n        \"ActionRef\": \"78311\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-24T13:51:29.323Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:51:29.323Z\",\n        \"ActionRef\": \"61210\",\n        \"ActionName\": \"Meeting - Introduction\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-24T09:00:00.000Z\",\n        \"Updated\": \"2024-07-24T13:51:29.323Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:51:29.323Z\",\n        \"ActionRef\": \"61210\",\n        \"ActionName\": \"Meeting - Introduction\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-24T09:00:00.000Z\",\n        \"Updated\": \"2024-07-24T13:51:29.323Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:51:29.277Z\",\n        \"ActionRef\": \"78310\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-24T13:51:29.277Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:51:29.277Z\",\n        \"ActionRef\": \"61209\",\n        \"ActionName\": \"Meeting - Introduction\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-24T13:51:29.277Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:51:18.490Z\",\n        \"ActionRef\": \"61208\",\n        \"ActionName\": \"Reference Requested\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-24T13:51:18.490Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:51:18.490Z\",\n        \"ActionRef\": \"78202\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-24T13:51:18.490Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:51:04.673Z\",\n        \"ActionRef\": \"61207\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"fgdfgdfgdf\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-24T00:00:00.000Z\",\n        \"Updated\": \"2024-07-24T13:51:04.673Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:50:46.770Z\",\n        \"ActionRef\": \"61206\",\n        \"ActionName\": \"Notes - Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"fghfghfg\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-24T13:50:46.770Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:48:06.757Z\",\n        \"ActionRef\": \"61204\",\n        \"ActionName\": \"Registration - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Google\",\n        \"CandidateRef\": 48620,\n        \"CandidateName\": \" Anonymised\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-24T13:48:06.837Z\",\n        \"Updated\": \"2024-07-24T13:48:06.757Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:46:53.413Z\",\n        \"ActionRef\": \"78308\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-24T13:46:53.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-24T13:46:53.413Z\",\n        \"ActionRef\": \"61203\",\n        \"ActionName\": \"Create Contact - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48619,\n        \"ContactName\": \"louise Cunningham\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-24T13:46:53.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48289,\n        \"UserName\": \"Rita Evans\",\n        \"ActionDate\": \"2024-07-24T11:49:56.803Z\",\n        \"ActionRef\": \"39593\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Google\",\n        \"CandidateRef\": 48289,\n        \"CandidateName\": \"Rita Evans\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-24T11:49:56.837Z\",\n        \"Updated\": \"2024-07-24T11:49:56.803Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T14:45:17.650Z\",\n        \"ActionRef\": \"39580\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"called and is looking\",\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-25T00:00:00.000Z\",\n        \"Updated\": \"2024-07-23T14:45:17.650Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T13:56:55.947Z\",\n        \"ActionRef\": \"41428\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T13:56:55.943Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T13:56:55.937Z\",\n        \"ActionRef\": \"41427\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T13:56:55.937Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T13:56:55.903Z\",\n        \"ActionRef\": \"41424\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T13:56:55.903Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T13:48:58.267Z\",\n        \"ActionRef\": \"68427\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"KUGKHGK\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48652,\n        \"ContactName\": \"TEST Kyriazidis\",\n        \"CompanyRef\": 92780,\n        \"CompanyName\": \"Arnold Clarck\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-08-31T00:00:00.000Z\",\n        \"Updated\": \"2024-07-23T13:48:58.267Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T13:48:33.577Z\",\n        \"ActionRef\": \"68426\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"KHGJH\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48652,\n        \"ContactName\": \"TEST Kyriazidis\",\n        \"CompanyRef\": 92780,\n        \"CompanyName\": \"Arnold Clarck\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-23T00:00:00.000Z\",\n        \"Updated\": \"2024-07-23T13:48:33.577Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T13:46:31.693Z\",\n        \"ActionRef\": \"78362\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48652,\n        \"ContactName\": \"TEST Kyriazidis\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T13:46:31.693Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T13:46:31.693Z\",\n        \"ActionRef\": \"68425\",\n        \"ActionName\": \"Create Contact - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48652,\n        \"ContactName\": \"TEST Kyriazidis\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T13:46:31.693Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T11:38:05.983Z\",\n        \"ActionRef\": \"41416\",\n        \"ActionName\": \"Email - Get In Touch\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T11:38:05.980Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T11:16:13.357Z\",\n        \"ActionRef\": \"41415\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gkugkj\",\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T11:16:13.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T11:16:13.340Z\",\n        \"ActionRef\": \"41413\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gkugkj\",\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T11:16:13.337Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T11:16:13.330Z\",\n        \"ActionRef\": \"41412\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gkugkj\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T11:16:13.330Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T11:16:13.317Z\",\n        \"ActionRef\": \"41410\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gkugkj\",\n        \"CandidateRef\": 48124,\n        \"CandidateName\": \"Loyd Basler\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T11:16:13.313Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T11:16:13.300Z\",\n        \"ActionRef\": \"41408\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gkugkj\",\n        \"CandidateRef\": 48283,\n        \"CandidateName\": \"Susan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T11:16:13.300Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-23T11:16:13.287Z\",\n        \"ActionRef\": \"41407\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gkugkj\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T11:16:13.287Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-23T08:47:40.323Z\",\n        \"ActionRef\": \"76730\",\n        \"ActionName\": \"Password Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": \"The email message was skipped.<br/>\",\n        \"CandidateRef\": 48682,\n        \"CandidateName\": \"Pen candidate 2\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T08:47:40.323Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-23T08:47:18.900Z\",\n        \"ActionRef\": \"76729\",\n        \"ActionName\": \"Registration - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48682,\n        \"CandidateName\": \"Pen candidate 2\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-23T00:00:00.000Z\",\n        \"Updated\": \"2024-07-23T08:47:18.900Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-23T08:44:44.283Z\",\n        \"ActionRef\": \"76727\",\n        \"ActionName\": \"Registration - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48681,\n        \"CandidateName\": \" Anonymised\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-23T00:00:00.000Z\",\n        \"Updated\": \"2024-07-23T08:44:44.283Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-23T08:38:16.790Z\",\n        \"ActionRef\": \"76726\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48680,\n        \"ContactName\": \"Demo Manager\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T08:38:16.790Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-23T08:37:29.677Z\",\n        \"ActionRef\": \"76725\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48679,\n        \"ContactName\": \"Demo Marketer\",\n        \"CompanyRef\": 92697,\n        \"CompanyName\": \"firefish software\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-23T08:37:29.677Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-21T11:44:28.497Z\",\n        \"ActionRef\": \"48928\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"not interested\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-08-09T00:00:00.000Z\",\n        \"Updated\": \"2024-07-21T11:44:28.507Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-21T11:43:50.633Z\",\n        \"ActionRef\": \"48927\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\n\\nCV sent to Jo bloggs at gif gav - Email attached to the contact action summary\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92761,\n        \"CompanyName\": \"gif gav\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-21T00:00:00.000Z\",\n        \"Updated\": \"2024-07-21T11:43:50.640Z\"\n    },\n    {\n        \"CreatedUserRef\": 48678,\n        \"UserName\": \"Betty May\",\n        \"ActionDate\": \"2024-07-20T16:51:22.367Z\",\n        \"ActionRef\": \"76724\",\n        \"ActionName\": \"Advert Application\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Dear Demo,\\r\\n\\r\\nI saw your advertisement for the position of Project Manger (ref no. 1474).\\r\\n\\r\\nI would like to apply, and have attached my CV for your consideration. I look forward to hearing from you.\\r\\n\\r\\nYours sincerely,\\r\\ntest kirk\",\n        \"CandidateRef\": 48678,\n        \"CandidateName\": \"Betty May\",\n        \"ContactRef\": 1,\n        \"ContactName\": \"System Administrator\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91980,\n        \"JobTitle\": \"Project Manger\",\n        \"AdvertRef\": 1474,\n        \"AdvertTitle\": \"Project Manger\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T16:51:22.367Z\"\n    },\n    {\n        \"CreatedUserRef\": 48678,\n        \"UserName\": \"Betty May\",\n        \"ActionDate\": \"2024-07-20T16:35:47.227Z\",\n        \"ActionRef\": \"76723\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Candidate Portal\",\n        \"CandidateRef\": 48678,\n        \"CandidateName\": \"Betty May\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:35:47.227Z\"\n    },\n    {\n        \"CreatedUserRef\": 48678,\n        \"UserName\": \"Betty May\",\n        \"ActionDate\": \"2024-07-20T16:35:33.413Z\",\n        \"ActionRef\": \"76722\",\n        \"ActionName\": \"Advert Application\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\r\\n\\r\\n\\r\\nPre-Screen Passed, Rating: 100%\\r\\n\\r\\ntest question  Yes\\r\\nnow  - no  No\\r\\n123 - yes  Yes\\r\\n\",\n        \"CandidateRef\": 48678,\n        \"CandidateName\": \"Betty May\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91982,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": 1475,\n        \"AdvertTitle\": \"Project Manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T16:35:33.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48678,\n        \"UserName\": \"Betty May\",\n        \"ActionDate\": \"2024-07-20T16:35:23.257Z\",\n        \"ActionRef\": \"76721\",\n        \"ActionName\": \"Registration - Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48678,\n        \"CandidateName\": \"Betty May\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T16:35:23.257Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:07:20.487Z\",\n        \"ActionRef\": \"76720\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91982,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": 1475,\n        \"AdvertTitle\": \"Project Manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-31T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T16:07:20.487Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:07:20.143Z\",\n        \"ActionRef\": \"76719\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91982,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": 1475,\n        \"AdvertTitle\": \"Project Manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:07:20.143Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:04:58.953Z\",\n        \"ActionRef\": \"76718\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91982,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:04:58.953Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:04:35.797Z\",\n        \"ActionRef\": \"76716\",\n        \"ActionName\": \"General Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sljxchjas\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T16:04:35.783Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:03:55.217Z\",\n        \"ActionRef\": \"78267\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:03:55.357Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:03:55.217Z\",\n        \"ActionRef\": \"78177\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:03:55.357Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:03:55.217Z\",\n        \"ActionRef\": \"76715\",\n        \"ActionName\": \"Termination\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kjxjks\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"91981-5790-5791\",\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:03:55.357Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:03:55.217Z\",\n        \"ActionRef\": \"78140\",\n        \"ActionName\": \"Star Rating\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:03:55.357Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T16:03:00.293Z\",\n        \"ActionRef\": \"76714\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": \"degshdfg\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T16:03:00.293Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T16:03:00.293Z\",\n        \"ActionRef\": \"76714\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": \"degshdfg\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T16:03:00.293Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:03:00.150Z\",\n        \"ActionRef\": \"76713\",\n        \"ActionName\": \"Placement - Permanent\",\n        \"ActionDetail\": null,\n        \"Notes\": \"degshdfg\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"91981-5790-5790\",\n        \"FollowUpDate\": \"2024-10-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T16:03:00.150Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:03:00.150Z\",\n        \"ActionRef\": \"78175\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:03:00.150Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:03:00.150Z\",\n        \"ActionRef\": \"78266\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:03:00.150Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:02:59.933Z\",\n        \"ActionRef\": \"76712\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": \"degshdfg\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:02:59.933Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T16:01:57.163Z\",\n        \"ActionRef\": \"76711\",\n        \"ActionName\": \"Recruiter Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"degshdfg\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T16:01:57.163Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:59:21.630Z\",\n        \"ActionRef\": \"78192\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:59:21.630Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:59:21.630Z\",\n        \"ActionRef\": \"76710\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": \"degshdfg\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:59:21.630Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:59:21.630Z\",\n        \"ActionRef\": \"78243\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:59:21.630Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:57:36.750Z\",\n        \"ActionRef\": \"76709\",\n        \"ActionName\": \"Positions Added\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Changed from 1 to 2\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:57:36.750Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:57:36.420Z\",\n        \"ActionRef\": \"76708\",\n        \"ActionName\": \"Position Added\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:57:36.420Z\"\n    },\n    {\n        \"CreatedUserRef\": 48191,\n        \"UserName\": \"Wilton Ashaf\",\n        \"ActionDate\": \"2024-07-20T15:56:59.530Z\",\n        \"ActionRef\": \"76707\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.530Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.437Z\",\n        \"ActionRef\": \"78151\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.467Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.437Z\",\n        \"ActionRef\": \"78242\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.467Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.437Z\",\n        \"ActionRef\": \"76706\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:59.467Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.437Z\",\n        \"ActionRef\": \"76706\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:59.467Z\"\n    },\n    {\n        \"CreatedUserRef\": 48191,\n        \"UserName\": \"Wilton Ashaf\",\n        \"ActionDate\": \"2024-07-20T15:56:59.403Z\",\n        \"ActionRef\": \"76705\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.403Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.310Z\",\n        \"ActionRef\": \"76704\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:59.327Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.310Z\",\n        \"ActionRef\": \"76704\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:59.327Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.310Z\",\n        \"ActionRef\": \"78150\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.327Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.310Z\",\n        \"ActionRef\": \"78241\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.327Z\"\n    },\n    {\n        \"CreatedUserRef\": 48191,\n        \"UserName\": \"Wilton Ashaf\",\n        \"ActionDate\": \"2024-07-20T15:56:59.263Z\",\n        \"ActionRef\": \"76703\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.263Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.187Z\",\n        \"ActionRef\": \"76702\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:59.200Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.187Z\",\n        \"ActionRef\": \"76702\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:59.200Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.187Z\",\n        \"ActionRef\": \"78240\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.200Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.187Z\",\n        \"ActionRef\": \"78152\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.200Z\"\n    },\n    {\n        \"CreatedUserRef\": 48191,\n        \"UserName\": \"Wilton Ashaf\",\n        \"ActionDate\": \"2024-07-20T15:56:59.140Z\",\n        \"ActionRef\": \"76701\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.140Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.047Z\",\n        \"ActionRef\": \"78239\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.077Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.047Z\",\n        \"ActionRef\": \"78164\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:59.077Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.047Z\",\n        \"ActionRef\": \"76700\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:59.077Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:59.047Z\",\n        \"ActionRef\": \"76700\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:59.077Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:14.153Z\",\n        \"ActionRef\": \"76695\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:14.153Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:14.153Z\",\n        \"ActionRef\": \"78165\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:14.153Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:14.153Z\",\n        \"ActionRef\": \"78238\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:14.153Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:13.997Z\",\n        \"ActionRef\": \"78237\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:13.997Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:13.997Z\",\n        \"ActionRef\": \"78178\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:13.997Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:13.997Z\",\n        \"ActionRef\": \"76694\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:13.997Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:13.827Z\",\n        \"ActionRef\": \"78179\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:13.827Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:13.827Z\",\n        \"ActionRef\": \"78236\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:13.827Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:13.827Z\",\n        \"ActionRef\": \"76693\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:13.827Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:13.653Z\",\n        \"ActionRef\": \"76692\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:56:13.653Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:13.653Z\",\n        \"ActionRef\": \"78235\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:13.653Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:56:13.653Z\",\n        \"ActionRef\": \"78180\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:56:13.653Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:37.183Z\",\n        \"ActionRef\": \"76691\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:37.183Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:37.183Z\",\n        \"ActionRef\": \"76691\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:37.183Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:37.120Z\",\n        \"ActionRef\": \"76690\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:37.137Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:37.120Z\",\n        \"ActionRef\": \"78876\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:37.137Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:37.073Z\",\n        \"ActionRef\": \"76689\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:37.073Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:37.073Z\",\n        \"ActionRef\": \"76689\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:37.073Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:37.013Z\",\n        \"ActionRef\": \"78875\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:37.027Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:37.013Z\",\n        \"ActionRef\": \"76688\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:37.027Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:36.950Z\",\n        \"ActionRef\": \"76687\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:36.950Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:36.950Z\",\n        \"ActionRef\": \"76687\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:36.950Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:36.887Z\",\n        \"ActionRef\": \"76686\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:36.903Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:36.887Z\",\n        \"ActionRef\": \"78874\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:36.903Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:36.823Z\",\n        \"ActionRef\": \"76685\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:36.823Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:36.823Z\",\n        \"ActionRef\": \"76685\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-27T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:36.823Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:36.763Z\",\n        \"ActionRef\": \"76684\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:36.777Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:36.763Z\",\n        \"ActionRef\": \"78873\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:36.777Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:05.980Z\",\n        \"ActionRef\": \"76683\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:05.980Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:05.980Z\",\n        \"ActionRef\": \"76683\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:05.980Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:05.900Z\",\n        \"ActionRef\": \"76682\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:05.933Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:05.900Z\",\n        \"ActionRef\": \"78872\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:05.933Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:05.840Z\",\n        \"ActionRef\": \"76681\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:05.840Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:05.840Z\",\n        \"ActionRef\": \"76681\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:05.840Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:05.777Z\",\n        \"ActionRef\": \"78871\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:05.793Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:05.777Z\",\n        \"ActionRef\": \"76680\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:05.793Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:05.713Z\",\n        \"ActionRef\": \"76679\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:05.713Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:05.713Z\",\n        \"ActionRef\": \"76679\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:05.713Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:05.637Z\",\n        \"ActionRef\": \"78870\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:05.650Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:05.637Z\",\n        \"ActionRef\": \"76678\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:05.650Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:05.543Z\",\n        \"ActionRef\": \"76677\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:05.543Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T15:55:05.543Z\",\n        \"ActionRef\": \"76677\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T09:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:55:05.543Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:05.307Z\",\n        \"ActionRef\": \"78869\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:05.463Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:55:05.307Z\",\n        \"ActionRef\": \"76676\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:55:05.463Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:54:26.540Z\",\n        \"ActionRef\": \"76671\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:54:26.540Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:54:08.557Z\",\n        \"ActionRef\": \"76670\",\n        \"ActionName\": \"Recruiter Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sxaxcasc\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:54:08.557Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:51:45.410Z\",\n        \"ActionRef\": \"76669\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:51:45.410Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:51:31.647Z\",\n        \"ActionRef\": \"76668\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:51:31.647Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:51:25.863Z\",\n        \"ActionRef\": \"76667\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:51:25.863Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:50:24.270Z\",\n        \"ActionRef\": \"76665\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"laschlsha\",\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:50:24.270Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:50:24.160Z\",\n        \"ActionRef\": \"76664\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"laschlsha\",\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:50:24.160Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:50:24.080Z\",\n        \"ActionRef\": \"76663\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"laschlsha\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:50:24.080Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:50:23.940Z\",\n        \"ActionRef\": \"76662\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"laschlsha\",\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T15:50:23.940Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-20T15:48:15.657Z\",\n        \"ActionRef\": \"76661\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T15:48:15.657Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T13:48:58.007Z\",\n        \"ActionRef\": \"43597\",\n        \"ActionName\": \"Create Contact - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Subject: CV2\\r\\n\\r\\n<span style=\\\"font-family:Verdana\\\"><span style=\\\"font-size:12px\\\">Hi Wendy,<br> \\r\\n<br> \\r\\nPlease find attached the CV2<br> \\r\\n<br> \\r\\nthanks<br> \\r\\n<br> \\r\\n<br> \\r\\n<span id=\\\"editor_signature\\\"><span style=\\\"font-family:Verdana; font-size:12px\\\">-- <br> \\r\\nKind Regards<br> \\r\\n<br> \\r\\n<br> \\r\\nNikos Kyriazidis<br> \\r\\nInternational IT Recruitment Manager / Head Hunter<br> \\r\\n<br> \\r\\nMarathonomachon 9, 15124 Marousi, Athens - Greece<br> \\r\\nmobile: +30 694 9818 278<br> \\r\\noffice:   +30 210 6198 596<br> \\r\\ne-mail:  n.kyriazidis@europe.com<br> \\r\\nlinkedin:http://gr.linkedin.com/in/nkyriazidis</span></span></span></span>\\r\\n\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48475,\n        \"ContactName\": \"Nikoscontact Kyriazidis\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T13:48:58.007Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-20T10:58:13.533Z\",\n        \"ActionRef\": \"48907\",\n        \"ActionName\": \"Notes - Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"akjsd\\r\\ndsfalsdfasdfl\\r\\ndflasdghag\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48458,\n        \"ContactName\": \"scot smith\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T10:58:13.570Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-20T10:57:42.503Z\",\n        \"ActionRef\": \"48906\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48458,\n        \"ContactName\": \"scot smith\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T10:57:42.537Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-20T10:56:27.750Z\",\n        \"ActionRef\": \"48905\",\n        \"ActionName\": \"Left Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48231,\n        \"ContactName\": \"Homer Simpson\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T10:56:27.753Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-20T10:55:01.650Z\",\n        \"ActionRef\": \"48904\",\n        \"ActionName\": \"Call - Left Message\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48231,\n        \"ContactName\": \"Homer Simpson\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-21T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T10:55:01.663Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-20T10:54:48.347Z\",\n        \"ActionRef\": \"48903\",\n        \"ActionName\": \"Notes - Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"f,jghaghaksda\\r\\nagfajfkahdfklhadgfa\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48231,\n        \"ContactName\": \"Homer Simpson\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-31T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T10:54:48.383Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-20T10:38:41.083Z\",\n        \"ActionRef\": \"48900\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"talk about dgkajghalkdf\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48374,\n        \"ContactName\": \"Demo Reporter\",\n        \"CompanyRef\": 92755,\n        \"CompanyName\": \"gravity\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-08-01T00:00:00.000Z\",\n        \"Updated\": \"2024-07-20T10:38:41.113Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-20T09:53:40.247Z\",\n        \"ActionRef\": \"43592\",\n        \"ActionName\": \"Email - Thank You\",\n        \"ActionDetail\": null,\n        \"Notes\": \"did a really good job and we use again\",\n        \"CandidateRef\": 48256,\n        \"CandidateName\": \"diana Hayse\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-20T09:53:40.247Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-19T14:04:36.597Z\",\n        \"ActionRef\": \"48862\",\n        \"ActionName\": \"Suggest\",\n        \"ActionDetail\": \"To Demo Admin\",\n        \"Notes\": \"youu might want to look at them for dvkhasdlfkgha#dkgl#\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-19T14:04:36.593Z\",\n        \"Updated\": \"2024-07-19T14:04:36.617Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-19T14:02:54.927Z\",\n        \"ActionRef\": \"79135\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48820,\n        \"ContactName\": \"CRM Superuser Role\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-19T14:02:54.927Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-19T14:02:31.770Z\",\n        \"ActionRef\": \"79134\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48819,\n        \"ContactName\": \"AN Superuser Role\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-19T14:02:31.753Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-19T09:52:10.867Z\",\n        \"ActionRef\": \"48827\",\n        \"ActionName\": \"Email - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-19T09:52:10.883Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-19T09:51:48.530Z\",\n        \"ActionRef\": \"48826\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"spoke to them and not interested but check back next 2 months\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-09-26T00:00:00.000Z\",\n        \"Updated\": \"2024-07-19T09:51:48.537Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-19T09:51:13.607Z\",\n        \"ActionRef\": \"48825\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\n\\nCV sent to Jo bloggs at gif gav - Email attached to the contact action summary\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92761,\n        \"CompanyName\": \"gif gav\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-20T00:00:00.000Z\",\n        \"Updated\": \"2024-07-19T09:51:13.620Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-19T09:49:08.743Z\",\n        \"ActionRef\": \"48823\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\n\\nCV sent to Jo bloggs at gif gav - Email attached to the contact action summary\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92761,\n        \"CompanyName\": \"gif gav\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-19T00:00:00.000Z\",\n        \"Updated\": \"2024-07-19T09:49:08.753Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-18T14:30:24.450Z\",\n        \"ActionRef\": \"48811\",\n        \"ActionName\": \"Email - General Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48231,\n        \"ContactName\": \"Homer Simpson\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-18T14:30:24.503Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-18T14:27:12.617Z\",\n        \"ActionRef\": \"48810\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\n\\nCV sent to Jo bloggs at gif gav - Email attached to the contact action summary\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92761,\n        \"CompanyName\": \"gif gav\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-18T00:00:00.000Z\",\n        \"Updated\": \"2024-07-18T14:27:12.623Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-18T13:29:45.040Z\",\n        \"ActionRef\": \"61185\",\n        \"ActionName\": \"Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"cgjghkgbhk\",\n        \"CandidateRef\": 48271,\n        \"CandidateName\": \"Fernando Diebold\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-18T13:29:45.040Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:27.930Z\",\n        \"ActionRef\": \"68394\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:27.930Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:27.587Z\",\n        \"ActionRef\": \"68392\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48280,\n        \"CandidateName\": \"Lou Went\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:27.587Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:27.290Z\",\n        \"ActionRef\": \"68390\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48287,\n        \"CandidateName\": \"Emma Watts\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:27.290Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:26.867Z\",\n        \"ActionRef\": \"68387\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:26.867Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:26.180Z\",\n        \"ActionRef\": \"68383\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:26.180Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:25.993Z\",\n        \"ActionRef\": \"68382\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48239,\n        \"CandidateName\": \"Bob wanabe\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:25.993Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:25.633Z\",\n        \"ActionRef\": \"68380\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48240,\n        \"CandidateName\": \"Pauline Hey\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:25.633Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:25.287Z\",\n        \"ActionRef\": \"68378\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48310,\n        \"CandidateName\": \"Lucy Council\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:25.287Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:24.960Z\",\n        \"ActionRef\": \"68376\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48352,\n        \"CandidateName\": \"Chloe Best\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:24.960Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:24.773Z\",\n        \"ActionRef\": \"68375\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48263,\n        \"CandidateName\": \"Baker Ted\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:24.773Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:24.333Z\",\n        \"ActionRef\": \"68372\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48262,\n        \"CandidateName\": \"June Summers\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:24.333Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:24.130Z\",\n        \"ActionRef\": \"68371\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48265,\n        \"CandidateName\": \"Darren Suddarth\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:24.130Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:23.537Z\",\n        \"ActionRef\": \"68369\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48290,\n        \"CandidateName\": \"will Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:23.537Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:23.380Z\",\n        \"ActionRef\": \"68368\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48244,\n        \"CandidateName\": \"Wendy Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:23.380Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:23.177Z\",\n        \"ActionRef\": \"68367\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48283,\n        \"CandidateName\": \"Susan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:23.177Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:22.867Z\",\n        \"ActionRef\": \"68365\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48243,\n        \"CandidateName\": \"Claire Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:22.867Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:22.630Z\",\n        \"ActionRef\": \"68364\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48268,\n        \"CandidateName\": \"Roxie Sircy\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:22.630Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:22.460Z\",\n        \"ActionRef\": \"68363\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48314,\n        \"CandidateName\": \"Marge Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:22.443Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:21.537Z\",\n        \"ActionRef\": \"68357\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48250,\n        \"CandidateName\": \"Ann Reed\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:21.537Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:20.317Z\",\n        \"ActionRef\": \"68350\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48232,\n        \"CandidateName\": \"Mark Questions\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:20.317Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:19.927Z\",\n        \"ActionRef\": \"68347\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:19.927Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:19.740Z\",\n        \"ActionRef\": \"68346\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48307,\n        \"CandidateName\": \"Shona Mckenzie\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:19.740Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:19.240Z\",\n        \"ActionRef\": \"68343\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:19.240Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:19.147Z\",\n        \"ActionRef\": \"68342\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:19.147Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:19.053Z\",\n        \"ActionRef\": \"68341\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:19.053Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:18.803Z\",\n        \"ActionRef\": \"68340\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48251,\n        \"CandidateName\": \"rita long\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:18.803Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:18.600Z\",\n        \"ActionRef\": \"68339\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:18.600Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:18.397Z\",\n        \"ActionRef\": \"68338\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:18.397Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:17.820Z\",\n        \"ActionRef\": \"68334\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:17.820Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:17.583Z\",\n        \"ActionRef\": \"68332\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48297,\n        \"CandidateName\": \"Noel Krohn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:17.583Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:17.490Z\",\n        \"ActionRef\": \"68331\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48270,\n        \"CandidateName\": \"Clayton Kirtley\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:17.490Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:17.397Z\",\n        \"ActionRef\": \"68330\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48312,\n        \"CandidateName\": \"Wendy Kirk Mcdougall\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:17.397Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:17.287Z\",\n        \"ActionRef\": \"68329\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48321,\n        \"CandidateName\": \"wendykirk kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:17.287Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:17.100Z\",\n        \"ActionRef\": \"68328\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:17.100Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:16.880Z\",\n        \"ActionRef\": \"68327\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48229,\n        \"CandidateName\": \"Nick Kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:16.880Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:16.193Z\",\n        \"ActionRef\": \"68323\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48281,\n        \"CandidateName\": \"Fay James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:16.193Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:16.100Z\",\n        \"ActionRef\": \"68322\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48255,\n        \"CandidateName\": \"David James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:16.100Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:15.990Z\",\n        \"ActionRef\": \"68321\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:15.990Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:15.490Z\",\n        \"ActionRef\": \"68317\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48256,\n        \"CandidateName\": \"diana Hayse\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:15.473Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:15.270Z\",\n        \"ActionRef\": \"68316\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48288,\n        \"CandidateName\": \"Mian Gordon\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:15.270Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:14.630Z\",\n        \"ActionRef\": \"68312\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:14.630Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:14.037Z\",\n        \"ActionRef\": \"68309\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:14.037Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:13.850Z\",\n        \"ActionRef\": \"68308\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48289,\n        \"CandidateName\": \"Rita Evans\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:13.850Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:13.240Z\",\n        \"ActionRef\": \"68305\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48347,\n        \"CandidateName\": \"wendy denise\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:13.240Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:13.037Z\",\n        \"ActionRef\": \"68304\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48261,\n        \"CandidateName\": \"John Dabs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:13.037Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:12.427Z\",\n        \"ActionRef\": \"68301\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:12.427Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:12.030Z\",\n        \"ActionRef\": \"68299\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:12.030Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:11.780Z\",\n        \"ActionRef\": \"68298\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48292,\n        \"CandidateName\": \"Andy Campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:11.780Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:10.983Z\",\n        \"ActionRef\": \"68293\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:10.983Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-17T11:00:10.857Z\",\n        \"ActionRef\": \"68292\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdgfsdgf\",\n        \"CandidateRef\": 48124,\n        \"CandidateName\": \"Loyd Basler\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-17T11:00:10.857Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-17T10:25:10.227Z\",\n        \"ActionRef\": \"48759\",\n        \"ActionName\": \"Registration - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48579,\n        \"CandidateName\": \"Test Turkish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-17T10:25:10.833Z\",\n        \"Updated\": \"2024-07-17T10:25:10.483Z\"\n    },\n    {\n        \"CreatedUserRef\": 48288,\n        \"UserName\": \"Mian Gordon\",\n        \"ActionDate\": \"2024-07-16T10:03:02.897Z\",\n        \"ActionRef\": \"39558\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Jobsite\",\n        \"CandidateRef\": 48288,\n        \"CandidateName\": \"Mian Gordon\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-16T10:03:02.930Z\",\n        \"Updated\": \"2024-07-16T10:03:02.897Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-15T15:51:03.910Z\",\n        \"ActionRef\": \"41396\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kjk\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-15T15:51:03.910Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-15T15:51:03.887Z\",\n        \"ActionRef\": \"41394\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kjk\",\n        \"CandidateRef\": 48124,\n        \"CandidateName\": \"Loyd Basler\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-15T15:51:03.887Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-15T15:51:03.880Z\",\n        \"ActionRef\": \"41393\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kjk\",\n        \"CandidateRef\": 48283,\n        \"CandidateName\": \"Susan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-15T15:51:03.880Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-15T15:51:03.853Z\",\n        \"ActionRef\": \"41390\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kjk\",\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-15T15:51:03.853Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-15T15:51:03.840Z\",\n        \"ActionRef\": \"41388\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kjk\",\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-15T15:51:03.840Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-15T15:51:03.787Z\",\n        \"ActionRef\": \"41385\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kjk\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-15T15:51:03.787Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-14T10:26:36.470Z\",\n        \"ActionRef\": \"48754\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"tuiofyf\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-14T10:26:36.513Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:50:46.467Z\",\n        \"ActionRef\": \"76656\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48337,\n        \"CandidateName\": \"Sandy Bell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:50:46.467Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:46:04.177Z\",\n        \"ActionRef\": \"76645\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:46:04.177Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:46:03.943Z\",\n        \"ActionRef\": \"76644\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:46:03.943Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:38:36.553Z\",\n        \"ActionRef\": \"76636\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48277,\n        \"CandidateName\": \"Linda Jacobs\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91973,\n        \"JobTitle\": \"Head of Marketing\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:38:36.553Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:38:36.363Z\",\n        \"ActionRef\": \"76635\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48277,\n        \"CandidateName\": \"Linda Jacobs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:38:36.363Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:38:36.100Z\",\n        \"ActionRef\": \"76633\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:38:36.100Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:38:36.007Z\",\n        \"ActionRef\": \"76632\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91952,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:38:36.007Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:38:35.677Z\",\n        \"ActionRef\": \"76629\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:38:35.677Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:38:35.583Z\",\n        \"ActionRef\": \"76628\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91973,\n        \"JobTitle\": \"Head of Marketing\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:38:35.583Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:38:35.473Z\",\n        \"ActionRef\": \"76627\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91976,\n        \"JobTitle\": \"project manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:38:35.473Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:38:35.210Z\",\n        \"ActionRef\": \"76626\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:38:35.210Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:22.520Z\",\n        \"ActionRef\": \"76607\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48372,\n        \"CandidateName\": \"Darran Dunsmore\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:22.520Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:22.427Z\",\n        \"ActionRef\": \"76606\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48372,\n        \"CandidateName\": \"Darran Dunsmore\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:22.427Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:22.223Z\",\n        \"ActionRef\": \"76605\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48372,\n        \"CandidateName\": \"Darran Dunsmore\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:22.223Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:18.223Z\",\n        \"ActionRef\": \"76584\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48389,\n        \"CandidateName\": \" Anonymised\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:18.223Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:15.190Z\",\n        \"ActionRef\": \"76569\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48407,\n        \"CandidateName\": \"Brad Foster\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:15.190Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:11.347Z\",\n        \"ActionRef\": \"76552\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48431,\n        \"CandidateName\": \"wendy arnt\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:11.347Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:07.783Z\",\n        \"ActionRef\": \"76535\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48458,\n        \"CandidateName\": \"scot smith\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:07.770Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:07.597Z\",\n        \"ActionRef\": \"76534\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48458,\n        \"CandidateName\": \"scot smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:07.597Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:02.457Z\",\n        \"ActionRef\": \"76511\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48511,\n        \"CandidateName\": \" Anonymised\",\n        \"ContactRef\": 48637,\n        \"ContactName\": \"John Shaw\",\n        \"CompanyRef\": 92764,\n        \"CompanyName\": \"Stena\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 91964,\n        \"JobTitle\": \"Roustabout\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:02.457Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:02.220Z\",\n        \"ActionRef\": \"76510\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48511,\n        \"CandidateName\": \" Anonymised\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:02.220Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:01.893Z\",\n        \"ActionRef\": \"76508\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48512,\n        \"CandidateName\": \"MR Bump\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:01.893Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:29:00.643Z\",\n        \"ActionRef\": \"76502\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48517,\n        \"CandidateName\": \"Demo Compliance\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:29:00.643Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:28:06.580Z\",\n        \"ActionRef\": \"76451\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48579,\n        \"CandidateName\": \"Test Turkish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:28:06.580Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-07-13T19:27:37.860Z\",\n        \"ActionRef\": \"76417\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48620,\n        \"CandidateName\": \" Anonymised\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T19:27:37.860Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-13T10:50:21.677Z\",\n        \"ActionRef\": \"76353\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91980,\n        \"JobTitle\": \"Project Manger\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-13T09:00:00.000Z\",\n        \"Updated\": \"2024-07-13T10:50:21.677Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-13T10:50:21.677Z\",\n        \"ActionRef\": \"76353\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91980,\n        \"JobTitle\": \"Project Manger\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-13T09:00:00.000Z\",\n        \"Updated\": \"2024-07-13T10:50:21.677Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-13T10:50:21.143Z\",\n        \"ActionRef\": \"78868\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91980,\n        \"JobTitle\": \"Project Manger\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T10:50:21.490Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-13T10:50:21.143Z\",\n        \"ActionRef\": \"76352\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Face to Face - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91980,\n        \"JobTitle\": \"Project Manger\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-13T10:50:21.490Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-12T13:22:06.010Z\",\n        \"ActionRef\": \"39557\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92697,\n        \"CompanyName\": \"firefish software\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-12T13:22:06.010Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-12T13:22:00.917Z\",\n        \"ActionRef\": \"39556\",\n        \"ActionName\": \"Permanent Terms\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92697,\n        \"CompanyName\": \"firefish software\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-12T13:22:00.917Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-12T13:21:55.197Z\",\n        \"ActionRef\": \"39555\",\n        \"ActionName\": \"Permanent Terms\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92697,\n        \"CompanyName\": \"firefish software\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-12T13:21:55.197Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-12T13:21:34.853Z\",\n        \"ActionRef\": \"39554\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92697,\n        \"CompanyName\": \"firefish software\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-12T13:21:34.853Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-12T13:21:28.713Z\",\n        \"ActionRef\": \"39553\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92697,\n        \"CompanyName\": \"firefish software\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-12T13:21:28.713Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-12T13:19:27.790Z\",\n        \"ActionRef\": \"39552\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-12T13:19:27.790Z\"\n    },\n    {\n        \"CreatedUserRef\": 48287,\n        \"UserName\": \"Emma Watts\",\n        \"ActionDate\": \"2024-07-12T11:47:08.650Z\",\n        \"ActionRef\": \"39551\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Jobsite\",\n        \"CandidateRef\": 48287,\n        \"CandidateName\": \"Emma Watts\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-12T11:47:08.653Z\",\n        \"Updated\": \"2024-07-12T11:47:08.650Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-12T11:25:17.213Z\",\n        \"ActionRef\": \"39533\",\n        \"ActionName\": \"Suggest\",\n        \"ActionDetail\": \"To Demo Admin\",\n        \"Notes\": \";look at this chap\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-12T11:25:17.213Z\",\n        \"Updated\": \"2024-07-12T11:25:17.213Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-12T11:24:45.027Z\",\n        \"ActionRef\": \"39532\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"is looking and likes the sound of the new job\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-13T00:00:00.000Z\",\n        \"Updated\": \"2024-07-12T11:24:45.027Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-11T10:04:14.103Z\",\n        \"ActionRef\": \"48668\",\n        \"ActionName\": \"Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jhyvg\",\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-11T10:04:14.227Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-10T15:42:18.603Z\",\n        \"ActionRef\": \"39525\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"called and he is now looking\",\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-11T00:00:00.000Z\",\n        \"Updated\": \"2024-07-10T15:42:18.603Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-10T14:13:17.350Z\",\n        \"ActionRef\": \"48627\",\n        \"ActionName\": \"Email - Business Development\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48258,\n        \"ContactName\": \"Ryan Smith\",\n        \"CompanyRef\": 92769,\n        \"CompanyName\": \"NHS\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-18T00:00:00.000Z\",\n        \"Updated\": \"2024-07-10T14:13:17.347Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-10T14:12:35.023Z\",\n        \"ActionRef\": \"48626\",\n        \"ActionName\": \"Left Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48258,\n        \"ContactName\": \"Ryan Smith\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-10T14:12:35.040Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-10T14:12:26.890Z\",\n        \"ActionRef\": \"64711\",\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92769,\n        \"CompanyName\": \"NHS\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-10T14:12:26.890Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-10T12:06:22.653Z\",\n        \"ActionRef\": \"48600\",\n        \"ActionName\": \"Registration - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48517,\n        \"CandidateName\": \"Demo Compliance\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-10T00:00:00.000Z\",\n        \"Updated\": \"2024-07-10T12:06:22.683Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-09T09:44:45.640Z\",\n        \"ActionRef\": \"61166\",\n        \"ActionName\": \"Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"fgnjhfgh\",\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-09T09:44:45.640Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-07T15:07:53.017Z\",\n        \"ActionRef\": \"48579\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\n\\nCV sent to Jo bloggs at gif gav - Email attached to the contact action summary\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92761,\n        \"CompanyName\": \"gif gav\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-07T00:00:00.000Z\",\n        \"Updated\": \"2024-07-07T15:07:53.027Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-07T14:39:28.773Z\",\n        \"ActionRef\": \"48558\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"really interested in the pm job\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-11T00:00:00.000Z\",\n        \"Updated\": \"2024-07-07T14:39:28.793Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-07T13:02:06.343Z\",\n        \"ActionRef\": \"48541\",\n        \"ActionName\": \"Request Compliance Details\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-07T13:02:06.357Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-07T13:02:06.343Z\",\n        \"ActionRef\": \"78300\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-07T13:02:06.357Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-07T10:53:58.227Z\",\n        \"ActionRef\": \"68236\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"khfh\",\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-07T10:53:58.213Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-07T10:53:58.120Z\",\n        \"ActionRef\": \"68235\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"khfh\",\n        \"CandidateRef\": 48124,\n        \"CandidateName\": \"Loyd Basler\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-07T10:53:58.120Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-06T15:45:05.097Z\",\n        \"ActionRef\": \"48534\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\n\\nCV sent to Jo bloggs at gif gav - Email attached to the contact action summary\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92761,\n        \"CompanyName\": \"gif gav\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-06T00:00:00.000Z\",\n        \"Updated\": \"2024-07-06T15:45:05.113Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-06T09:06:06.777Z\",\n        \"ActionRef\": \"39500\",\n        \"ActionName\": \"Suggest\",\n        \"ActionDetail\": \"To Demo Admin\",\n        \"Notes\": \"check this chap out\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-06T09:06:06.780Z\",\n        \"Updated\": \"2024-07-06T09:06:06.777Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-06T09:04:36.133Z\",\n        \"ActionRef\": \"39499\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"called in and is now looking\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-06T00:00:00.000Z\",\n        \"Updated\": \"2024-07-06T09:04:36.133Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-04T20:22:44.950Z\",\n        \"ActionRef\": \"48490\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\n\\nCV sent to Jo bloggs at gif gav - Email attached to the contact action summary\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92761,\n        \"CompanyName\": \"gif gav\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-04T00:00:00.000Z\",\n        \"Updated\": \"2024-07-04T20:22:44.953Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-04T10:31:25.993Z\",\n        \"ActionRef\": \"48454\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dftyaeywtrysrt\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-25T00:00:00.000Z\",\n        \"Updated\": \"2024-07-04T10:31:26.537Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-03T16:49:58.203Z\",\n        \"ActionRef\": \"48452\",\n        \"ActionName\": \"Left Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48258,\n        \"ContactName\": \"Ryan Smith\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-03T16:49:58.203Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-03T16:48:59.667Z\",\n        \"ActionRef\": \"48451\",\n        \"ActionName\": \"Email - Business Development\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-06T00:00:00.000Z\",\n        \"Updated\": \"2024-07-03T16:48:59.667Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-03T16:42:58.977Z\",\n        \"ActionRef\": \"48448\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"call back when quiter\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48374,\n        \"ContactName\": \"Demo Reporter\",\n        \"CompanyRef\": 92755,\n        \"CompanyName\": \"gravity\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-19T00:00:00.000Z\",\n        \"Updated\": \"2024-07-03T16:42:59.023Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-07-03T16:40:37.127Z\",\n        \"ActionRef\": \"48446\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\n\\nCV sent to Jo bloggs at gif gav - Email attached to the contact action summary\",\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92761,\n        \"CompanyName\": \"gif gav\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-03T00:00:00.000Z\",\n        \"Updated\": \"2024-07-03T16:40:37.293Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T14:08:05.037Z\",\n        \"ActionRef\": \"78234\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91971,\n        \"JobTitle\": \"Tester\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T14:08:05.630Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T14:08:05.037Z\",\n        \"ActionRef\": \"75681\",\n        \"ActionName\": \"Extension - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91971,\n        \"JobTitle\": \"Tester\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"91971-4786-4787\",\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T14:08:05.630Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T14:08:05.037Z\",\n        \"ActionRef\": \"78195\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"ContactRef\": 48191,\n        \"ContactName\": \"Wilton Ashaf\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91971,\n        \"JobTitle\": \"Tester\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T14:08:05.630Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T14:00:01.823Z\",\n        \"ActionRef\": \"75680\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91979,\n        \"JobTitle\": \"PM\",\n        \"AdvertRef\": 1473,\n        \"AdvertTitle\": \"Project Manager   - with style check\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-13T00:00:00.000Z\",\n        \"Updated\": \"2024-07-01T14:00:01.823Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T14:00:01.713Z\",\n        \"ActionRef\": \"75679\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91979,\n        \"JobTitle\": \"PM\",\n        \"AdvertRef\": 1473,\n        \"AdvertTitle\": \"Project Manager   - with style check\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T14:00:01.713Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T13:58:30.430Z\",\n        \"ActionRef\": \"75677\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91979,\n        \"JobTitle\": \"PM\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-01T00:00:00.000Z\",\n        \"Updated\": \"2024-07-01T13:58:30.430Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T13:58:30.057Z\",\n        \"ActionRef\": \"75676\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91979,\n        \"JobTitle\": \"PM\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-01T00:00:00.000Z\",\n        \"Updated\": \"2024-07-01T13:58:30.057Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T13:58:29.650Z\",\n        \"ActionRef\": \"75675\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48268,\n        \"CandidateName\": \"Roxie Sircy\",\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91979,\n        \"JobTitle\": \"PM\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-01T00:00:00.000Z\",\n        \"Updated\": \"2024-07-01T13:58:29.650Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T13:57:18.117Z\",\n        \"ActionRef\": \"75674\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91979,\n        \"JobTitle\": \"PM\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T13:57:18.117Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T12:36:42.977Z\",\n        \"ActionRef\": \"41376\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48232,\n        \"ContactName\": \"Mark Questions\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T12:36:42.977Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T12:32:44.593Z\",\n        \"ActionRef\": \"41374\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gighillgu\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T12:32:44.593Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T12:32:44.580Z\",\n        \"ActionRef\": \"41372\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gighillgu\",\n        \"CandidateRef\": 48124,\n        \"CandidateName\": \"Loyd Basler\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T12:32:44.577Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T12:32:44.567Z\",\n        \"ActionRef\": \"41371\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gighillgu\",\n        \"CandidateRef\": 48283,\n        \"CandidateName\": \"Susan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T12:32:44.563Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T12:32:44.550Z\",\n        \"ActionRef\": \"41369\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gighillgu\",\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T12:32:44.550Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T12:32:44.533Z\",\n        \"ActionRef\": \"41367\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gighillgu\",\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T12:32:44.533Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-07-01T12:32:44.503Z\",\n        \"ActionRef\": \"41364\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"gighillgu\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-07-01T12:32:44.503Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-30T11:38:37.507Z\",\n        \"ActionRef\": \"68177\",\n        \"ActionName\": \"Call - Received\",\n        \"ActionDetail\": null,\n        \"Notes\": \"khasgckhavs\\r\\nlkjv c\\r\\n]SCVHK\\r\\n#]Vsc\",\n        \"CandidateRef\": 48271,\n        \"CandidateName\": \"Fernando Diebold\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-30T11:38:37.507Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-29T16:50:59.567Z\",\n        \"ActionRef\": \"48397\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"\\n\\nCV sent to Jo bloggs at gif gav - Email attached to the contact action summary\",\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92761,\n        \"CompanyName\": \"gif gav\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-29T00:00:00.000Z\",\n        \"Updated\": \"2024-06-29T16:50:59.627Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:42:08.043Z\",\n        \"ActionRef\": \"75673\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-29T00:00:00.000Z\",\n        \"Updated\": \"2024-06-29T13:42:08.043Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:42:08.043Z\",\n        \"ActionRef\": \"78215\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-29T13:42:08.043Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:42:07.793Z\",\n        \"ActionRef\": \"78214\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48340,\n        \"CandidateName\": \"sam xxxx\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-29T13:42:07.793Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:42:07.793Z\",\n        \"ActionRef\": \"75672\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48340,\n        \"CandidateName\": \"sam xxxx\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-29T00:00:00.000Z\",\n        \"Updated\": \"2024-06-29T13:42:07.793Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:42:07.353Z\",\n        \"ActionRef\": \"75671\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-29T00:00:00.000Z\",\n        \"Updated\": \"2024-06-29T13:42:07.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:42:07.353Z\",\n        \"ActionRef\": \"78213\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-29T13:42:07.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:41:29.853Z\",\n        \"ActionRef\": \"75670\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48372,\n        \"CandidateName\": \"Darran Dunsmore\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-29T13:41:29.853Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:41:29.197Z\",\n        \"ActionRef\": \"75669\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48458,\n        \"CandidateName\": \"scot smith\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-29T13:41:29.197Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:41:28.730Z\",\n        \"ActionRef\": \"75668\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48512,\n        \"CandidateName\": \"MR Bump\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-29T13:41:28.730Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:41:28.260Z\",\n        \"ActionRef\": \"75667\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-29T00:00:00.000Z\",\n        \"Updated\": \"2024-06-29T13:41:28.260Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:41:27.743Z\",\n        \"ActionRef\": \"75666\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48340,\n        \"CandidateName\": \"sam xxxx\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-29T00:00:00.000Z\",\n        \"Updated\": \"2024-06-29T13:41:27.743Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:41:27.353Z\",\n        \"ActionRef\": \"75665\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-29T00:00:00.000Z\",\n        \"Updated\": \"2024-06-29T13:41:27.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:34:13.033Z\",\n        \"ActionRef\": \"75664\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": 1472,\n        \"AdvertTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-10T00:00:00.000Z\",\n        \"Updated\": \"2024-06-29T13:34:13.033Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:34:12.907Z\",\n        \"ActionRef\": \"75663\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": 1472,\n        \"AdvertTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-29T13:34:12.907Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-29T13:30:42.670Z\",\n        \"ActionRef\": \"75662\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91978,\n        \"JobTitle\": \"ly-in/Fly-out Clinical Therapist (Residential youth care)\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-29T13:30:42.670Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-28T16:29:07.580Z\",\n        \"ActionRef\": \"48367\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48246,\n        \"ContactName\": \"Fay Shaw\",\n        \"CompanyRef\": 92705,\n        \"CompanyName\": \"River View Associates\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-28T16:29:07.590Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-28T16:28:04.510Z\",\n        \"ActionRef\": \"48365\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-28T16:28:04.553Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-28T16:21:45.493Z\",\n        \"ActionRef\": \"48363\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"spoke to Clare and not interested at the moment but call back new year if anythign interesting\",\n        \"CandidateRef\": 48243,\n        \"CandidateName\": \"Claire Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-08-14T00:00:00.000Z\",\n        \"Updated\": \"2024-06-28T16:21:45.493Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-28T11:31:47.700Z\",\n        \"ActionRef\": \"39490\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"aslfhcaldhvlah\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48199,\n        \"ContactName\": \"Many Barretta\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-28T11:31:47.700Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-28T11:28:58.327Z\",\n        \"ActionRef\": \"39489\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"she have refferd me to gill for 3 new projects\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48199,\n        \"ContactName\": \"Many Barretta\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-05-31T00:00:00.000Z\",\n        \"Updated\": \"2024-06-28T11:28:58.327Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-28T11:22:50.513Z\",\n        \"ActionRef\": \"39488\",\n        \"ActionName\": \"Suggest\",\n        \"ActionDetail\": \"To Demo Admin\",\n        \"Notes\": \"\\\\zklhcxkj\\\\agx\",\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-28T11:22:50.513Z\",\n        \"Updated\": \"2024-06-28T11:22:50.513Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-28T11:22:20.433Z\",\n        \"ActionRef\": \"39487\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"just called inm and is looking now\",\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-29T00:00:00.000Z\",\n        \"Updated\": \"2024-06-28T11:22:20.433Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-28T11:17:50.607Z\",\n        \"ActionRef\": \"64675\",\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92729,\n        \"CompanyName\": \"scottish Water\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-28T11:17:50.607Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-26T10:12:01.770Z\",\n        \"ActionRef\": \"41347\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"great\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-26T10:12:01.770Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-26T10:10:53.230Z\",\n        \"ActionRef\": \"41346\",\n        \"ActionName\": \"Email - Get In Touch\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-26T10:10:53.230Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-26T10:01:58.580Z\",\n        \"ActionRef\": \"41344\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-26T10:01:58.580Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-26T10:01:58.553Z\",\n        \"ActionRef\": \"41343\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48256,\n        \"CandidateName\": \"diana Hayse\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-26T10:01:58.553Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-26T09:49:21.650Z\",\n        \"ActionRef\": \"41340\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kXKABSXBSA\",\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-26T00:00:00.000Z\",\n        \"Updated\": \"2024-06-26T09:49:21.660Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-25T15:29:40.967Z\",\n        \"ActionRef\": \"79133\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48766,\n        \"ContactName\": \"Esmai Enriquez\",\n        \"CompanyRef\": 92705,\n        \"CompanyName\": \"River View Associates\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91988,\n        \"JobTitle\": \"asdf\",\n        \"AdvertRef\": 1482,\n        \"AdvertTitle\": \"asdf\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-06T00:00:00.000Z\",\n        \"Updated\": \"2024-06-25T15:29:40.967Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-25T15:29:40.937Z\",\n        \"ActionRef\": \"79132\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48766,\n        \"ContactName\": \"Esmai Enriquez\",\n        \"CompanyRef\": 92705,\n        \"CompanyName\": \"River View Associates\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91988,\n        \"JobTitle\": \"asdf\",\n        \"AdvertRef\": 1482,\n        \"AdvertTitle\": \"asdf\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-25T15:29:40.937Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-25T15:28:51.890Z\",\n        \"ActionRef\": \"79131\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48766,\n        \"ContactName\": \"Esmai Enriquez\",\n        \"CompanyRef\": 92705,\n        \"CompanyName\": \"River View Associates\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91988,\n        \"JobTitle\": \"asdf\",\n        \"AdvertRef\": 1481,\n        \"AdvertTitle\": \"asdf\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-06T00:00:00.000Z\",\n        \"Updated\": \"2024-06-25T15:28:51.890Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-25T15:28:51.827Z\",\n        \"ActionRef\": \"79130\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48766,\n        \"ContactName\": \"Esmai Enriquez\",\n        \"CompanyRef\": 92705,\n        \"CompanyName\": \"River View Associates\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91988,\n        \"JobTitle\": \"asdf\",\n        \"AdvertRef\": 1481,\n        \"AdvertTitle\": \"asdf\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-25T15:28:51.827Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-25T15:27:57.670Z\",\n        \"ActionRef\": \"79129\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48766,\n        \"ContactName\": \"Esmai Enriquez\",\n        \"CompanyRef\": 92705,\n        \"CompanyName\": \"River View Associates\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91988,\n        \"JobTitle\": \"asdf\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-25T15:27:57.670Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-25T10:45:28.630Z\",\n        \"ActionRef\": \"61148\",\n        \"ActionName\": \"Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"xcbvxcbcvb\",\n        \"CandidateRef\": 48197,\n        \"CandidateName\": \"Lanell Linsin\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-25T10:45:28.630Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T13:58:12.293Z\",\n        \"ActionRef\": \"78282\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-24T13:58:12.293Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T13:58:12.293Z\",\n        \"ActionRef\": \"43558\",\n        \"ActionName\": \"Request Compliance Details\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-01T00:00:00.000Z\",\n        \"Updated\": \"2024-06-24T13:58:12.293Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T13:57:02.330Z\",\n        \"ActionRef\": \"43557\",\n        \"ActionName\": \"Email - Request Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jhvfjggh\",\n        \"CandidateRef\": 48191,\n        \"CandidateName\": \"Wilton Ashaf\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-24T13:57:02.333Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T13:55:49.717Z\",\n        \"ActionRef\": \"43556\",\n        \"ActionName\": \"Star Rating\",\n        \"ActionDetail\": null,\n        \"Notes\": \"stood me up watch out\",\n        \"CandidateRef\": 48191,\n        \"CandidateName\": \"Wilton Ashaf\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-24T13:55:49.717Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T09:09:26.437Z\",\n        \"ActionRef\": \"41339\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kgkgkgj\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48294,\n        \"ContactName\": \"Andrew Mackay\",\n        \"CompanyRef\": 92751,\n        \"CompanyName\": \"TSL\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-24T00:00:00.000Z\",\n        \"Updated\": \"2024-06-24T09:09:26.433Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T08:57:57.780Z\",\n        \"ActionRef\": \"41338\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jlhjh\",\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-24T08:57:57.780Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T08:57:57.767Z\",\n        \"ActionRef\": \"41337\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jlhjh\",\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-24T08:57:57.767Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T08:57:57.730Z\",\n        \"ActionRef\": \"41334\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jlhjh\",\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-24T08:57:57.730Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T08:57:57.713Z\",\n        \"ActionRef\": \"41333\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jlhjh\",\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-24T08:57:57.713Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T08:57:57.707Z\",\n        \"ActionRef\": \"41332\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jlhjh\",\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-24T08:57:57.707Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T08:57:57.670Z\",\n        \"ActionRef\": \"41329\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jlhjh\",\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-24T08:57:57.670Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-24T08:11:57.937Z\",\n        \"ActionRef\": \"41323\",\n        \"ActionName\": \"Create Contact - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Subject: Re: FW: Thank you all for your support in the last 24 hours. We held on until 3.45am this morning but unfortunately in that last hour the other...\\r\\n\\r\\n<div>Hi Wendy,</div><div> </div><div>apologies but we're all trying to get into webex and we don't have a very fast internet connection here and it's taking some time to download the webex application. Do bear with us. </div>\\r\\n\\r\\n<div> </div><div>Thanks,</div><div> </div><div>Prem John<br><br></div><div class=\\\"gmail_quote\\\">On Wed, Nov 23, 2011 at 3:59 PM, Wendy McDougall <span dir=\\\"ltr\\\"><<a href=\\\"mailto:wmcdougall@firefishsoftware.com\\\">wmcdougall@firefishsoftware.com</a>></span> wrote:<br>\\r\\n\\r\\n<blockquote style=\\\"margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;\\\" class=\\\"gmail_quote\\\">\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n<div lang=\\\"EN-GB\\\" vlink=\\\"purple\\\" link=\\\"blue\\\">\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Cool doing that now\\r\\n<u></u><u></u></span></p><div class=\\\"im\\\">\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"><u></u> <u></u></span></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: gray; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\" lang=\\\"EN-US\\\">Wendy McDougall<u></u><u></u></span></b></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">CEO</span></b><b><u></u><u></u></b></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">Firefish Software ltd<u></u><u></u></span></b></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\"><u></u> <u></u></span></b></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Tel:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">                 <a href=\\\"tel:%2B44%20%280%29845%20619%204443\\\" target=\\\"_blank\\\" value=\\\"+448456194443\\\">+44 (0)845 619 4443</a>\\r\\n</span><span lang=\\\"EN-US\\\"><u></u><u></u></span></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Fax</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">:                 <a href=\\\"tel:%2B44%280%29141%20404%202590\\\" target=\\\"_blank\\\" value=\\\"+441414042590\\\">+44(0)141 404 2590</a><u></u><u></u></span></p>\\r\\n\\r\\n\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Email:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">            \\r\\n</span><b><u><span style=\\\"color: rgb(244, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\"><a href=\\\"mailto:wmcdougall@firefishsoftware.com\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(244, 24, 51);\\\">wmcdougall@firefishsoftware.com</span></a></span></u></b><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">\\r\\n</span></b><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\"><u></u><u></u></span></b></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Web:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">              \\r\\n<span style=\\\"color: rgb(224, 24, 51);\\\"><a title=\\\"http://www.firefishsoftware.com/\\\" href=\\\"http://www.firefishsoftware.com/\\\" target=\\\"_blank\\\"><b><span style=\\\"color: rgb(224, 24, 51);\\\">www.firefishsoftware.com</span></b></a><u></u><u></u></span></span></p>\\r\\n\\r\\n\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">Twitter:</span></b><span style=\\\"font-family: \\\"Calibri\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\" lang=\\\"EN-US\\\">          \\r\\n</span><b><span style=\\\"color: rgb(225, 25, 53); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\"><a href=\\\"http://twitter.com/FireFishNow\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(225, 25, 53);\\\">http://twitter.com/FireFishNow</span></a></span></b><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">\\r\\n</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\"><u></u><u></u></span></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">Linked In</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">:</span><span style=\\\"font-family: \\\"Calibri\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\" lang=\\\"EN-US\\\">      \\r\\n<a title=\\\"View public profile\\\" href=\\\"http://uk.linkedin.com/in/wendymcdougall\\\" target=\\\"_blank\\\"><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN\\\">http://uk.linkedin.com/in/wendymcdougall</span></b></a></span><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\"><u></u><u></u></span></p>\\r\\n\\r\\n\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\"><u></u> <u></u></span></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">View our latest video:<span style=\\\"color: rgb(224, 24, 51);\\\">\\r\\n</span><span style=\\\"color: rgb(225, 25, 55);\\\"> <a href=\\\"http://youtu.be/E4s0aaX6pUs\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(225, 25, 55);\\\">“Recruitment has changed”</span></a></span></span></b><span style=\\\"font-family: \\\"Calibri\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"><u></u><u></u></span></p>\\r\\n\\r\\n\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">                               \\r\\n</span></b><b><span lang=\\\"EN-US\\\"><u></u><u></u></span></b></p>\\r\\n<p style=\\\"line-height: 95%;\\\" class=\\\"MsoNormal\\\"><span style=\\\"color: black; line-height: 95%; font-family: \\\"Verdana\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\"><img border=\\\"0\\\" alt=\\\"email footer\\\" width=\\\"666\\\" height=\\\"29\\\"></span><span style=\\\"color: black; line-height: 95%; font-family: \\\"Verdana\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\" lang=\\\"EN-US\\\"><u></u><u></u></span></p>\\r\\n\\r\\n\\r\\n<p style=\\\"line-height: 95%;\\\" class=\\\"MsoNormal\\\"><span style=\\\"line-height: 95%; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 6pt;\\\" lang=\\\"EN-US\\\"> <u></u><u></u></span></p>\\r\\n<p style=\\\"text-align: justify; line-height: 95%;\\\" class=\\\"MsoNormal\\\"><span style=\\\"color: gray; line-height: 95%; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 6.5pt;\\\">This message is sent in confidence for the addressee only. It may contain legally privileged information.\\r\\n The contents are not to be disclosed to anyone other than the addressee. If you have received it in error, please contact the sender immediately by return e-mail or by telephoning <a href=\\\"tel:%2B44%20%280%29845%20619%204443\\\" target=\\\"_blank\\\" value=\\\"+448456194443\\\">+44 (0)845 619 4443</a>. Please then delete the e-mail and do not disclose its contents\\r\\n to any person. We believe, but do not warrant, that this e-mail and any attachments are virus free however you should take full responsibility for virus checking. Firefish Software Ltd reserves the right to monitor all e-mail communications through its internal\\r\\n and external networks.<u></u><u></u></span></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"><u></u> <u></u></span></p>\\r\\n</div><div style=\\\"border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) currentColor currentColor; padding: 3pt 0cm 0cm;\\\">\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Tahoma\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\" lang=\\\"EN-US\\\">From:</span></b><span style=\\\"font-family: \\\"Tahoma\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\" lang=\\\"EN-US\\\"> Richard Robinson [mailto:<a href=\\\"mailto:richard@alphasearch.com.sg\\\" target=\\\"_blank\\\">richard@alphasearch.com.sg</a>]\\r\\n<br>\\r\\n<b>Sent:</b> 23 November 2011 07:58</span><div><div class=\\\"h5\\\"><br>\\r\\n<b>To:</b> Wendy McDougall<br>\\r\\n<b>Cc:</b> Matt Beath; Prem John<br>\\r\\n<b>Subject:</b> Re: FW: Thank you all for your support in the last 24 hours. We held on until 3.45am this morning but unfortunately in that last hour the other...<u></u><u></u></div></div><p></p>\\r\\n</p></div><div><div class=\\\"h5\\\">\\r\\n<p class=\\\"MsoNormal\\\"><u></u> <u></u></p>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">Hi Wendy,<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">I'll be in the meeting too.<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">You might wish to revert to my skype address:-<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">rkrobbo19<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">Cheers,<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p style=\\\"margin-bottom: 12pt;\\\" class=\\\"MsoNormal\\\">Richard<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">On 22 November 2011 16:39, Wendy McDougall <<a href=\\\"mailto:wmcdougall@firefishsoftware.com\\\" target=\\\"_blank\\\">wmcdougall@firefishsoftware.com</a>> wrote:<u></u><u></u></p>\\r\\n<div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Sure thing no probs\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Matt will included an invite on the web ex and send a skype request\\r\\n</span><u></u><u></u></p>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Thanks Wendy\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: gray; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\" lang=\\\"EN-US\\\">Wendy McDougall</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">CEO</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">Firefish Software ltd</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\"> </span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Tel:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">                \\r\\n<a href=\\\"tel:%2B44%20%280%29845%20619%204443\\\" target=\\\"_blank\\\">+44 (0)845 619 4443</a>\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Fax</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">:                \\r\\n<a href=\\\"tel:%2B44%280%29141%20404%202590\\\" target=\\\"_blank\\\">+44(0)141 404 2590</a></span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Email:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">            \\r\\n</span><b><u><span style=\\\"color: rgb(244, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\"><a href=\\\"mailto:wmcdougall@firefishsoftware.com\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(244, 24, 51);\\\">wmcdougall@firefishsoftware.com</span></a></span></u></b><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">\\r\\n</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Web:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">              \\r\\n<span style=\\\"color: rgb(224, 24, 51);\\\"><a title=\\\"http://www.firefishsoftware.com/\\\" href=\\\"http://www.firefishsoftware.com/\\\" target=\\\"_blank\\\"><b><span style=\\\"color: rgb(224, 24, 51);\\\">www.firefishsoftware.com</span></b></a></span></span><u></u><u></u></p>\\r\\n\\r\\n\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">Twitter:</span></b><span style=\\\"font-family: \\\"Calibri\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\" lang=\\\"EN-US\\\">          \\r\\n</span><b><span style=\\\"color: rgb(225, 25, 53); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\"><a href=\\\"http://twitter.com/FireFishNow\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(225, 25, 53);\\\">http://twitter.com/FireFishNow</span></a></span></b><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">\\r\\n</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">Linked In</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">:</span><span style=\\\"font-family: \\\"Calibri\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\" lang=\\\"EN-US\\\">      \\r\\n<a title=\\\"View public profile\\\" href=\\\"http://uk.linkedin.com/in/wendymcdougall\\\" target=\\\"_blank\\\">\\r\\n<b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN\\\">http://uk.linkedin.com/in/wendymcdougall</span></b></a></span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">View our latest video:<span style=\\\"color: rgb(224, 24, 51);\\\">\\r\\n</span><span style=\\\"color: rgb(225, 25, 55);\\\"> <a href=\\\"http://youtu.be/E4s0aaX6pUs\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(225, 25, 55);\\\">“Recruitment has changed”</span></a></span></span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">                               \\r\\n</span></b><u></u><u></u></p>\\r\\n<p style=\\\"line-height: 95%;\\\" class=\\\"MsoNormal\\\">\\r\\n<span style=\\\"color: black; line-height: 95%; font-family: \\\"Verdana\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\"><img border=\\\"0\\\" alt=\\\"email footer\\\" width=\\\"666\\\" height=\\\"29\\\"></span><u></u><u></u></p>\\r\\n<p style=\\\"line-height: 95%;\\\" class=\\\"MsoNormal\\\">\\r\\n<span style=\\\"line-height: 95%; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 6pt;\\\" lang=\\\"EN-US\\\"> </span><u></u><u></u></p>\\r\\n<p style=\\\"text-align: justify; line-height: 95%;\\\" class=\\\"MsoNormal\\\">\\r\\n<span style=\\\"color: gray; line-height: 95%; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 6.5pt;\\\">This message is sent in confidence for the addressee only. It may contain legally privileged information. The contents are not to be disclosed to anyone other than the\\r\\n addressee. If you have received it in error, please contact the sender immediately by return e-mail or by telephoning\\r\\n<a href=\\\"tel:%2B44%20%280%29845%20619%204443\\\" target=\\\"_blank\\\">+44 (0)845 619 4443</a>. Please then delete the e-mail and do not disclose its contents to any person. We believe, but do not warrant, that this e-mail and any attachments are virus free however\\r\\n you should take full responsibility for virus checking. Firefish Software Ltd reserves the right to monitor all e-mail communications through its internal and external networks.</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n</div>\\r\\n<div style=\\\"border-width: 1pt medium medium; border-style: solid none none; border-color: currentColor; padding: 3pt 0cm 0cm;\\\">\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Tahoma\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\" lang=\\\"EN-US\\\">From:</span></b><span style=\\\"font-family: \\\"Tahoma\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\" lang=\\\"EN-US\\\"> Richard\\r\\n Robinson [mailto:<a href=\\\"mailto:richard@alphasearch.com.sg\\\" target=\\\"_blank\\\">richard@alphasearch.com.sg</a>]\\r\\n<br>\\r\\n<b>Sent:</b> 22 November 2011 06:22<br>\\r\\n<b>To:</b> Wendy McDougall<br>\\r\\n<b>Cc:</b> Matt Beath; Prem John<br>\\r\\n<b>Subject:</b> Re: FW: Thank you all for your support in the last 24 hours. We held on until 3.45am this morning but unfortunately in that last hour the other...</span><u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\">Hi Wendy,<u></u><u></u></p>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">One of my afternoon meetings has been moved and it is highly likely that timing will overlap; as such, I'm introducing you to Matt Beath and Prem John and who will sit in and view\\r\\n the demos and ask technical/commercial questions in my absence.<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">Matt can be reached on the following skype address: mattbeath<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">Cheers,<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">Richard<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p style=\\\"margin-bottom: 12pt;\\\" class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">On 21 November 2011 20:09, Wendy McDougall <<a href=\\\"mailto:wmcdougall@firefishsoftware.com\\\" target=\\\"_blank\\\">wmcdougall@firefishsoftware.com</a>> wrote:<u></u><u></u></p>\\r\\n<div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">HI Richard  - thanks for taking the call so late !\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Sorry the message below didn’t get you at the weekend but I will set it up for Wed 08.00 GMT\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Thanks for reaching out\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Chat soon\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Thanks Wendy\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: gray; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\" lang=\\\"EN-US\\\">Wendy McDougall</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">CEO</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">Firefish Software ltd</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\"> </span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Tel:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">                \\r\\n<a href=\\\"tel:%2B44%20%280%29845%20619%204443\\\" target=\\\"_blank\\\">+44 (0)845 619 4443</a>\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Fax</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">:                \\r\\n<a href=\\\"tel:%2B44%280%29141%20404%202590\\\" target=\\\"_blank\\\">+44(0)141 404 2590</a></span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Email:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">            \\r\\n</span><b><u><span style=\\\"color: rgb(244, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\"><a href=\\\"mailto:wmcdougall@firefishsoftware.com\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(244, 24, 51);\\\">wmcdougall@firefishsoftware.com</span></a></span></u></b><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">\\r\\n</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Web:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">              \\r\\n<span style=\\\"color: rgb(224, 24, 51);\\\"><a title=\\\"http://www.firefishsoftware.com/\\\" href=\\\"http://www.firefishsoftware.com/\\\" target=\\\"_blank\\\"><b><span style=\\\"color: rgb(224, 24, 51);\\\">www.firefishsoftware.com</span></b></a></span></span><u></u><u></u></p>\\r\\n\\r\\n\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">Twitter:</span></b><span style=\\\"font-family: \\\"Calibri\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\" lang=\\\"EN-US\\\">          \\r\\n</span><b><span style=\\\"color: rgb(225, 25, 53); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\"><a href=\\\"http://twitter.com/FireFishNow\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(225, 25, 53);\\\">http://twitter.com/FireFishNow</span></a></span></b><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">\\r\\n</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">Linked In</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">:</span><span style=\\\"font-family: \\\"Calibri\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\" lang=\\\"EN-US\\\">      \\r\\n<a title=\\\"View public profile\\\" href=\\\"http://uk.linkedin.com/in/wendymcdougall\\\" target=\\\"_blank\\\">\\r\\n<b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN\\\">http://uk.linkedin.com/in/wendymcdougall</span></b></a></span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">View our latest video:<span style=\\\"color: rgb(224, 24, 51);\\\">\\r\\n</span><span style=\\\"color: rgb(225, 25, 55);\\\"> <a href=\\\"http://youtu.be/E4s0aaX6pUs\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(225, 25, 55);\\\">“Recruitment has changed”</span></a></span></span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">                               \\r\\n</span></b><u></u><u></u></p>\\r\\n<p style=\\\"line-height: 95%;\\\" class=\\\"MsoNormal\\\">\\r\\n<span style=\\\"color: black; line-height: 95%; font-family: \\\"Verdana\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\"><img border=\\\"0\\\" alt=\\\"email footer\\\" width=\\\"666\\\" height=\\\"29\\\"></span><u></u><u></u></p>\\r\\n<p style=\\\"line-height: 95%;\\\" class=\\\"MsoNormal\\\">\\r\\n<span style=\\\"line-height: 95%; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 6pt;\\\" lang=\\\"EN-US\\\"> </span><u></u><u></u></p>\\r\\n<p style=\\\"text-align: justify; line-height: 95%;\\\" class=\\\"MsoNormal\\\">\\r\\n<span style=\\\"color: gray; line-height: 95%; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 6.5pt;\\\">This message is sent in confidence for the addressee only. It may contain legally privileged information. The contents are not to be disclosed to anyone other than the\\r\\n addressee. If you have received it in error, please contact the sender immediately by return e-mail or by telephoning\\r\\n<a href=\\\"tel:%2B44%20%280%29845%20619%204443\\\" target=\\\"_blank\\\">+44 (0)845 619 4443</a>. Please then delete the e-mail and do not disclose its contents to any person. We believe, but do not warrant, that this e-mail and any attachments are virus free however\\r\\n you should take full responsibility for virus checking. Firefish Software Ltd reserves the right to monitor all e-mail communications through its internal and external networks.</span><u></u><u></u></p>\\r\\n</div>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<div>\\r\\n<div style=\\\"border-width: 1pt medium medium; border-style: solid none none; border-color: currentColor; padding: 3pt 0cm 0cm;\\\">\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Tahoma\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\" lang=\\\"EN-US\\\">From:</span></b><span style=\\\"font-family: \\\"Tahoma\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\" lang=\\\"EN-US\\\"> Wendy\\r\\n McDougall <br>\\r\\n<b>Sent:</b> 18 November 2011 10:25<br>\\r\\n<b>To:</b> 'Richard Robinson (LinkedIn Messages)'<br>\\r\\n<b>Subject:</b> RE: Thank you all for your support in the last 24 hours. We held on until 3.45am this morning but unfortunately in that last hour the other...</span><u></u><u></u></p>\\r\\n</div>\\r\\n</div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Hi Richard would be delighted to show you so I have 3 demos already booked in for today and one of them is in 5 mins\\r\\n .. </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Are you even around in the weekend ?\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">As i would love to show you ff !</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\">Wendy\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: gray; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\" lang=\\\"EN-US\\\">Wendy McDougall</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">CEO</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">Firefish Software ltd</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\"> </span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Tel:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">                \\r\\n<a href=\\\"tel:%2B44%20%280%29845%20619%204443\\\" target=\\\"_blank\\\">+44 (0)845 619 4443</a>\\r\\n</span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Fax</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">:                \\r\\n<a href=\\\"tel:%2B44%280%29141%20404%202590\\\" target=\\\"_blank\\\">+44(0)141 404 2590</a></span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Email:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">            \\r\\n</span><b><u><span style=\\\"color: rgb(244, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\"><a href=\\\"mailto:wmcdougall@firefishsoftware.com\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(244, 24, 51);\\\">wmcdougall@firefishsoftware.com</span></a></span></u></b><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">\\r\\n</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">Web:</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">              \\r\\n<span style=\\\"color: rgb(224, 24, 51);\\\"><a title=\\\"http://www.firefishsoftware.com/\\\" href=\\\"http://www.firefishsoftware.com/\\\" target=\\\"_blank\\\"><b><span style=\\\"color: rgb(224, 24, 51);\\\">www.firefishsoftware.com</span></b></a></span></span><u></u><u></u></p>\\r\\n\\r\\n\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">Twitter:</span></b><span style=\\\"font-family: \\\"Calibri\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\" lang=\\\"EN-US\\\">          \\r\\n</span><b><span style=\\\"color: rgb(225, 25, 53); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\"><a href=\\\"http://twitter.com/FireFishNow\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(225, 25, 53);\\\">http://twitter.com/FireFishNow</span></a></span></b><b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">\\r\\n</span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">Linked In</span></b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN-US\\\">:</span><span style=\\\"font-family: \\\"Calibri\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\" lang=\\\"EN-US\\\">      \\r\\n<a title=\\\"View public profile\\\" href=\\\"http://uk.linkedin.com/in/wendymcdougall\\\" target=\\\"_blank\\\">\\r\\n<b><span style=\\\"color: rgb(224, 24, 51); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\" lang=\\\"EN\\\">http://uk.linkedin.com/in/wendymcdougall</span></b></a></span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\"> </span><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">View our latest video:<span style=\\\"color: rgb(224, 24, 51);\\\">\\r\\n</span><span style=\\\"color: rgb(225, 25, 55);\\\"> <a href=\\\"http://youtu.be/E4s0aaX6pUs\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(225, 25, 55);\\\">“Recruitment has changed”</span></a></span></span></b><u></u><u></u></p>\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 8pt;\\\">                               \\r\\n</span></b><u></u><u></u></p>\\r\\n<p style=\\\"line-height: 95%;\\\" class=\\\"MsoNormal\\\">\\r\\n<span style=\\\"color: black; line-height: 95%; font-family: \\\"Verdana\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\"><img border=\\\"0\\\" alt=\\\"email footer\\\" width=\\\"666\\\" height=\\\"29\\\"></span><u></u><u></u></p>\\r\\n<p style=\\\"line-height: 95%;\\\" class=\\\"MsoNormal\\\">\\r\\n<span style=\\\"line-height: 95%; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 6pt;\\\" lang=\\\"EN-US\\\"> </span><u></u><u></u></p>\\r\\n<p style=\\\"text-align: justify; line-height: 95%;\\\" class=\\\"MsoNormal\\\">\\r\\n<span style=\\\"color: gray; line-height: 95%; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 6.5pt;\\\">This message is sent in confidence for the addressee only. It may contain legally privileged information. The contents are not to be disclosed to anyone other than the\\r\\n addressee. If you have received it in error, please contact the sender immediately by return e-mail or by telephoning\\r\\n<a href=\\\"tel:%2B44%20%280%29845%20619%204443\\\" target=\\\"_blank\\\">+44 (0)845 619 4443</a>. Please then delete the e-mail and do not disclose its contents to any person. We believe, but do not warrant, that this e-mail and any attachments are virus free however\\r\\n you should take full responsibility for virus checking. Firefish Software Ltd reserves the right to monitor all e-mail communications through its internal and external networks.</span><u></u><u></u></p>\\r\\n</div>\\r\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 11pt;\\\"> </span><u></u><u></u></p>\\r\\n<div>\\r\\n<div style=\\\"border-width: 1pt medium medium; border-style: solid none none; border-color: currentColor; padding: 3pt 0cm 0cm;\\\">\\r\\n<p class=\\\"MsoNormal\\\"><b><span style=\\\"font-family: \\\"Tahoma\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\" lang=\\\"EN-US\\\">From:</span></b><span style=\\\"font-family: \\\"Tahoma\\\",\\\"sans-serif\\\"; font-size: 10pt;\\\" lang=\\\"EN-US\\\">\\r\\n<a href=\\\"mailto:messages-noreply@bounce.linkedin.com\\\" target=\\\"_blank\\\">messages-noreply@bounce.linkedin.com</a> [mailto:<a href=\\\"mailto:messages-noreply@bounce.linkedin.com\\\" target=\\\"_blank\\\">messages-noreply@bounce.linkedin.com</a>]\\r\\n<b>On Behalf Of </b>Richard Robinson (LinkedIn Messages)<br>\\r\\n<b>Sent:</b> 18 November 2011 06:23<br>\\r\\n<b>To:</b> Wendy McDougall<br>\\r\\n<b>Subject:</b> RE: Thank you all for your support in the last 24 hours. We held on until 3.45am this morning but unfortunately in that last hour the other...</span><u></u><u></u></p>\\r\\n</div>\\r\\n</div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n<table style=\\\"border-width: 3pt medium medium; border-style: solid none none; border-color: currentColor; width: 412.5pt;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"550\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<td style=\\\"padding: 0cm; border: currentColor;\\\">\\r\\n<h1 style=\\\"margin-bottom: 3.75pt;\\\"><span style=\\\"color: black; font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 17.5pt;\\\">LinkedIn</span><u></u><u></u></h1>\\r\\n<p style=\\\"margin-bottom: 3pt;\\\"><strong><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">Richard Robinson</span></strong><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\"> has sent you a message.</span><u></u><u></u></p>\\r\\n\\r\\n\\r\\n<p style=\\\"margin-bottom: 3pt;\\\"><strong><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">Date:</span></strong><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\"> 11/18/2011\\r\\n</span><u></u><u></u></p>\\r\\n<p style=\\\"margin-bottom: 3pt;\\\"><strong><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">Subject:</span></strong><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\"> RE: Thank you all for your support in the last 24 hours. We held on\\r\\n until 3.45am this morning but unfortunately in that last hour the other... </span>\\r\\n<u></u><u></u></p>\\r\\n<p style=\\\"margin-bottom: 3pt;\\\"><span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\">Hi Wendy,\\r\\n<br>\\r\\n<br>\\r\\nI've started up my own company along with a business partner; just about to commit to Bullhorn.com (another cloud-based software/CRM tool and which I used in my previous company) but remembered that you're at the helm of Firefish and thought it worth investigating\\r\\n your service as a comparison. <br>\\r\\n<br>\\r\\nAny chance of giving me a buzz or dropping me a line, as I'd like to discuss level of functionality as well as pricing. I noticed the invitation to a free trial as well as a demo on the website and which might be useful too, of course, but there's nothing to\\r\\n beat some direct conversation. <br>\\r\\n<br>\\r\\nYou can reach me on <a href=\\\"tel:%2B65%209750%206141\\\" target=\\\"_blank\\\">+65 9750 6141</a>; I'm 8 hours ahead of you; will be around in the office through to around 5pm today (Singapore).\\r\\n<br>\\r\\n<br>\\r\\nCheers, <br>\\r\\n<br>\\r\\nRichard </span><u></u><u></u></p>\\r\\n<p style=\\\"background: rgb(220, 240, 246); text-align: center; margin-bottom: 2.25pt;\\\" align=\\\"center\\\">\\r\\n<span style=\\\"font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 9pt;\\\"><a href=\\\"http://www.linkedin.com/e/psx1o1-gv4sxzyu-5t/zqZizd3NV002ZqlhzFd0Dc3NVAeHZiQLQivWvPJ-yRWaboG/mbi/I220008556_15/?hs=false&tok=1r9oPHwSJ-6l01\\\" target=\\\"_blank\\\"><span style=\\\"color: rgb(0, 102, 204);\\\">View/reply\\r\\n to this message</span></a></span><u></u><u></u></p>\\r\\n<div style=\\\"border-width: 1.5pt medium medium; border-style: solid none none; border-color: currentColor; padding: 11pt 0cm 0cm;\\\">\\r\\n<p style=\\\"margin-top: 11.25pt;\\\"><span style=\\\"color: rgb(153, 153, 153); font-family: \\\"Arial\\\",\\\"sans-serif\\\"; font-size: 7.5pt;\\\">Don't want to receive e-mail notifications?\\r\\n<a href=\\\"http://www.linkedin.com/e/psx1o1-gv4sxzyu-5t/zqZizd3NV002ZqlhzFd0Dc3NVAeHZiQLQivWvPJ-yRWaboG/blk/I220008556_15/s6hJbOYWrSlI/mdp/?hs=false&tok=3THXU29T5-6l01\\\" target=\\\"_blank\\\">\\r\\n<span style=\\\"color: rgb(0, 102, 204);\\\">Adjust your message settings</span></a>.</span><u></u><u></u></p>\\r\\n</div>\\r\\n</td>\\r\\n</tr>\\r\\n</tbody>\\r\\n</table>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n<p class=\\\"MsoNormal\\\"><br>\\r\\n<br clear=\\\"all\\\">\\r\\n<u></u><u></u></p>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<p class=\\\"MsoNormal\\\">--\\r\\n<u></u><u></u></p>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">Regards,<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">Richard Robinson<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">Partner<u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">alphasearch Pte Ltd<u></u><u></u></p>\\r\\n</div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n<p class=\\\"MsoNormal\\\"><br>\\r\\n<br clear=\\\"all\\\">\\r\\n<br>\\r\\n-- <u></u><u></u></p>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\">Many Regards,<u></u><u></u></p>\\r\\n</div>\\r\\n<p><span lang=\\\"EN-US\\\">Richard</span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\"> </span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\">Richard Robinson</span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\">Partner</span><u></u><u></u></p>\\r\\n<p><b><span lang=\\\"EN-US\\\">alpha</span></b><span lang=\\\"EN-US\\\">search</span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\"> </span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\">120 Robinson Road, </span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\">#13-01, </span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\">Parakou Building, </span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\">Singapore</span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\"> </span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\">Web: <a href=\\\"http://www.alphasearch.com.sg\\\" target=\\\"_blank\\\">\\r\\nwww.alphasearch.com.sg</a></span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\">Mobile: <a href=\\\"tel:%2B65%209750%206141\\\" target=\\\"_blank\\\" value=\\\"+6597506141\\\">+65 9750 6141</a></span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\">Skype: rkrobbo19</span><u></u><u></u></p>\\r\\n<p><span lang=\\\"EN-US\\\">Twitter: @RICHalphasearch</span><u></u><u></u></p>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"> <u></u><u></u></p>\\r\\n</div>\\r\\n<div>\\r\\n<p class=\\\"MsoNormal\\\"><u></u> <u></u></p>\\r\\n</div>\\r\\n<p class=\\\"MsoNormal\\\"><u></u> <u></u></p>\\r\\n</div></div></div>\\r\\n</div>\\r\\n\\r\\n</blockquote></div><br><br clear=\\\"all\\\"><br>-- <br><p style=\\\"margin: 0px; color: rgb(34, 34, 34); font-family: arial,sans-serif; font-size: 13px;\\\"><span lang=\\\"EN-US\\\">Prem <b>John</b></span></p><p style=\\\"margin: 0px; color: rgb(34, 34, 34); font-family: arial,sans-serif; font-size: 13px;\\\">\\r\\n\\r\\n<span lang=\\\"EN-US\\\">Legal & Compliance</span></p><div style=\\\"margin: 0px; color: rgb(34, 34, 34); font-family: arial,sans-serif; font-size: 13px;\\\"><span lang=\\\"EN-US\\\"><strong>alpha</strong>legal</span></div><div style=\\\"margin: 0px; color: rgb(34, 34, 34); font-family: arial,sans-serif; font-size: 13px;\\\">\\r\\n\\r\\n<span lang=\\\"EN-US\\\">(Part of the <span lang=\\\"EN-US\\\"><strong>alpha</strong>search Group)</span></span></div><p style=\\\"margin: 0px; color: rgb(34, 34, 34); font-family: arial,sans-serif; font-size: 13px;\\\"><span lang=\\\"EN-US\\\"> </span></p>\\r\\n\\r\\n<p style=\\\"margin: 0px; color: rgb(34, 34, 34); font-family: arial,sans-serif; font-size: 13px;\\\">m : 9336 1161</p><p style=\\\"margin: 0px; color: rgb(34, 34, 34); font-family: arial,sans-serif; font-size: 13px;\\\"><br></p><br>\\r\\n\\r\\n\\r\\n\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48411,\n        \"ContactName\": \"Prem John\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-24T00:00:00.000Z\",\n        \"Updated\": \"2024-06-24T08:11:57.977Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-23T16:47:35.507Z\",\n        \"ActionRef\": \"41318\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48242,\n        \"ContactName\": \"Andrew Mackay\",\n        \"CompanyRef\": 92706,\n        \"CompanyName\": \"Test Company\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-23T00:00:00.000Z\",\n        \"Updated\": \"2024-06-23T16:47:35.507Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-23T15:08:00.890Z\",\n        \"ActionRef\": \"64695\",\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92753,\n        \"CompanyName\": \"i palce\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-23T15:08:00.890Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-23T15:04:57.293Z\",\n        \"ActionRef\": \"64694\",\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92752,\n        \"CompanyName\": \"i palce\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-23T15:04:57.293Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-23T11:47:34.790Z\",\n        \"ActionRef\": \"68100\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"fvzdxv\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48242,\n        \"ContactName\": \"Andrew Mackay\",\n        \"CompanyRef\": 92706,\n        \"CompanyName\": \"Test Company\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-23T11:47:34.790Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-23T11:47:04.400Z\",\n        \"ActionRef\": \"68099\",\n        \"ActionName\": \"Call - Proactive Approach\",\n        \"ActionDetail\": null,\n        \"Notes\": \"zdxvbgxcfv\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-23T11:47:04.400Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-23T10:01:54.270Z\",\n        \"ActionRef\": \"43552\",\n        \"ActionName\": \"Unarchive\",\n        \"ActionDetail\": null,\n        \"Notes\": \"good to go\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48372,\n        \"ContactName\": \"Darran Dunsmore\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-23T10:01:54.267Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-23T10:00:45.730Z\",\n        \"ActionRef\": \"43551\",\n        \"ActionName\": \"Archive\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ask to be archived\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48372,\n        \"ContactName\": \"Darran Dunsmore\",\n        \"CompanyRef\": 92747,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-23T10:00:45.730Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:56:20.650Z\",\n        \"ActionRef\": \"75654\",\n        \"ActionName\": \"Repost Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": 1471,\n        \"AdvertTitle\": \"Project Manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-03T00:00:00.000Z\",\n        \"Updated\": \"2024-06-22T13:56:20.650Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:51:56.003Z\",\n        \"ActionRef\": \"75653\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": 1471,\n        \"AdvertTitle\": \"Project Manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-03T00:00:00.000Z\",\n        \"Updated\": \"2024-06-22T13:51:56.003Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:51:55.880Z\",\n        \"ActionRef\": \"75652\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": 1471,\n        \"AdvertTitle\": \"Project Manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T13:51:55.880Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:47:16.163Z\",\n        \"ActionRef\": \"75648\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Telephone Interview - Phone\",\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T13:47:16.163Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:47:15.867Z\",\n        \"ActionRef\": \"75647\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Telephone Interview - Phone\",\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48226,\n        \"ContactName\": \"Demo Admin\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T13:47:16.070Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:42:32.953Z\",\n        \"ActionRef\": \"75642\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfhgdf\",\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-22T00:00:00.000Z\",\n        \"Updated\": \"2024-06-22T13:42:32.953Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:42:32.827Z\",\n        \"ActionRef\": \"75641\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfhgdf\",\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-22T00:00:00.000Z\",\n        \"Updated\": \"2024-06-22T13:42:32.827Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:41:39.873Z\",\n        \"ActionRef\": \"75635\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T13:41:39.873Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:41:38.983Z\",\n        \"ActionRef\": \"75633\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-22T00:00:00.000Z\",\n        \"Updated\": \"2024-06-22T13:41:38.983Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:41:38.500Z\",\n        \"ActionRef\": \"75632\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-22T00:00:00.000Z\",\n        \"Updated\": \"2024-06-22T13:41:38.500Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:41:38.107Z\",\n        \"ActionRef\": \"75631\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T13:41:38.107Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:41:37.450Z\",\n        \"ActionRef\": \"75630\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48512,\n        \"CandidateName\": \"MR Bump\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T13:41:37.450Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T13:35:52.367Z\",\n        \"ActionRef\": \"75629\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91977,\n        \"JobTitle\": \"Project Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T13:35:52.367Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-22T09:34:31.567Z\",\n        \"ActionRef\": \"48268\",\n        \"ActionName\": \"Call - Registration\",\n        \"ActionDetail\": null,\n        \"Notes\": \"looks good, speak agin next week\",\n        \"CandidateRef\": 48243,\n        \"CandidateName\": \"Claire Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-26T00:00:00.000Z\",\n        \"Updated\": \"2024-06-22T09:34:31.607Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-22T09:34:31.567Z\",\n        \"ActionRef\": \"78127\",\n        \"ActionName\": \"Star Rating\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48243,\n        \"CandidateName\": \"Claire Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T09:34:31.607Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T09:24:49.353Z\",\n        \"ActionRef\": \"78357\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48374,\n        \"ContactName\": \"Demo Reporter\",\n        \"CompanyRef\": 92755,\n        \"CompanyName\": \"gravity\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T09:24:49.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T09:24:49.353Z\",\n        \"ActionRef\": \"68081\",\n        \"ActionName\": \"Meeting - Shortlist Presentation\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Leaning and development\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48374,\n        \"ContactName\": \"Demo Reporter\",\n        \"CompanyRef\": 92755,\n        \"CompanyName\": \"gravity\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-22T10:00:00.000Z\",\n        \"Updated\": \"2024-06-22T09:24:49.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T09:24:49.353Z\",\n        \"ActionRef\": \"68081\",\n        \"ActionName\": \"Meeting - Shortlist Presentation\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Leaning and development\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48374,\n        \"ContactName\": \"Demo Reporter\",\n        \"CompanyRef\": 92755,\n        \"CompanyName\": \"gravity\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-22T10:00:00.000Z\",\n        \"Updated\": \"2024-06-22T09:24:49.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T09:24:49.260Z\",\n        \"ActionRef\": \"68080\",\n        \"ActionName\": \"Meeting - Shortlist Presentation\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Leaning and development\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48374,\n        \"ContactName\": \"Demo Reporter\",\n        \"CompanyRef\": 92755,\n        \"CompanyName\": \"gravity\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T09:24:49.260Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T09:24:49.260Z\",\n        \"ActionRef\": \"78356\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48374,\n        \"ContactName\": \"Demo Reporter\",\n        \"CompanyRef\": 92755,\n        \"CompanyName\": \"gravity\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T09:24:49.260Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T09:23:47.963Z\",\n        \"ActionRef\": \"68079\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"aqegfsdfg\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48232,\n        \"ContactName\": \"Mark Questions\",\n        \"CompanyRef\": 92780,\n        \"CompanyName\": \"Arnold Clarck\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T09:23:47.963Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T09:23:47.773Z\",\n        \"ActionRef\": \"68078\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"aqegfsdfg\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48372,\n        \"ContactName\": \"Darran Dunsmore\",\n        \"CompanyRef\": 92791,\n        \"CompanyName\": \"essential personnel\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T09:23:47.773Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-22T09:23:47.620Z\",\n        \"ActionRef\": \"68077\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"aqegfsdfg\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48374,\n        \"ContactName\": \"Demo Reporter\",\n        \"CompanyRef\": 92755,\n        \"CompanyName\": \"gravity\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-22T09:23:47.620Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-21T14:47:10.667Z\",\n        \"ActionRef\": \"43543\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"bgjlbjkbjbj\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": 92705,\n        \"CompanyName\": \"River View Associates\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-21T00:00:00.000Z\",\n        \"Updated\": \"2024-06-21T14:47:10.667Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-21T14:31:57.583Z\",\n        \"ActionRef\": \"43540\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48246,\n        \"CandidateName\": \"Fay Shaw\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-21T14:31:57.580Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-21T14:31:57.310Z\",\n        \"ActionRef\": \"43528\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-21T14:31:57.310Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-21T14:29:31.540Z\",\n        \"ActionRef\": \"43527\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kgkjgjkgjk\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48225,\n        \"ContactName\": \"Demo Candidate\",\n        \"CompanyRef\": 92699,\n        \"CompanyName\": \"Search\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-28T00:00:00.000Z\",\n        \"Updated\": \"2024-06-21T14:29:31.540Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-21T14:28:53.220Z\",\n        \"ActionRef\": \"43526\",\n        \"ActionName\": \"Email - Thank You\",\n        \"ActionDetail\": null,\n        \"Notes\": \"good guy\",\n        \"CandidateRef\": 48154,\n        \"CandidateName\": \"Lois Come\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-21T14:28:53.310Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-21T14:21:23.593Z\",\n        \"ActionRef\": \"48226\",\n        \"ActionName\": \"Call - Left Message\",\n        \"ActionDetail\": null,\n        \"Notes\": \"discuss new site opening\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48257,\n        \"ContactName\": \"Samantha Jane\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-26T00:00:00.000Z\",\n        \"Updated\": \"2024-06-21T14:21:23.603Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-21T14:19:57.120Z\",\n        \"ActionRef\": \"48225\",\n        \"ActionName\": \"Call - Left Message\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-07-05T00:00:00.000Z\",\n        \"Updated\": \"2024-06-21T14:19:57.123Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-20T09:32:15.877Z\",\n        \"ActionRef\": \"48204\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48335,\n        \"CandidateName\": \"bob smith\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-20T09:32:16.153Z\"\n    },\n    {\n        \"CreatedUserRef\": 48286,\n        \"UserName\": \" Anonymised\",\n        \"ActionDate\": \"2024-06-19T15:28:04.440Z\",\n        \"ActionRef\": \"39480\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Google\",\n        \"CandidateRef\": 48286,\n        \"CandidateName\": \" Anonymised\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-19T15:28:04.443Z\",\n        \"Updated\": \"2024-06-19T15:28:04.440Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T14:22:28.707Z\",\n        \"ActionRef\": \"41296\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"uiljh\",\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T14:22:28.703Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T14:22:28.697Z\",\n        \"ActionRef\": \"41295\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"uiljh\",\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T14:22:28.697Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T14:22:28.673Z\",\n        \"ActionRef\": \"41292\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"uiljh\",\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T14:22:28.673Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T14:22:28.667Z\",\n        \"ActionRef\": \"41291\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"uiljh\",\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T14:22:28.663Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T14:22:28.657Z\",\n        \"ActionRef\": \"41290\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"uiljh\",\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T14:22:28.657Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T14:22:28.633Z\",\n        \"ActionRef\": \"41287\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"uiljh\",\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T14:22:28.633Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T14:12:32.080Z\",\n        \"ActionRef\": \"39478\",\n        \"ActionName\": \"Suggest\",\n        \"ActionDetail\": \"To Demo Admin\",\n        \"Notes\": \"great candidate\",\n        \"CandidateRef\": 48149,\n        \"CandidateName\": \"Audrey Arand\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-19T14:12:32.083Z\",\n        \"Updated\": \"2024-06-19T14:12:32.080Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:51:12.417Z\",\n        \"ActionRef\": \"41281\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"hlhio\",\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:51:12.417Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:51:12.410Z\",\n        \"ActionRef\": \"41280\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"hlhio\",\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:51:12.410Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:51:12.387Z\",\n        \"ActionRef\": \"41277\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"hlhio\",\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:51:12.383Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:51:12.377Z\",\n        \"ActionRef\": \"41276\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"hlhio\",\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:51:12.377Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:51:12.370Z\",\n        \"ActionRef\": \"41275\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"hlhio\",\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:51:12.370Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:51:12.347Z\",\n        \"ActionRef\": \"41272\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"hlhio\",\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:51:12.343Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:11:55.853Z\",\n        \"ActionRef\": \"41268\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:11:55.853Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:11:55.847Z\",\n        \"ActionRef\": \"41267\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:11:55.847Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:11:55.823Z\",\n        \"ActionRef\": \"41264\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:11:55.820Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:11:55.817Z\",\n        \"ActionRef\": \"41263\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:11:55.813Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:11:55.807Z\",\n        \"ActionRef\": \"41262\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:11:55.807Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-19T11:11:55.783Z\",\n        \"ActionRef\": \"41259\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-19T11:11:55.780Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-18T16:03:40.273Z\",\n        \"ActionRef\": \"68074\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ZDXVFZDV\\r\\n\\r\\nEmail attached to Wendy McDougall's action summary\",\n        \"CandidateRef\": 48271,\n        \"CandidateName\": \"Fernando Diebold\",\n        \"ContactRef\": 48227,\n        \"ContactName\": \"Wendy McDougall\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-18T00:00:00.000Z\",\n        \"Updated\": \"2024-06-18T16:03:40.273Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-18T10:55:08.417Z\",\n        \"ActionRef\": \"41239\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"e-skills have sent me on your invoice (269) for 1800 + vat as we’re dealing with all finance now. Do you have a breakdown of the fees – ie number of licences, what the licence entitles you to – for our procurement team?\\r\\n\\r\\nThanks, Sally\",\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-18T10:55:08.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-18T10:30:40.490Z\",\n        \"ActionRef\": \"41231\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ykjkf\",\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-18T10:30:40.490Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-18T10:30:40.483Z\",\n        \"ActionRef\": \"41230\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ykjkf\",\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-18T10:30:40.483Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-18T10:30:40.460Z\",\n        \"ActionRef\": \"41227\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ykjkf\",\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-18T10:30:40.460Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-18T10:30:40.450Z\",\n        \"ActionRef\": \"41226\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ykjkf\",\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-18T10:30:40.450Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-18T10:30:40.443Z\",\n        \"ActionRef\": \"41225\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ykjkf\",\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-18T10:30:40.443Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-18T10:30:40.420Z\",\n        \"ActionRef\": \"41222\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ykjkf\",\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-18T10:30:40.420Z\"\n    },\n    {\n        \"CreatedUserRef\": 48285,\n        \"UserName\": \"Wendy campbell\",\n        \"ActionDate\": \"2024-06-18T10:29:26.377Z\",\n        \"ActionRef\": \"39460\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Linked In\",\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-18T10:29:26.380Z\",\n        \"Updated\": \"2024-06-18T10:29:26.377Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-18T09:56:24.440Z\",\n        \"ActionRef\": \"39449\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"called to welcopme him to his new job\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48284,\n        \"ContactName\": \"Richard Cassidy\",\n        \"CompanyRef\": 92699,\n        \"CompanyName\": \"Search\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-18T00:00:00.000Z\",\n        \"Updated\": \"2024-06-18T09:56:24.440Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-18T09:50:41.377Z\",\n        \"ActionRef\": \"41216\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48407,\n        \"ContactName\": \"Brad Foster\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-18T09:50:41.377Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-17T23:10:04.830Z\",\n        \"ActionRef\": \"75628\",\n        \"ActionName\": \"Candidate Deleted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Unable to fully delete as Candidate has been Placed/Offered or is also a Contact.\",\n        \"CandidateRef\": 48374,\n        \"CandidateName\": \"Demo Reporter\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-17T23:10:04.830Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-17T17:32:40.360Z\",\n        \"ActionRef\": \"41214\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jhgjhgjhg\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48294,\n        \"ContactName\": \"Andrew Mackay\",\n        \"CompanyRef\": 92751,\n        \"CompanyName\": \"TSL\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-17T00:00:00.000Z\",\n        \"Updated\": \"2024-06-17T17:32:40.360Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-17T17:30:58.793Z\",\n        \"ActionRef\": \"41213\",\n        \"ActionName\": \"Notes - Email Received\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ljgflhgflgf\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-17T00:00:00.000Z\",\n        \"Updated\": \"2024-06-17T17:30:58.793Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-17T17:24:37.320Z\",\n        \"ActionRef\": \"41212\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"khgkjgkg\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-17T17:24:37.320Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-17T17:15:22.307Z\",\n        \"ActionRef\": \"41200\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"khjjhbjhvh\",\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-17T17:15:22.307Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-17T14:21:09.743Z\",\n        \"ActionRef\": \"61037\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"intro email\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92763,\n        \"CompanyName\": \"xiros\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-17T00:00:00.000Z\",\n        \"Updated\": \"2024-06-17T14:21:09.743Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-17T14:17:13.400Z\",\n        \"ActionRef\": \"61036\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dsfsdgd\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92763,\n        \"CompanyName\": \"xiros\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-17T00:00:00.000Z\",\n        \"Updated\": \"2024-06-17T14:17:13.400Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-17T14:13:11.747Z\",\n        \"ActionRef\": \"61035\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92763,\n        \"CompanyName\": \"xiros\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-17T14:13:11.730Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-17T11:31:01.467Z\",\n        \"ActionRef\": \"41195\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"says hi\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-17T11:31:01.467Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-17T11:26:59.300Z\",\n        \"ActionRef\": \"41189\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jlflfhfjl\",\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-17T11:26:59.300Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-17T11:26:59.287Z\",\n        \"ActionRef\": \"41187\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jlflfhfjl\",\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-17T11:26:59.283Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-17T11:26:59.270Z\",\n        \"ActionRef\": \"41185\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jlflfhfjl\",\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-17T11:26:59.267Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-17T10:46:45.333Z\",\n        \"ActionRef\": \"75627\",\n        \"ActionName\": \"Repost Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91976,\n        \"JobTitle\": \"project manager\",\n        \"AdvertRef\": 1470,\n        \"AdvertTitle\": \"project manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-21T00:00:00.000Z\",\n        \"Updated\": \"2024-06-17T10:46:45.333Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-16T13:40:01.657Z\",\n        \"ActionRef\": \"43508\",\n        \"ActionName\": \"Create Contact - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48472,\n        \"ContactName\": \"Kevin Fowler\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-16T13:40:01.850Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-16T13:40:01.657Z\",\n        \"ActionRef\": \"78281\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48472,\n        \"ContactName\": \"Kevin Fowler\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-16T13:40:01.850Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-15T15:21:41.040Z\",\n        \"ActionRef\": \"64710\",\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92768,\n        \"CompanyName\": \"Southend Cakes\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T15:21:41.040Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-15T15:12:49.780Z\",\n        \"ActionRef\": \"48110\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfsafhajh\\r\\ndfjhgjafg\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48214,\n        \"ContactName\": \"Steven McCann\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T15:12:49.797Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-15T15:11:51.203Z\",\n        \"ActionRef\": \"48109\",\n        \"ActionName\": \"Left Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48214,\n        \"ContactName\": \"Steven McCann\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T15:11:51.207Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-15T15:07:31.310Z\",\n        \"ActionRef\": \"48107\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T15:07:31.330Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-15T15:07:31.090Z\",\n        \"ActionRef\": \"48106\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": 48214,\n        \"ContactName\": \"Steven McCann\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T15:07:31.137Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T14:01:33.520Z\",\n        \"ActionRef\": \"41155\",\n        \"ActionName\": \"Email - Get In Touch\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T14:01:33.520Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T13:57:46.910Z\",\n        \"ActionRef\": \"41154\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jhfjhfjhf\",\n        \"CandidateRef\": 48292,\n        \"CandidateName\": \"Andy Campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T13:57:46.910Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T13:57:46.870Z\",\n        \"ActionRef\": \"41149\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jhfjhfjhf\",\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T13:57:46.870Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T13:57:46.857Z\",\n        \"ActionRef\": \"41147\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jhfjhfjhf\",\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T13:57:46.853Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T13:57:46.840Z\",\n        \"ActionRef\": \"41145\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jhfjhfjhf\",\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T13:57:46.840Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T12:47:00.007Z\",\n        \"ActionRef\": \"41125\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ytuyfyfft\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48294,\n        \"ContactName\": \"Andrew Mackay\",\n        \"CompanyRef\": 92751,\n        \"CompanyName\": \"TSL\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-15T00:00:00.000Z\",\n        \"Updated\": \"2024-06-15T12:47:00.007Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T12:43:56.857Z\",\n        \"ActionRef\": \"41124\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jggfcjfjfkjfjkfkl\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-15T00:00:00.000Z\",\n        \"Updated\": \"2024-06-15T12:43:56.857Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T12:42:56.537Z\",\n        \"ActionRef\": \"41123\",\n        \"ActionName\": \"Email - Get In Touch\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T12:42:56.533Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T12:39:51.013Z\",\n        \"ActionRef\": \"41122\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48292,\n        \"CandidateName\": \"Andy Campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T12:39:51.010Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T12:39:50.980Z\",\n        \"ActionRef\": \"41118\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T12:39:50.980Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T12:39:50.960Z\",\n        \"ActionRef\": \"41116\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T12:39:50.957Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-15T12:39:50.943Z\",\n        \"ActionRef\": \"41114\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T12:39:50.940Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-15T11:00:54.040Z\",\n        \"ActionRef\": \"48084\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"#recnet met them\",\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T11:00:54.390Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-15T10:54:15.127Z\",\n        \"ActionRef\": \"48080\",\n        \"ActionName\": \"Left Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T10:54:15.130Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-15T10:52:15.827Z\",\n        \"ActionRef\": \"48079\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T10:52:15.827Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-15T10:48:20.067Z\",\n        \"ActionRef\": \"48077\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T10:48:20.080Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-15T10:48:19.937Z\",\n        \"ActionRef\": \"48076\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"ContactRef\": 48214,\n        \"ContactName\": \"Steven McCann\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-15T10:48:19.957Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-13T12:26:46.740Z\",\n        \"ActionRef\": \"48028\",\n        \"ActionName\": \"Good Luck\",\n        \"ActionDetail\": null,\n        \"Notes\": \"spoke to on phone\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-13T12:26:46.753Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-13T12:23:57.767Z\",\n        \"ActionRef\": \"48027\",\n        \"ActionName\": \"Email - Reference Details\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-13T12:23:57.840Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-13T11:57:44.397Z\",\n        \"ActionRef\": \"48021\",\n        \"ActionName\": \"Call - Left Message\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-13T11:57:44.480Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-13T11:57:10.890Z\",\n        \"ActionRef\": \"48020\",\n        \"ActionName\": \"Call - Received\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kfdjgldkfhjlksdhf\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-13T11:57:11.313Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T19:00:37.017Z\",\n        \"ActionRef\": \"78299\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 1,\n        \"CandidateName\": \"System Administrator\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T19:00:37.680Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T19:00:37.017Z\",\n        \"ActionRef\": \"48019\",\n        \"ActionName\": \"Request Compliance Details\",\n        \"ActionDetail\": null,\n        \"Notes\": \"cszxsc\",\n        \"CandidateRef\": 1,\n        \"CandidateName\": \"System Administrator\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-12T00:00:00.000Z\",\n        \"Updated\": \"2024-06-12T19:00:37.680Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T12:15:04.483Z\",\n        \"ActionRef\": \"48001\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfbhdfb\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48232,\n        \"ContactName\": \"Mark Questions\",\n        \"CompanyRef\": 92755,\n        \"CompanyName\": \"gravity\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T12:15:04.487Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T12:14:08.797Z\",\n        \"ActionRef\": \"48000\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"fghfgh\",\n        \"CandidateRef\": 48232,\n        \"CandidateName\": \"Mark Questions\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T12:14:08.797Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T12:14:00.203Z\",\n        \"ActionRef\": \"47999\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfhfgh\",\n        \"CandidateRef\": 48232,\n        \"CandidateName\": \"Mark Questions\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T12:14:00.243Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T12:10:59.437Z\",\n        \"ActionRef\": \"47998\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dsgdfg\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48232,\n        \"ContactName\": \"Mark Questions\",\n        \"CompanyRef\": 92699,\n        \"CompanyName\": \"Search\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-12T00:00:00.000Z\",\n        \"Updated\": \"2024-06-12T12:10:59.463Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T12:09:33.057Z\",\n        \"ActionRef\": \"47997\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"xvc lzxcv\",\n        \"CandidateRef\": 48219,\n        \"CandidateName\": \"Bill Gates\",\n        \"ContactRef\": 48232,\n        \"ContactName\": \"Mark Questions\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T12:09:33.197Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T12:09:32.660Z\",\n        \"ActionRef\": \"47996\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"xvc lzxcv\",\n        \"CandidateRef\": 48219,\n        \"CandidateName\": \"Bill Gates\",\n        \"ContactRef\": 48230,\n        \"ContactName\": \"Demo Employer\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T12:09:32.703Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T12:00:26.210Z\",\n        \"ActionRef\": \"47994\",\n        \"ActionName\": \"Email - Thank You\",\n        \"ActionDetail\": null,\n        \"Notes\": \"kjbxzjbv\",\n        \"CandidateRef\": 48511,\n        \"CandidateName\": \" Anonymised\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T12:00:26.310Z\"\n    },\n    {\n        \"CreatedUserRef\": 48284,\n        \"UserName\": \"Richard Cassidy\",\n        \"ActionDate\": \"2024-06-12T11:37:41.730Z\",\n        \"ActionRef\": \"39429\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Other\",\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-12T11:37:41.733Z\",\n        \"Updated\": \"2024-06-12T11:37:41.730Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T11:09:53.437Z\",\n        \"ActionRef\": \"39418\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"called and good to go  - wants a new job\",\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-12T00:00:00.000Z\",\n        \"Updated\": \"2024-06-12T11:09:53.437Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T10:29:13.743Z\",\n        \"ActionRef\": \"41097\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jkghghkg\",\n        \"CandidateRef\": 48124,\n        \"CandidateName\": \"Loyd Basler\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T10:29:13.740Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T10:29:13.727Z\",\n        \"ActionRef\": \"41095\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jkghghkg\",\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T10:29:13.727Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T10:29:13.703Z\",\n        \"ActionRef\": \"41092\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jkghghkg\",\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T10:29:13.700Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T10:29:13.693Z\",\n        \"ActionRef\": \"41091\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jkghghkg\",\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T10:29:13.693Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T10:29:13.673Z\",\n        \"ActionRef\": \"41090\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jkghghkg\",\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T10:29:13.673Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T10:29:13.647Z\",\n        \"ActionRef\": \"41089\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jkghghkg\",\n        \"CandidateRef\": 48214,\n        \"CandidateName\": \"Steven McCann\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T10:29:13.647Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-12T10:29:13.613Z\",\n        \"ActionRef\": \"41086\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"jkghghkg\",\n        \"CandidateRef\": 48283,\n        \"CandidateName\": \"Susan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-12T10:29:13.610Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-11T15:58:49.017Z\",\n        \"ActionRef\": \"41083\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"messed up atojhjkbh\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-11T15:58:49.017Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-11T15:46:23.847Z\",\n        \"ActionRef\": \"41082\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-11T15:46:23.843Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-11T15:35:37.383Z\",\n        \"ActionRef\": \"41081\",\n        \"ActionName\": \"Email Uploaded\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-11T00:00:00.000Z\",\n        \"Updated\": \"2024-06-11T15:35:37.380Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-11T15:33:50.517Z\",\n        \"ActionRef\": \"41079\",\n        \"ActionName\": \"Email Uploaded\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-11T00:00:00.000Z\",\n        \"Updated\": \"2024-06-11T15:33:50.513Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-11T14:33:09.603Z\",\n        \"ActionRef\": \"47980\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-13T00:00:00.000Z\",\n        \"Updated\": \"2024-06-11T14:33:09.613Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-11T14:33:09.127Z\",\n        \"ActionRef\": \"47979\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48214,\n        \"ContactName\": \"Steven McCann\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-13T00:00:00.000Z\",\n        \"Updated\": \"2024-06-11T14:33:09.390Z\"\n    },\n    {\n        \"CreatedUserRef\": 48283,\n        \"UserName\": \"Susan Smith\",\n        \"ActionDate\": \"2024-06-11T13:58:05.920Z\",\n        \"ActionRef\": \"39402\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Google\",\n        \"CandidateRef\": 48283,\n        \"CandidateName\": \"Susan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-11T13:58:05.920Z\",\n        \"Updated\": \"2024-06-11T13:58:05.920Z\"\n    },\n    {\n        \"CreatedUserRef\": 48282,\n        \"UserName\": \"Wiliam Nettly\",\n        \"ActionDate\": \"2024-06-11T13:49:40.370Z\",\n        \"ActionRef\": \"39401\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: CW Jobs\",\n        \"CandidateRef\": 48282,\n        \"CandidateName\": \"Wiliam Nettly\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-11T13:49:40.390Z\",\n        \"Updated\": \"2024-06-11T13:49:40.370Z\"\n    },\n    {\n        \"CreatedUserRef\": 48281,\n        \"UserName\": \"Fay James\",\n        \"ActionDate\": \"2024-06-11T11:56:36.700Z\",\n        \"ActionRef\": \"39398\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Google\",\n        \"CandidateRef\": 48281,\n        \"CandidateName\": \"Fay James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-11T11:56:36.703Z\",\n        \"Updated\": \"2024-06-11T11:56:36.700Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-11T10:04:16.920Z\",\n        \"ActionRef\": \"39380\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"test\",\n        \"CandidateRef\": 1,\n        \"CandidateName\": \"System Administrator\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-12T00:00:00.000Z\",\n        \"Updated\": \"2024-06-11T10:04:16.920Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T15:35:38.957Z\",\n        \"ActionRef\": \"67986\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Email attached to Sandy Bell's action summary\",\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48337,\n        \"ContactName\": \"Sandy Bell\",\n        \"CompanyRef\": 92780,\n        \"CompanyName\": \"Arnold Clarck\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-10T00:00:00.000Z\",\n        \"Updated\": \"2024-06-10T15:35:38.957Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T15:34:48.143Z\",\n        \"ActionRef\": \"67985\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sfdghdfgb\",\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T15:34:48.127Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:30.883Z\",\n        \"ActionRef\": \"78859\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:30.883Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:30.883Z\",\n        \"ActionRef\": \"74435\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:30.883Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:28.400Z\",\n        \"ActionRef\": \"74417\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48366,\n        \"CandidateName\": \"ujgfjhf lhlhk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:28.400Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:28.400Z\",\n        \"ActionRef\": \"78856\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48366,\n        \"CandidateName\": \"ujgfjhf lhlhk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:28.400Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:27.930Z\",\n        \"ActionRef\": \"74414\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48359,\n        \"CandidateName\": \"Wendy Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:27.930Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:27.930Z\",\n        \"ActionRef\": \"78855\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48359,\n        \"CandidateName\": \"Wendy Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:27.930Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:27.773Z\",\n        \"ActionRef\": \"78854\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:27.773Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:27.773Z\",\n        \"ActionRef\": \"74413\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:27.773Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:27.070Z\",\n        \"ActionRef\": \"74408\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48352,\n        \"CandidateName\": \"Chloe Best\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:27.070Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:27.070Z\",\n        \"ActionRef\": \"78853\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48352,\n        \"CandidateName\": \"Chloe Best\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:27.070Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.807Z\",\n        \"ActionRef\": \"78852\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.807Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.807Z\",\n        \"ActionRef\": \"74406\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48350,\n        \"CandidateName\": \"Matt Spat\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.807Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.663Z\",\n        \"ActionRef\": \"74405\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48347,\n        \"CandidateName\": \"wendy denise\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.663Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.663Z\",\n        \"ActionRef\": \"78851\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48347,\n        \"CandidateName\": \"wendy denise\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.663Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.523Z\",\n        \"ActionRef\": \"78850\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48346,\n        \"CandidateName\": \"Denise xxx\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.523Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.523Z\",\n        \"ActionRef\": \"74404\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48346,\n        \"CandidateName\": \"Denise xxx\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.523Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.367Z\",\n        \"ActionRef\": \"74403\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.367Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.367Z\",\n        \"ActionRef\": \"78849\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.367Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.227Z\",\n        \"ActionRef\": \"78848\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48344,\n        \"CandidateName\": \"Denise XXX\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.227Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.227Z\",\n        \"ActionRef\": \"74402\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48344,\n        \"CandidateName\": \"Denise XXX\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.227Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.087Z\",\n        \"ActionRef\": \"74401\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48341,\n        \"CandidateName\": \"WIN Programs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.087Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:26.087Z\",\n        \"ActionRef\": \"78847\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48341,\n        \"CandidateName\": \"WIN Programs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:26.087Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.947Z\",\n        \"ActionRef\": \"78846\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48340,\n        \"CandidateName\": \"sam xxxx\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.947Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.947Z\",\n        \"ActionRef\": \"74400\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48340,\n        \"CandidateName\": \"sam xxxx\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.947Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.663Z\",\n        \"ActionRef\": \"74398\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48335,\n        \"CandidateName\": \"bob smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.663Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.663Z\",\n        \"ActionRef\": \"78844\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48335,\n        \"CandidateName\": \"bob smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.663Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.510Z\",\n        \"ActionRef\": \"78843\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.510Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.510Z\",\n        \"ActionRef\": \"74397\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.510Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.337Z\",\n        \"ActionRef\": \"74396\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.337Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.337Z\",\n        \"ActionRef\": \"78842\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.337Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.197Z\",\n        \"ActionRef\": \"78841\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.197Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.197Z\",\n        \"ActionRef\": \"74395\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.197Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.070Z\",\n        \"ActionRef\": \"74394\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48328,\n        \"CandidateName\": \"John Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.070Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:25.070Z\",\n        \"ActionRef\": \"78840\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48328,\n        \"CandidateName\": \"John Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:25.070Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:24.540Z\",\n        \"ActionRef\": \"78839\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48322,\n        \"CandidateName\": \"Chloe Kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:24.540Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:24.540Z\",\n        \"ActionRef\": \"74390\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48322,\n        \"CandidateName\": \"Chloe Kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:24.540Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:24.413Z\",\n        \"ActionRef\": \"74389\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48321,\n        \"CandidateName\": \"wendykirk kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:24.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:24.413Z\",\n        \"ActionRef\": \"78838\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48321,\n        \"CandidateName\": \"wendykirk kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:24.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:23.650Z\",\n        \"ActionRef\": \"78837\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:23.650Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:23.650Z\",\n        \"ActionRef\": \"74383\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:23.650Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:23.523Z\",\n        \"ActionRef\": \"74382\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48314,\n        \"CandidateName\": \"Marge Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:23.523Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:23.523Z\",\n        \"ActionRef\": \"78836\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48314,\n        \"CandidateName\": \"Marge Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:23.523Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:23.383Z\",\n        \"ActionRef\": \"78835\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:23.383Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:23.383Z\",\n        \"ActionRef\": \"74381\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:23.383Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:23.243Z\",\n        \"ActionRef\": \"74380\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48312,\n        \"CandidateName\": \"Wendy Kirk Mcdougall\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:23.243Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:23.243Z\",\n        \"ActionRef\": \"78834\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48312,\n        \"CandidateName\": \"Wendy Kirk Mcdougall\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:23.243Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:22.930Z\",\n        \"ActionRef\": \"78833\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48310,\n        \"CandidateName\": \"Lucy Council\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:22.930Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:22.930Z\",\n        \"ActionRef\": \"74378\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48310,\n        \"CandidateName\": \"Lucy Council\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:22.930Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:22.790Z\",\n        \"ActionRef\": \"74377\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48307,\n        \"CandidateName\": \"Shona Mckenzie\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:22.790Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:22.790Z\",\n        \"ActionRef\": \"78832\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48307,\n        \"CandidateName\": \"Shona Mckenzie\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:22.790Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:22.650Z\",\n        \"ActionRef\": \"78831\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:22.650Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:22.650Z\",\n        \"ActionRef\": \"74376\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:22.650Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:22.243Z\",\n        \"ActionRef\": \"74373\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:22.243Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:22.243Z\",\n        \"ActionRef\": \"78830\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48302,\n        \"CandidateName\": \"norma kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:22.243Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:21.960Z\",\n        \"ActionRef\": \"78829\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:21.960Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:21.960Z\",\n        \"ActionRef\": \"74371\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:21.960Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:21.680Z\",\n        \"ActionRef\": \"74369\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48297,\n        \"CandidateName\": \"Noel Krohn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:21.680Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:21.680Z\",\n        \"ActionRef\": \"78828\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48297,\n        \"CandidateName\": \"Noel Krohn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:21.680Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:21.540Z\",\n        \"ActionRef\": \"74368\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:21.540Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:21.540Z\",\n        \"ActionRef\": \"78827\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:21.540Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:21.260Z\",\n        \"ActionRef\": \"74366\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48292,\n        \"CandidateName\": \"Andy Campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:21.260Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:21.260Z\",\n        \"ActionRef\": \"78826\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48292,\n        \"CandidateName\": \"Andy Campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:21.260Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:21.117Z\",\n        \"ActionRef\": \"78825\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48290,\n        \"CandidateName\": \"will Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:21.117Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:21.117Z\",\n        \"ActionRef\": \"74365\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48290,\n        \"CandidateName\": \"will Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:21.117Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.977Z\",\n        \"ActionRef\": \"74364\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48289,\n        \"CandidateName\": \"Rita Evans\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.977Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.977Z\",\n        \"ActionRef\": \"78824\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48289,\n        \"CandidateName\": \"Rita Evans\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.977Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.867Z\",\n        \"ActionRef\": \"78823\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48288,\n        \"CandidateName\": \"Mian Gordon\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.867Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.867Z\",\n        \"ActionRef\": \"74363\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48288,\n        \"CandidateName\": \"Mian Gordon\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.867Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.727Z\",\n        \"ActionRef\": \"74362\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48287,\n        \"CandidateName\": \"Emma Watts\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.727Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.727Z\",\n        \"ActionRef\": \"78822\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48287,\n        \"CandidateName\": \"Emma Watts\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.727Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.460Z\",\n        \"ActionRef\": \"78820\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.460Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.460Z\",\n        \"ActionRef\": \"74360\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.460Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.210Z\",\n        \"ActionRef\": \"78818\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48283,\n        \"CandidateName\": \"Susan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.210Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.210Z\",\n        \"ActionRef\": \"74358\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48283,\n        \"CandidateName\": \"Susan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.210Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.070Z\",\n        \"ActionRef\": \"78817\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48282,\n        \"CandidateName\": \"Wiliam Nettly\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.070Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:20.070Z\",\n        \"ActionRef\": \"74357\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48282,\n        \"CandidateName\": \"Wiliam Nettly\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:20.070Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:19.930Z\",\n        \"ActionRef\": \"74356\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48281,\n        \"CandidateName\": \"Fay James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:19.930Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:19.930Z\",\n        \"ActionRef\": \"78816\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48281,\n        \"CandidateName\": \"Fay James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:19.930Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:19.807Z\",\n        \"ActionRef\": \"78815\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48280,\n        \"CandidateName\": \"Lou Went\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:19.807Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:19.807Z\",\n        \"ActionRef\": \"74355\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48280,\n        \"CandidateName\": \"Lou Went\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:19.807Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:19.570Z\",\n        \"ActionRef\": \"74353\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48278,\n        \"CandidateName\": \"Sarah Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:19.570Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:19.570Z\",\n        \"ActionRef\": \"78814\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48278,\n        \"CandidateName\": \"Sarah Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:19.570Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.900Z\",\n        \"ActionRef\": \"78812\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.900Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.900Z\",\n        \"ActionRef\": \"74348\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.900Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.760Z\",\n        \"ActionRef\": \"74347\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.760Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.760Z\",\n        \"ActionRef\": \"78811\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.760Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.617Z\",\n        \"ActionRef\": \"78810\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48271,\n        \"CandidateName\": \"Fernando Diebold\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.617Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.617Z\",\n        \"ActionRef\": \"74346\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48271,\n        \"CandidateName\": \"Fernando Diebold\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.617Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.477Z\",\n        \"ActionRef\": \"78809\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48270,\n        \"CandidateName\": \"Clayton Kirtley\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.477Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.477Z\",\n        \"ActionRef\": \"74345\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48270,\n        \"CandidateName\": \"Clayton Kirtley\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.477Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.353Z\",\n        \"ActionRef\": \"78808\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.353Z\",\n        \"ActionRef\": \"74344\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.227Z\",\n        \"ActionRef\": \"78807\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48268,\n        \"CandidateName\": \"Roxie Sircy\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.227Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.227Z\",\n        \"ActionRef\": \"74343\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48268,\n        \"CandidateName\": \"Roxie Sircy\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.227Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.103Z\",\n        \"ActionRef\": \"78806\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.103Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:18.103Z\",\n        \"ActionRef\": \"74342\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:18.103Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.853Z\",\n        \"ActionRef\": \"74340\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48265,\n        \"CandidateName\": \"Darren Suddarth\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.853Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.853Z\",\n        \"ActionRef\": \"78805\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48265,\n        \"CandidateName\": \"Darren Suddarth\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.853Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.727Z\",\n        \"ActionRef\": \"78804\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.727Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.727Z\",\n        \"ActionRef\": \"74339\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.727Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.603Z\",\n        \"ActionRef\": \"78803\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48263,\n        \"CandidateName\": \"Baker Ted\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.603Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.603Z\",\n        \"ActionRef\": \"74338\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48263,\n        \"CandidateName\": \"Baker Ted\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.603Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.477Z\",\n        \"ActionRef\": \"78802\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48262,\n        \"CandidateName\": \"June Summers\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.460Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.477Z\",\n        \"ActionRef\": \"74337\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48262,\n        \"CandidateName\": \"June Summers\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.460Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.337Z\",\n        \"ActionRef\": \"78801\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48261,\n        \"CandidateName\": \"John Dabs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.337Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.337Z\",\n        \"ActionRef\": \"74336\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48261,\n        \"CandidateName\": \"John Dabs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.337Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.227Z\",\n        \"ActionRef\": \"78800\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48260,\n        \"CandidateName\": \"Sarah Deeds\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.227Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.227Z\",\n        \"ActionRef\": \"74335\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48260,\n        \"CandidateName\": \"Sarah Deeds\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.227Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.087Z\",\n        \"ActionRef\": \"78799\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48259,\n        \"CandidateName\": \"Linda Dansons\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.087Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:17.087Z\",\n        \"ActionRef\": \"74334\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48259,\n        \"CandidateName\": \"Linda Dansons\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:17.087Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.960Z\",\n        \"ActionRef\": \"78798\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48258,\n        \"CandidateName\": \"Ryan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.960Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.960Z\",\n        \"ActionRef\": \"74333\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48258,\n        \"CandidateName\": \"Ryan Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.960Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.853Z\",\n        \"ActionRef\": \"74332\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48256,\n        \"CandidateName\": \"diana Hayse\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.837Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.853Z\",\n        \"ActionRef\": \"78797\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48256,\n        \"CandidateName\": \"diana Hayse\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.837Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.710Z\",\n        \"ActionRef\": \"78796\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48255,\n        \"CandidateName\": \"David James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.710Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.710Z\",\n        \"ActionRef\": \"74331\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48255,\n        \"CandidateName\": \"David James\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.710Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.587Z\",\n        \"ActionRef\": \"74330\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.587Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.587Z\",\n        \"ActionRef\": \"78795\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.587Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.460Z\",\n        \"ActionRef\": \"78794\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48253,\n        \"CandidateName\": \"Jane Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.460Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.460Z\",\n        \"ActionRef\": \"74329\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48253,\n        \"CandidateName\": \"Jane Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.460Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.227Z\",\n        \"ActionRef\": \"74327\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48251,\n        \"CandidateName\": \"rita long\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.227Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.227Z\",\n        \"ActionRef\": \"78793\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48251,\n        \"CandidateName\": \"rita long\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.227Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.087Z\",\n        \"ActionRef\": \"78792\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48250,\n        \"CandidateName\": \"Ann Reed\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.087Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:16.087Z\",\n        \"ActionRef\": \"74326\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48250,\n        \"CandidateName\": \"Ann Reed\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:16.087Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.837Z\",\n        \"ActionRef\": \"78791\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48248,\n        \"CandidateName\": \"greg jones\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.837Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.837Z\",\n        \"ActionRef\": \"74324\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48248,\n        \"CandidateName\": \"greg jones\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.837Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.727Z\",\n        \"ActionRef\": \"78790\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.727Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.727Z\",\n        \"ActionRef\": \"74323\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.727Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.603Z\",\n        \"ActionRef\": \"78789\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48246,\n        \"CandidateName\": \"Fay Shaw\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.603Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.603Z\",\n        \"ActionRef\": \"74322\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48246,\n        \"CandidateName\": \"Fay Shaw\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.603Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.477Z\",\n        \"ActionRef\": \"78788\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48244,\n        \"CandidateName\": \"Wendy Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.477Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.477Z\",\n        \"ActionRef\": \"74321\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48244,\n        \"CandidateName\": \"Wendy Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.477Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.337Z\",\n        \"ActionRef\": \"74320\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48243,\n        \"CandidateName\": \"Claire Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.337Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.337Z\",\n        \"ActionRef\": \"78787\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48243,\n        \"CandidateName\": \"Claire Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.337Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.210Z\",\n        \"ActionRef\": \"74319\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.210Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.210Z\",\n        \"ActionRef\": \"78786\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.210Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.070Z\",\n        \"ActionRef\": \"74318\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48240,\n        \"CandidateName\": \"Pauline Hey\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.070Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:15.070Z\",\n        \"ActionRef\": \"78785\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48240,\n        \"CandidateName\": \"Pauline Hey\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:15.070Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:14.900Z\",\n        \"ActionRef\": \"74317\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48239,\n        \"CandidateName\": \"Bob wanabe\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:14.900Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:14.900Z\",\n        \"ActionRef\": \"78784\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48239,\n        \"CandidateName\": \"Bob wanabe\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:14.900Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:14.617Z\",\n        \"ActionRef\": \"78782\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:14.617Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:14.617Z\",\n        \"ActionRef\": \"74315\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:14.617Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:14.493Z\",\n        \"ActionRef\": \"74314\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48236,\n        \"CandidateName\": \"Emma Symoe\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:14.493Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:14.493Z\",\n        \"ActionRef\": \"78781\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48236,\n        \"CandidateName\": \"Emma Symoe\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:14.493Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:14.353Z\",\n        \"ActionRef\": \"78780\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:14.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:14.353Z\",\n        \"ActionRef\": \"74313\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:14.353Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:14.210Z\",\n        \"ActionRef\": \"74312\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:14.210Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:14.210Z\",\n        \"ActionRef\": \"78779\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:14.210Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:13.960Z\",\n        \"ActionRef\": \"78777\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48232,\n        \"CandidateName\": \"Mark Questions\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:13.960Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:13.960Z\",\n        \"ActionRef\": \"74310\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48232,\n        \"CandidateName\": \"Mark Questions\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:13.960Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:13.837Z\",\n        \"ActionRef\": \"78776\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:13.837Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:13.837Z\",\n        \"ActionRef\": \"74309\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:13.837Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:13.697Z\",\n        \"ActionRef\": \"78775\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48229,\n        \"CandidateName\": \"Nick Kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:13.697Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:13.697Z\",\n        \"ActionRef\": \"74308\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48229,\n        \"CandidateName\": \"Nick Kirk\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:13.697Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:13.557Z\",\n        \"ActionRef\": \"74307\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48227,\n        \"CandidateName\": \"Wendy McDougall\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:13.557Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:13.557Z\",\n        \"ActionRef\": \"78774\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48227,\n        \"CandidateName\": \"Wendy McDougall\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:13.557Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:13.413Z\",\n        \"ActionRef\": \"74306\",\n        \"ActionName\": \"Consent Request\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:13.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:48:13.413Z\",\n        \"ActionRef\": \"78773\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:48:13.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T14:41:52.697Z\",\n        \"ActionRef\": \"74304\",\n        \"ActionName\": \"Mark for Delete\",\n        \"ActionDetail\": null,\n        \"Notes\": \"lgkjbkj\",\n        \"CandidateRef\": 48374,\n        \"CandidateName\": \"Demo Reporter\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T14:41:52.680Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T13:27:52.300Z\",\n        \"ActionRef\": \"74266\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91976,\n        \"JobTitle\": \"project manager\",\n        \"AdvertRef\": 1470,\n        \"AdvertTitle\": \"project manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-21T00:00:00.000Z\",\n        \"Updated\": \"2024-06-10T13:27:52.300Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T13:27:52.190Z\",\n        \"ActionRef\": \"74265\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91976,\n        \"JobTitle\": \"project manager\",\n        \"AdvertRef\": 1470,\n        \"AdvertTitle\": \"project manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T13:27:52.190Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T13:19:45.073Z\",\n        \"ActionRef\": \"74263\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91976,\n        \"JobTitle\": \"project manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T13:19:45.073Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T13:19:44.450Z\",\n        \"ActionRef\": \"74262\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91976,\n        \"JobTitle\": \"project manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-10T00:00:00.000Z\",\n        \"Updated\": \"2024-06-10T13:19:44.450Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T13:19:43.793Z\",\n        \"ActionRef\": \"74261\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48512,\n        \"CandidateName\": \"MR Bump\",\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91976,\n        \"JobTitle\": \"project manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T13:19:43.793Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-10T13:17:44.427Z\",\n        \"ActionRef\": \"74260\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48277,\n        \"ContactName\": \"Linda Jacobs\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91976,\n        \"JobTitle\": \"project manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-10T13:17:44.410Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-09T13:05:24.910Z\",\n        \"ActionRef\": \"43499\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"holiday\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48225,\n        \"ContactName\": \"Demo Candidate\",\n        \"CompanyRef\": 92699,\n        \"CompanyName\": \"Search\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-24T00:00:00.000Z\",\n        \"Updated\": \"2024-06-09T13:05:24.993Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-08T14:03:52.567Z\",\n        \"ActionRef\": \"47885\",\n        \"ActionName\": \"Star Rating\",\n        \"ActionDetail\": null,\n        \"Notes\": \"fmdgadghsdjaf\",\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-08T14:03:52.570Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-08T14:01:56.587Z\",\n        \"ActionRef\": \"47883\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-11T00:00:00.000Z\",\n        \"Updated\": \"2024-06-08T14:01:56.603Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-08T14:01:56.443Z\",\n        \"ActionRef\": \"47882\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48231,\n        \"CandidateName\": \"Homer Simpson\",\n        \"ContactRef\": 48214,\n        \"ContactName\": \"Steven McCann\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-11T00:00:00.000Z\",\n        \"Updated\": \"2024-06-08T14:01:56.493Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-08T10:25:58.873Z\",\n        \"ActionRef\": \"47851\",\n        \"ActionName\": \"Notes - Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"mhzvxcjhvdzhx\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48235,\n        \"ContactName\": \"Santa Clause\",\n        \"CompanyRef\": 92697,\n        \"CompanyName\": \"firefish software\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-08T10:25:58.897Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-08T10:23:51.173Z\",\n        \"ActionRef\": \"47850\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"xv bcvb\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48235,\n        \"ContactName\": \"Santa Clause\",\n        \"CompanyRef\": 92697,\n        \"CompanyName\": \"firefish software\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-08T10:23:51.430Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-06T16:59:05.307Z\",\n        \"ActionRef\": \"47846\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-15T00:00:00.000Z\",\n        \"Updated\": \"2024-06-06T16:59:05.397Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-06T16:59:04.660Z\",\n        \"ActionRef\": \"47845\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48214,\n        \"ContactName\": \"Steven McCann\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-15T00:00:00.000Z\",\n        \"Updated\": \"2024-06-06T16:59:04.890Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-06-06T16:42:54.667Z\",\n        \"ActionRef\": \"47843\",\n        \"ActionName\": \"Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ejrtgwjkewjkgf\",\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-06T16:42:54.777Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-05T08:59:13.017Z\",\n        \"ActionRef\": \"39363\",\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Notes\": \"testing action\",\n        \"CandidateRef\": 48280,\n        \"CandidateName\": \"Lou Went\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-19T00:00:00.000Z\",\n        \"Updated\": \"2024-06-05T08:59:13.017Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-04T16:08:42.177Z\",\n        \"ActionRef\": \"41062\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Company: TSL\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48398,\n        \"ContactName\": \"miss bird\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-04T16:08:42.173Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-04T16:06:19.413Z\",\n        \"ActionRef\": \"64693\",\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92751,\n        \"CompanyName\": \"TSL\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-04T16:06:19.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-04T15:58:41.513Z\",\n        \"ActionRef\": \"41060\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"skuxhakjhc;jklahs\",\n        \"CandidateRef\": 48256,\n        \"CandidateName\": \"diana Hayse\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-04T00:00:00.000Z\",\n        \"Updated\": \"2024-06-04T15:58:41.513Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-04T15:58:41.500Z\",\n        \"ActionRef\": \"41059\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"skuxhakjhc;jklahs\",\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-04T00:00:00.000Z\",\n        \"Updated\": \"2024-06-04T15:58:41.500Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-04T15:58:41.487Z\",\n        \"ActionRef\": \"41058\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"skuxhakjhc;jklahs\",\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-04T00:00:00.000Z\",\n        \"Updated\": \"2024-06-04T15:58:41.487Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-04T15:58:41.450Z\",\n        \"ActionRef\": \"41055\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"skuxhakjhc;jklahs\",\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-04T00:00:00.000Z\",\n        \"Updated\": \"2024-06-04T15:58:41.450Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-04T15:58:41.430Z\",\n        \"ActionRef\": \"41054\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"skuxhakjhc;jklahs\",\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-04T00:00:00.000Z\",\n        \"Updated\": \"2024-06-04T15:58:41.430Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-04T15:58:41.387Z\",\n        \"ActionRef\": \"41051\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"skuxhakjhc;jklahs\",\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-04T00:00:00.000Z\",\n        \"Updated\": \"2024-06-04T15:58:41.387Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-04T15:58:41.260Z\",\n        \"ActionRef\": \"41048\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"skuxhakjhc;jklahs\",\n        \"CandidateRef\": 48294,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-04T00:00:00.000Z\",\n        \"Updated\": \"2024-06-04T15:58:41.323Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-02T09:36:36.027Z\",\n        \"ActionRef\": \"43498\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48332,\n        \"CandidateName\": \"andy barnett\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-02T09:36:36.027Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-02T09:36:35.827Z\",\n        \"ActionRef\": \"43494\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-02T09:36:35.823Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-02T09:36:35.810Z\",\n        \"ActionRef\": \"43493\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-02T09:36:35.810Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-02T07:17:04.263Z\",\n        \"ActionRef\": \"78280\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48149,\n        \"CandidateName\": \"Audrey Arand\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-02T07:17:04.330Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-06-02T07:17:04.263Z\",\n        \"ActionRef\": \"43487\",\n        \"ActionName\": \"Prescreen\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48149,\n        \"CandidateName\": \"Audrey Arand\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-02T07:17:04.330Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T15:37:42.577Z\",\n        \"ActionRef\": \"67869\",\n        \"ActionName\": \"Password Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": \"The email message was skipped.<br/>\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T15:37:42.577Z\"\n    },\n    {\n        \"CreatedUserRef\": 48280,\n        \"UserName\": \"Lou Went\",\n        \"ActionDate\": \"2024-06-01T12:04:19.600Z\",\n        \"ActionRef\": \"64674\",\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T12:04:19.600Z\"\n    },\n    {\n        \"CreatedUserRef\": 48280,\n        \"UserName\": \"Lou Went\",\n        \"ActionDate\": \"2024-06-01T12:03:24.340Z\",\n        \"ActionRef\": \"39329\",\n        \"ActionName\": \"Registration - Web\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: 9-20 recruitment\",\n        \"CandidateRef\": 48280,\n        \"CandidateName\": \"Lou Went\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T12:03:24.340Z\",\n        \"Updated\": \"2024-06-01T12:03:24.340Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T11:51:30.777Z\",\n        \"ActionRef\": \"67868\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sadgsdfghsd\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T11:51:30.777Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T11:50:02.213Z\",\n        \"ActionRef\": \"67867\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"zxcvxcv\\r\\n\\r\\nEmail attached to Antonia Friedrick's action summary\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-06-01T11:50:02.213Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T11:48:12.727Z\",\n        \"ActionRef\": \"67865\",\n        \"ActionName\": \"Notes - Comments\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdfgdfsg\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48212,\n        \"ContactName\": \"Antonia Friedrick\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T11:48:12.727Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T11:47:09.190Z\",\n        \"ActionRef\": \"67864\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Email attached to bob barker's action summary\",\n        \"CandidateRef\": 48219,\n        \"CandidateName\": \"Bill Gates\",\n        \"ContactRef\": 48616,\n        \"ContactName\": \"bob barker\",\n        \"CompanyRef\": 92763,\n        \"CompanyName\": \"xiros\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-06-01T11:47:09.190Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T11:47:09.003Z\",\n        \"ActionRef\": \"67862\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Email attached to Alan Hiddleston's action summary\",\n        \"CandidateRef\": 48219,\n        \"CandidateName\": \"Bill Gates\",\n        \"ContactRef\": 48517,\n        \"ContactName\": \"Demo Compliance\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-06-01T11:47:09.003Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T11:47:08.800Z\",\n        \"ActionRef\": \"67861\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Email attached to Alex Bound's action summary\",\n        \"CandidateRef\": 48219,\n        \"CandidateName\": \"Bill Gates\",\n        \"ContactRef\": 48200,\n        \"ContactName\": \"Alex Bound\",\n        \"CompanyRef\": 92732,\n        \"CompanyName\": \"bank of no one\",\n        \"ParentCompanyRef\": 92750,\n        \"ParentCompanyName\": \"Bank Head Quarters\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-06-01T11:47:08.800Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:58:24.667Z\",\n        \"ActionRef\": \"74246\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:58:24.667Z\"\n    },\n    {\n        \"CreatedUserRef\": 48238,\n        \"UserName\": \"Gordon Brown\",\n        \"ActionDate\": \"2024-06-01T10:57:39.917Z\",\n        \"ActionRef\": \"74245\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:57:39.917Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:57:39.823Z\",\n        \"ActionRef\": \"74244\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:57:39.853Z\"\n    },\n    {\n        \"CreatedUserRef\": 48238,\n        \"UserName\": \"Gordon Brown\",\n        \"ActionDate\": \"2024-06-01T10:57:39.743Z\",\n        \"ActionRef\": \"74243\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:57:39.743Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:57:39.603Z\",\n        \"ActionRef\": \"74242\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:57:39.667Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:47:22.197Z\",\n        \"ActionRef\": \"74236\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": 1469,\n        \"AdvertTitle\": \"Project Manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-12T00:00:00.000Z\",\n        \"Updated\": \"2024-06-01T10:47:22.197Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:47:22.057Z\",\n        \"ActionRef\": \"74235\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": 1469,\n        \"AdvertTitle\": \"Project Manager\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:47:22.057Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:44:45.413Z\",\n        \"ActionRef\": \"78212\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:44:45.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:44:45.413Z\",\n        \"ActionRef\": \"74234\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-06-01T10:44:45.413Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:44:45.147Z\",\n        \"ActionRef\": \"74233\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:44:45.147Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:44:44.867Z\",\n        \"ActionRef\": \"74232\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:44:44.867Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:44:44.493Z\",\n        \"ActionRef\": \"78209\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:44:44.477Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:44:44.493Z\",\n        \"ActionRef\": \"74231\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-06-01T10:44:44.477Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:44:20.053Z\",\n        \"ActionRef\": \"74230\",\n        \"ActionName\": \"Recruiter Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfdf\",\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:44:20.053Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:43:58.257Z\",\n        \"ActionRef\": \"74229\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48300,\n        \"CandidateName\": \"Lynn laughland\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-06-01T10:43:58.257Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:43:57.740Z\",\n        \"ActionRef\": \"74228\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:43:57.740Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:43:57.163Z\",\n        \"ActionRef\": \"74227\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:43:57.163Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:43:56.693Z\",\n        \"ActionRef\": \"74226\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48285,\n        \"CandidateName\": \"Wendy campbell\",\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-06-01T10:43:56.693Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-06-01T10:37:56.263Z\",\n        \"ActionRef\": \"74225\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48238,\n        \"ContactName\": \"Gordon Brown\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-06-01T10:37:56.263Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-31T15:07:29.037Z\",\n        \"ActionRef\": \"78119\",\n        \"ActionName\": \"Star Rating\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-31T15:07:29.033Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-31T15:07:29.037Z\",\n        \"ActionRef\": \"43278\",\n        \"ActionName\": \"Meeting Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ok\",\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-31T15:07:29.033Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-05-31T09:35:50.190Z\",\n        \"ActionRef\": \"47767\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dhfaksjjklafg\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48225,\n        \"ContactName\": \"Demo Candidate\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-31T09:35:50.203Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-05-31T09:35:21.493Z\",\n        \"ActionRef\": \"47765\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48539,\n        \"ContactName\": \"Danny Johnson\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-05-31T09:35:21.497Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-05-31T09:35:21.473Z\",\n        \"ActionRef\": \"47764\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48411,\n        \"ContactName\": \"Prem John\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-05-31T09:35:21.477Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-05-31T09:35:21.080Z\",\n        \"ActionRef\": \"47761\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-05-31T09:35:21.183Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-27T15:24:19.303Z\",\n        \"ActionRef\": \"41046\",\n        \"ActionName\": \"Create Contact - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48396,\n        \"ContactName\": \"Lynne Wilkins\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-05-26T23:00:00.000Z\",\n        \"Updated\": \"2024-05-27T15:24:19.317Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-27T15:24:19.303Z\",\n        \"ActionRef\": \"78273\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48396,\n        \"ContactName\": \"Lynne Wilkins\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-27T15:24:19.317Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-26T14:59:51.547Z\",\n        \"ActionRef\": \"43265\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"m,mbj,b\",\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-26T14:59:51.543Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-26T14:36:53.970Z\",\n        \"ActionRef\": \"43259\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"lkxcvblxkjcvkjb\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48469,\n        \"ContactName\": \"gareth Training\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-10T00:00:00.000Z\",\n        \"Updated\": \"2024-05-26T14:36:53.970Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-26T14:36:29.320Z\",\n        \"ActionRef\": \"43258\",\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Notes\": \"ljbkjjk\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48469,\n        \"ContactName\": \"gareth Training\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-05-26T00:00:00.000Z\",\n        \"Updated\": \"2024-05-26T14:36:29.320Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-26T14:32:00.647Z\",\n        \"ActionRef\": \"43257\",\n        \"ActionName\": \"Create Contact - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Subject: firefish email settings - test email\\r\\n\\r\\nHello<br><br>\\r\\nThis is a test email initiated by you from your firefish general email settings page.<br>\\r\\nAs you are reading this your email settings are correctly configured.<br><br>\\r\\nThank you<br><br>\\r\\nfirefish system (the general email signature follows)<img alt=\\\"\\\" width=\\\"142\\\" height=\\\"106\\\" src=\\\"http://demo.firefishsoftware.com/userfiles/firefish_demo/EMail/images/New Picture.bmp\\\"><br>KGKJG\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48469,\n        \"ContactName\": \"gareth Training\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-26T14:32:00.647Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-26T14:24:01.123Z\",\n        \"ActionRef\": \"41044\",\n        \"ActionName\": \"Email - Get In Touch\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-26T14:24:01.123Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-26T14:22:35.173Z\",\n        \"ActionRef\": \"41043\",\n        \"ActionName\": \"Registration - Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Subject: Re: Firefish\\r\\n\\r\\n<html>\\r\\n<head>\\r\\n</head>\\r\\n<body>      \\r\\n    Thanks Wendy<br>\\r\\nI've told Hilary that she should dump Bond and move to firefish - will I get commission :-)<br>\\r\\n<br>\\r\\nIf you do get a chance to set me up with a demo account before u go it would be great.<br>\\r\\n<br>\\r\\nSpeak to you soon,<br>\\r\\n<br>\\r\\nGordon<br>\\r\\n<br>\\r\\nSent from mobile device<br>\\r\\n<br>\\r\\nOn 6 Oct 2011, at 12:40, \\\"Wendy McDougall\\\" <<a href=\\\"mailto:wmcdougall@firefishsoftware.com\\\">wmcdougall@firefishsoftware.com</a>> wrote: <br>\\r\\n<br>\\r\\n> HI Gordon<br>\\r\\n> <br>\\r\\n> Great to chat to you this morning and I have attached the following  -<br>\\r\\n> <br>\\r\\n> Feature and price list however after 10 users you can start to tap into our volume discounts  -<br>\\r\\n> <br>\\r\\n> Discounted Price available Per recruiter per month<br>\\r\\n> <br>\\r\\n> Discounted rates (licence only)<br>\\r\\n> <br>\\r\\n> 10-20 Users<br>\\r\\n> <br>\\r\\n> 20 - 54 Users<br>\\r\\n> <br>\\r\\n> 55 - 99 Users<br>\\r\\n> <br>\\r\\n> 3 Year Contract<br>\\r\\n> <br>\\r\\n> 25.0%<br>\\r\\n> <br>\\r\\n> 30.0%<br>\\r\\n> <br>\\r\\n> 35.0%<br>\\r\\n> <br>\\r\\n> 2 Year Contract<br>\\r\\n> <br>\\r\\n> 20.0%<br>\\r\\n> <br>\\r\\n> 27.0%<br>\\r\\n> <br>\\r\\n> 30.0%<br>\\r\\n> <br>\\r\\n> 1 Year Contract<br>\\r\\n> <br>\\r\\n> 15.0%<br>\\r\\n> <br>\\r\\n> 25.0%<br>\\r\\n> <br>\\r\\n> 28.0%<br>\\r\\n> <br>\\r\\n> <br>\\r\\n> And some other links to have a look at what our customers think  -<br>\\r\\n> <br>\\r\\n> <br>\\r\\n> *   Don’t take our word for it!  <a href=\\\"http://www.firefishsoftware.com/buzz.aspx\\\" target=\\\"_blank\\\">http://www.firefishsoftware.com/buzz.aspx</a>  or on comments made on  LinkedIn<http://www.linkedin.com/company/firefish-software/firefish-59816/product> <br>\\r\\n> *   Frequently asked questions FAQ<http://www.firefishsoftware.com/faqs.aspx><br>\\r\\n> <br>\\r\\n> I am away next week but look forward to hearing from you<br>\\r\\n> <br>\\r\\n> Best Wishes Wendy<br>\\r\\n> <br>\\r\\n> Wendy McDougall<br>\\r\\n> CEO<br>\\r\\n> Firefish Software ltd<br>\\r\\n> <br>\\r\\n> Tel:                 +44 (0)845 619 4443<br>\\r\\n> Fax:                 +44(0)141 404 2590<br>\\r\\n> Email:             wmcdougall@firefishsoftware.com<mailto:wmcdougall@firefishsoftware.com><br>\\r\\n> Web:               <a href=\\\"http://www.firefishsoftware.com<http://www.firefishsoftware.com/>\\\" target=\\\"_blank\\\">www.firefishsoftware.com<http://www.firefishsoftware.com/></a> <br>\\r\\n> Twitter:           <a href=\\\"http://twitter.com/FireFishNow\\\" target=\\\"_blank\\\">http://twitter.com/FireFishNow</a> <br>\\r\\n> Linked In:       <a href=\\\"http://uk.linkedin.com/in/wendymcdougall\\\" target=\\\"_blank\\\">http://uk.linkedin.com/in/wendymcdougall</a> <br>\\r\\n> <br>\\r\\n> View our latest video:  “Recruitment has changed”<http://youtu.be/E4s0aaX6pUs><br>\\r\\n> <br>\\r\\n> [cid:image001.jpg@01CC7882.AD7D66A0]<br>\\r\\n> <br>\\r\\n> This message is sent in confidence for the addressee only. It may contain legally privileged information. The contents are not to be disclosed to anyone other than the addressee. If you have received it in error, please contact the sender immediately by return e-mail or by telephoning +44 (0)845 619 4443. Please then delete the e-mail and do not disclose its contents to any person. We believe, but do not warrant, that this e-mail and any attachments are virus free however you should take full responsibility for virus checking. Firefish Software Ltd reserves the right to monitor all e-mail communications through its internal and external networks.<br>\\r\\n> <br>\\r\\n> <image001.jpg><br>\\r\\n> <Working with Firefish.pdf><br>\\r\\n> <Working with UKfast.pdf><br>\\r\\n> <Firefish Feature List - Agency.pdf><br>\\r\\n\\r\\n    <br>\\r\\n    <br>\\r\\n<span style=\\\"font-family:Arial; Font-size:10.0pt\\\">\\r\\n\\r\\n<hr width=\\\"100%\\\">\\r\\nThis email message has been scanned for viruses by Mimecast.<br>\\r\\nMimecast delivers a complete managed email solution from a single web based platform.<br>\\r\\nFor more information please visit <a href=\\\"http://www.mimecast.com\\\">http://www.mimecast.com</a>\\r\\n<hr width=\\\"100%\\\">\\r\\n\\r\\n  </span></body></html>\\r\\n\\r\\n\",\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-05-25T23:00:00.000Z\",\n        \"Updated\": \"2024-05-26T14:22:35.210Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-05-26T09:27:57.730Z\",\n        \"ActionRef\": \"47749\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-26T09:27:57.740Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-05-26T09:27:57.537Z\",\n        \"ActionRef\": \"47748\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48214,\n        \"ContactName\": \"Steven McCann\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-26T09:27:57.580Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-05-26T08:58:00.483Z\",\n        \"ActionRef\": \"47739\",\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Notes\": \"vk;jsl;hjs'gh';dfg';dg\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48225,\n        \"ContactName\": \"Demo Candidate\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-05-26T08:58:00.680Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-25T15:25:46.390Z\",\n        \"ActionRef\": \"39320\",\n        \"ActionName\": \"Registration - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Google\",\n        \"CandidateRef\": 48278,\n        \"CandidateName\": \"Sarah Bloggs\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-25T15:25:46.390Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-25T14:50:42.810Z\",\n        \"ActionRef\": \"47735\",\n        \"ActionName\": \"Suggest\",\n        \"ActionDetail\": \"To Demo Compliance\",\n        \"Notes\": \"hey can yu try and re connect to kljzshcj\",\n        \"CandidateRef\": 48128,\n        \"CandidateName\": \"Gabriele Ellerby\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-05-25T14:50:42.810Z\",\n        \"Updated\": \"2024-05-25T14:50:42.840Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-25T14:38:21.367Z\",\n        \"ActionRef\": \"47729\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"skhcgjgascjhj\",\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-05-25T00:00:00.000Z\",\n        \"Updated\": \"2024-05-25T14:38:21.400Z\"\n    },\n    {\n        \"CreatedUserRef\": 48226,\n        \"UserName\": \"Demo Admin\",\n        \"ActionDate\": \"2024-05-25T14:38:21.210Z\",\n        \"ActionRef\": \"47728\",\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Notes\": \"skhcgjgascjhj\",\n        \"CandidateRef\": 48391,\n        \"CandidateName\": \"Gordon Adams\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-05-25T00:00:00.000Z\",\n        \"Updated\": \"2024-05-25T14:38:21.263Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-05-25T13:02:13.097Z\",\n        \"ActionRef\": \"47723\",\n        \"ActionName\": \"Canvass Call - Left Message\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48225,\n        \"ContactName\": \"Demo Candidate\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-05-23T00:00:00.000Z\",\n        \"Updated\": \"2024-05-25T13:02:13.130Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-05-25T12:59:12.267Z\",\n        \"ActionRef\": \"47720\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48233,\n        \"ContactName\": \"Jo bloggs\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-05-25T12:59:12.290Z\"\n    },\n    {\n        \"CreatedUserRef\": 48517,\n        \"UserName\": \"Demo Compliance\",\n        \"ActionDate\": \"2024-05-25T12:59:11.970Z\",\n        \"ActionRef\": \"47719\",\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48225,\n        \"CandidateName\": \"Demo Candidate\",\n        \"ContactRef\": 48214,\n        \"ContactName\": \"Steven McCann\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-06-01T00:00:00.000Z\",\n        \"Updated\": \"2024-05-25T12:59:12.017Z\"\n    },\n    {\n        \"CreatedUserRef\": 48812,\n        \"UserName\": \"Craig Law\",\n        \"ActionDate\": \"2024-05-24T09:19:33.410Z\",\n        \"ActionRef\": \"79128\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Consent Provided.\",\n        \"CandidateRef\": 48818,\n        \"CandidateName\": \"Craig Contract6\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-24T09:19:33.410Z\"\n    },\n    {\n        \"CreatedUserRef\": 48812,\n        \"UserName\": \"Craig Law\",\n        \"ActionDate\": \"2024-05-24T09:19:33.270Z\",\n        \"ActionRef\": \"79127\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48818,\n        \"CandidateName\": \"Craig Contract6\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-24T09:19:33.270Z\"\n    },\n    {\n        \"CreatedUserRef\": 48812,\n        \"UserName\": \"Craig Law\",\n        \"ActionDate\": \"2024-05-24T09:19:33.270Z\",\n        \"ActionRef\": \"79126\",\n        \"ActionName\": \"Registration - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48818,\n        \"CandidateName\": \"Craig Contract6\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-05-24T00:00:00.000Z\",\n        \"Updated\": \"2024-05-24T09:19:33.270Z\"\n    },\n    {\n        \"CreatedUserRef\": 48812,\n        \"UserName\": \"Craig Law\",\n        \"ActionDate\": \"2024-05-24T09:18:33.173Z\",\n        \"ActionRef\": \"79125\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Manual registration\",\n        \"CandidateRef\": 48817,\n        \"CandidateName\": \"Craig Contract5\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-24T09:18:33.173Z\"\n    },\n    {\n        \"CreatedUserRef\": 48812,\n        \"UserName\": \"Craig Law\",\n        \"ActionDate\": \"2024-05-24T09:18:33.033Z\",\n        \"ActionRef\": \"79123\",\n        \"ActionName\": \"Registration - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48817,\n        \"CandidateName\": \"Craig Contract5\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-05-24T00:00:00.000Z\",\n        \"Updated\": \"2024-05-24T09:18:33.033Z\"\n    },\n    {\n        \"CreatedUserRef\": 48812,\n        \"UserName\": \"Craig Law\",\n        \"ActionDate\": \"2024-05-24T09:18:33.033Z\",\n        \"ActionRef\": \"79124\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48817,\n        \"CandidateName\": \"Craig Contract5\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null,\n        \"Updated\": \"2024-05-24T09:18:33.033Z\"\n    }\n]"},{"id":"a505f3d3-89e9-48f2-89aa-d051e7449577","name":"Paginated Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{ActionsSearch}}?user-name=Superuser Role&action-date-to=2024-08-07&action-date-from=2000-01-01&Page=1&Page-Size=10","protocol":"https","host":["{{hostName}}{{ActionsSearch}}"],"query":[{"key":"action-name","value":"bulk","description":"Actions where the Action Name that contains the value","type":"text","disabled":true},{"key":"user-name","value":"Superuser Role","description":"Actions where the full User Name matches the value"},{"key":"action-date-to","value":"2024-08-07","description":"Actions created up to this date"},{"key":"action-date-from","value":"2000-01-01","description":"Actions created as of this date"},{"key":"follow-up-date-to","value":"2024-06-02","description":"Actions with follow up date from this date","type":"text","disabled":true},{"key":"follow-up-date-from","value":"2023-01-01","description":"Actions with follow up date from this date","type":"text","disabled":true},{"key":"has-candidate","value":"true","description":"Actions that contain a candidate ref","type":"text","disabled":true},{"key":"has-contact","value":"true","description":"Actions that contain a contact ref","type":"text","disabled":true},{"key":"has-company","value":"true","description":"Actions that contain a company ref","type":"text","disabled":true},{"key":"has-job","value":"true","description":"Actions that contain a job ref","type":"text","disabled":true},{"key":"has-advert","value":"true","description":"Actions that contain an advert ref","type":"text","disabled":true},{"key":"has-friendly-placement","value":"true","description":"Actions that contain a friendly placement ref","type":"text","disabled":true},{"key":"exclude-email-actions","value":"true","description":"Exclude any actions that includes the word 'Email' in the ActionName","type":"text","disabled":true},{"key":"Page","value":"1","description":"Returns the page you wish to view","type":"text"},{"key":"Page-Size","value":"10","description":"Returns the total amount of actions per page","type":"text"},{"key":"has-user","value":"true","description":"Actions that contain a user","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"5089"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Wed, 16 Oct 2024 15:00:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Results\": [\n        {\n            \"CreatedUserRef\": 48787,\n            \"UserName\": \"Superuser Role\",\n            \"ActionDate\": \"2024-07-12T13:24:00.180Z\",\n            \"ActionRef\": \"79430\",\n            \"ActionName\": \"New Job\",\n            \"ActionDetail\": null,\n            \"Notes\": null,\n            \"CandidateRef\": null,\n            \"CandidateName\": null,\n            \"ContactRef\": 48616,\n            \"ContactName\": \"bob barker\",\n            \"CompanyRef\": 92745,\n            \"CompanyName\": \"AG Barr\",\n            \"ParentCompanyRef\": 92704,\n            \"ParentCompanyName\": \"Stream Solutions\",\n            \"JobRef\": 92005,\n            \"JobTitle\": \"Terms Perm Test 6\",\n            \"AdvertRef\": null,\n            \"AdvertTitle\": null,\n            \"FriendlyPlacementRef\": null,\n            \"FollowUpDate\": null\n        },\n        {\n            \"CreatedUserRef\": 48787,\n            \"UserName\": \"Superuser Role\",\n            \"ActionDate\": \"2024-07-12T13:23:38.383Z\",\n            \"ActionRef\": \"79429\",\n            \"ActionName\": \"Close Job\",\n            \"ActionDetail\": null,\n            \"Notes\": null,\n            \"CandidateRef\": null,\n            \"CandidateName\": null,\n            \"ContactRef\": 48799,\n            \"ContactName\": \"HiringManager Role\",\n            \"CompanyRef\": 92808,\n            \"CompanyName\": \"Employer\",\n            \"ParentCompanyRef\": 92809,\n            \"ParentCompanyName\": \"Employer HQ\",\n            \"JobRef\": 92004,\n            \"JobTitle\": \"Terms Perm Test 6\",\n            \"AdvertRef\": null,\n            \"AdvertTitle\": null,\n            \"FriendlyPlacementRef\": null,\n            \"FollowUpDate\": null\n        },\n        {\n            \"CreatedUserRef\": 48787,\n            \"UserName\": \"Superuser Role\",\n            \"ActionDate\": \"2024-07-12T13:23:03.070Z\",\n            \"ActionRef\": \"79428\",\n            \"ActionName\": \"Positions Added\",\n            \"ActionDetail\": null,\n            \"Notes\": \"Changed from 1 to 10\",\n            \"CandidateRef\": null,\n            \"CandidateName\": null,\n            \"ContactRef\": 48799,\n            \"ContactName\": \"HiringManager Role\",\n            \"CompanyRef\": 92808,\n            \"CompanyName\": \"Employer\",\n            \"ParentCompanyRef\": 92809,\n            \"ParentCompanyName\": \"Employer HQ\",\n            \"JobRef\": 92004,\n            \"JobTitle\": \"Terms Perm Test 6\",\n            \"AdvertRef\": null,\n            \"AdvertTitle\": null,\n            \"FriendlyPlacementRef\": null,\n            \"FollowUpDate\": null\n        },\n        {\n            \"CreatedUserRef\": 48787,\n            \"UserName\": \"Superuser Role\",\n            \"ActionDate\": \"2024-07-12T13:23:03.053Z\",\n            \"ActionRef\": \"79427\",\n            \"ActionName\": \"Position Added\",\n            \"ActionDetail\": null,\n            \"Notes\": null,\n            \"CandidateRef\": null,\n            \"CandidateName\": null,\n            \"ContactRef\": 48799,\n            \"ContactName\": \"HiringManager Role\",\n            \"CompanyRef\": 92808,\n            \"CompanyName\": \"Employer\",\n            \"ParentCompanyRef\": 92809,\n            \"ParentCompanyName\": \"Employer HQ\",\n            \"JobRef\": 92004,\n            \"JobTitle\": \"Terms Perm Test 6\",\n            \"AdvertRef\": null,\n            \"AdvertTitle\": null,\n            \"FriendlyPlacementRef\": null,\n            \"FollowUpDate\": null\n        },\n        {\n            \"CreatedUserRef\": 48787,\n            \"UserName\": \"Superuser Role\",\n            \"ActionDate\": \"2024-07-12T13:23:03.037Z\",\n            \"ActionRef\": \"79426\",\n            \"ActionName\": \"Position Added\",\n            \"ActionDetail\": null,\n            \"Notes\": null,\n            \"CandidateRef\": null,\n            \"CandidateName\": null,\n            \"ContactRef\": 48799,\n            \"ContactName\": \"HiringManager Role\",\n            \"CompanyRef\": 92808,\n            \"CompanyName\": \"Employer\",\n            \"ParentCompanyRef\": 92809,\n            \"ParentCompanyName\": \"Employer HQ\",\n            \"JobRef\": 92004,\n            \"JobTitle\": \"Terms Perm Test 6\",\n            \"AdvertRef\": null,\n            \"AdvertTitle\": null,\n            \"FriendlyPlacementRef\": null,\n            \"FollowUpDate\": null\n        },\n        {\n            \"CreatedUserRef\": 48787,\n            \"UserName\": \"Superuser Role\",\n            \"ActionDate\": \"2024-07-12T13:23:03.023Z\",\n            \"ActionRef\": \"79425\",\n            \"ActionName\": \"Position Added\",\n            \"ActionDetail\": null,\n            \"Notes\": null,\n            \"CandidateRef\": null,\n            \"CandidateName\": null,\n            \"ContactRef\": 48799,\n            \"ContactName\": \"HiringManager Role\",\n            \"CompanyRef\": 92808,\n            \"CompanyName\": \"Employer\",\n            \"ParentCompanyRef\": 92809,\n            \"ParentCompanyName\": \"Employer HQ\",\n            \"JobRef\": 92004,\n            \"JobTitle\": \"Terms Perm Test 6\",\n            \"AdvertRef\": null,\n            \"AdvertTitle\": null,\n            \"FriendlyPlacementRef\": null,\n            \"FollowUpDate\": null\n        },\n        {\n            \"CreatedUserRef\": 48787,\n            \"UserName\": \"Superuser Role\",\n            \"ActionDate\": \"2024-07-12T13:23:03.007Z\",\n            \"ActionRef\": \"79424\",\n            \"ActionName\": \"Position Added\",\n            \"ActionDetail\": null,\n            \"Notes\": null,\n            \"CandidateRef\": null,\n            \"CandidateName\": null,\n            \"ContactRef\": 48799,\n            \"ContactName\": \"HiringManager Role\",\n            \"CompanyRef\": 92808,\n            \"CompanyName\": \"Employer\",\n            \"ParentCompanyRef\": 92809,\n            \"ParentCompanyName\": \"Employer HQ\",\n            \"JobRef\": 92004,\n            \"JobTitle\": \"Terms Perm Test 6\",\n            \"AdvertRef\": null,\n            \"AdvertTitle\": null,\n            \"FriendlyPlacementRef\": null,\n            \"FollowUpDate\": null\n        },\n        {\n            \"CreatedUserRef\": 48787,\n            \"UserName\": \"Superuser Role\",\n            \"ActionDate\": \"2024-07-12T13:23:02.990Z\",\n            \"ActionRef\": \"79423\",\n            \"ActionName\": \"Position Added\",\n            \"ActionDetail\": null,\n            \"Notes\": null,\n            \"CandidateRef\": null,\n            \"CandidateName\": null,\n            \"ContactRef\": 48799,\n            \"ContactName\": \"HiringManager Role\",\n            \"CompanyRef\": 92808,\n            \"CompanyName\": \"Employer\",\n            \"ParentCompanyRef\": 92809,\n            \"ParentCompanyName\": \"Employer HQ\",\n            \"JobRef\": 92004,\n            \"JobTitle\": \"Terms Perm Test 6\",\n            \"AdvertRef\": null,\n            \"AdvertTitle\": null,\n            \"FriendlyPlacementRef\": null,\n            \"FollowUpDate\": null\n        },\n        {\n            \"CreatedUserRef\": 48787,\n            \"UserName\": \"Superuser Role\",\n            \"ActionDate\": \"2024-07-12T13:23:02.977Z\",\n            \"ActionRef\": \"79422\",\n            \"ActionName\": \"Position Added\",\n            \"ActionDetail\": null,\n            \"Notes\": null,\n            \"CandidateRef\": null,\n            \"CandidateName\": null,\n            \"ContactRef\": 48799,\n            \"ContactName\": \"HiringManager Role\",\n            \"CompanyRef\": 92808,\n            \"CompanyName\": \"Employer\",\n            \"ParentCompanyRef\": 92809,\n            \"ParentCompanyName\": \"Employer HQ\",\n            \"JobRef\": 92004,\n            \"JobTitle\": \"Terms Perm Test 6\",\n            \"AdvertRef\": null,\n            \"AdvertTitle\": null,\n            \"FriendlyPlacementRef\": null,\n            \"FollowUpDate\": null\n        },\n        {\n            \"CreatedUserRef\": 48787,\n            \"UserName\": \"Superuser Role\",\n            \"ActionDate\": \"2024-07-12T13:23:02.960Z\",\n            \"ActionRef\": \"79421\",\n            \"ActionName\": \"Position Added\",\n            \"ActionDetail\": null,\n            \"Notes\": null,\n            \"CandidateRef\": null,\n            \"CandidateName\": null,\n            \"ContactRef\": 48799,\n            \"ContactName\": \"HiringManager Role\",\n            \"CompanyRef\": 92808,\n            \"CompanyName\": \"Employer\",\n            \"ParentCompanyRef\": 92809,\n            \"ParentCompanyName\": \"Employer HQ\",\n            \"JobRef\": 92004,\n            \"JobTitle\": \"Terms Perm Test 6\",\n            \"AdvertRef\": null,\n            \"AdvertTitle\": null,\n            \"FriendlyPlacementRef\": null,\n            \"FollowUpDate\": null\n        }\n    ],\n    \"TotalPages\": 31,\n    \"TotalCount\": 309\n}"},{"id":"32c4cd40-f824-499f-8d07-0fbb3886c2d3","name":"Unpaginated Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{ActionsSearch}}?action-date-from=2000-01-01","protocol":"https","host":["{{hostName}}{{ActionsSearch}}"],"query":[{"key":"action-date-from","value":"2000-01-01","description":"Actions created as of this date - Defaults to \"Today minus 7 days\" when not provided"},{"key":"action-date-to","value":"date","description":"Actions created up to this date - Defaults to \"Today\" when not provided","type":"text","disabled":true},{"key":"action-name","value":"string","description":"Actions where the Action Name that contains the value","type":"text","disabled":true},{"key":"user-name","value":"string","description":"Actions where the User Name that contains the value","type":"text","disabled":true},{"key":"follow-up-date-to","value":"date","description":"Actions with follow up date from this date","type":"text","disabled":true},{"key":"follow-up-date-from","value":"date","description":"Actions with follow up date from this date","type":"text","disabled":true},{"key":"has-candidate","value":"bool","description":"Actions that contain a candidate ref","type":"text","disabled":true},{"key":"has-contact","value":"bool","description":"Actions that contain a contact ref","type":"text","disabled":true},{"key":"has-company","value":"bool","description":"Actions that contain a company ref","type":"text","disabled":true},{"key":"has-job","value":"bool","description":"Actions that contain a job ref","type":"text","disabled":true},{"key":"has-advert","value":"bool","description":"Actions that contain an advert ref","type":"text","disabled":true},{"key":"has-friendly-placement","value":"bool","description":"Actions that contain a friendly placement ref","type":"text","disabled":true},{"key":"exclude-email-actions","value":"bool","description":"Exclude any actions that includes the word 'Email' in the ActionName","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"496547"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 12:22:04 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CreatedUserRef\": 48788,\n        \"UserName\": \"Compliance Role\",\n        \"ActionDate\": \"2024-02-14T11:42:55.403Z\",\n        \"ActionRef\": \"81015\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-01-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48788,\n        \"UserName\": \"Compliance Role\",\n        \"ActionDate\": \"2024-02-14T11:42:55.403Z\",\n        \"ActionRef\": \"81015\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-01-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:42:55.327Z\",\n        \"ActionRef\": \"81012\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92039-4823-4823\",\n        \"FollowUpDate\": \"2024-03-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:42:55.327Z\",\n        \"ActionRef\": \"81012\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92039-4823-4823\",\n        \"FollowUpDate\": \"2024-03-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:42:55.327Z\",\n        \"ActionRef\": \"81014\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:42:55.327Z\",\n        \"ActionRef\": \"81013\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:42:55.293Z\",\n        \"ActionRef\": \"81011\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:42:55.263Z\",\n        \"ActionRef\": \"81010\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Job 92039 - Non eSign Test 1\",\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:42:10.667Z\",\n        \"ActionRef\": \"81009\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:41:51.633Z\",\n        \"ActionRef\": \"81008\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:41:00.320Z\",\n        \"ActionRef\": \"81007\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:40:59.913Z\",\n        \"ActionRef\": \"81006\",\n        \"ActionName\": \"CV Deadline\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92039,\n        \"JobTitle\": \"Non eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-01-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48788,\n        \"UserName\": \"Compliance Role\",\n        \"ActionDate\": \"2024-02-14T11:36:14.757Z\",\n        \"ActionRef\": \"81005\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-01-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48788,\n        \"UserName\": \"Compliance Role\",\n        \"ActionDate\": \"2024-02-14T11:36:14.757Z\",\n        \"ActionRef\": \"81005\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-01-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:36:14.630Z\",\n        \"ActionRef\": \"81002\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92036-4822-4822\",\n        \"FollowUpDate\": \"2024-03-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:36:14.630Z\",\n        \"ActionRef\": \"81002\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92036-4822-4822\",\n        \"FollowUpDate\": \"2024-03-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:36:14.630Z\",\n        \"ActionRef\": \"81003\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:36:14.630Z\",\n        \"ActionRef\": \"81004\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:36:14.083Z\",\n        \"ActionRef\": \"81001\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:33:43.527Z\",\n        \"ActionRef\": \"81000\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T11:33:27.213Z\",\n        \"ActionRef\": \"80999\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:29.123Z\",\n        \"ActionRef\": \"80998\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-15T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:29.123Z\",\n        \"ActionRef\": \"80998\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-15T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.937Z\",\n        \"ActionRef\": \"80995\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92038-4821-4821\",\n        \"FollowUpDate\": \"2024-06-07T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.937Z\",\n        \"ActionRef\": \"80995\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92038-4821-4821\",\n        \"FollowUpDate\": \"2024-06-07T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.937Z\",\n        \"ActionRef\": \"80996\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.937Z\",\n        \"ActionRef\": \"80997\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.907Z\",\n        \"ActionRef\": \"80994\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.843Z\",\n        \"ActionRef\": \"80993\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Job 92038 - Test Contract Job\",\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.437Z\",\n        \"ActionRef\": \"80992\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-07T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.437Z\",\n        \"ActionRef\": \"80992\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-07T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.280Z\",\n        \"ActionRef\": \"80989\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92038-4820-4820\",\n        \"FollowUpDate\": \"2024-03-08T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.280Z\",\n        \"ActionRef\": \"80989\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92038-4820-4820\",\n        \"FollowUpDate\": \"2024-03-08T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.280Z\",\n        \"ActionRef\": \"80991\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.280Z\",\n        \"ActionRef\": \"80990\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:59:28.170Z\",\n        \"ActionRef\": \"80988\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:53:19.743Z\",\n        \"ActionRef\": \"80987\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:53:19.743Z\",\n        \"ActionRef\": \"80987\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:53:19.650Z\",\n        \"ActionRef\": \"80986\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:53:19.650Z\",\n        \"ActionRef\": \"80986\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:52:27.847Z\",\n        \"ActionRef\": \"80985\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:52:27.847Z\",\n        \"ActionRef\": \"80985\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:52:27.567Z\",\n        \"ActionRef\": \"80984\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:52:27.567Z\",\n        \"ActionRef\": \"80984\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:52:20.427Z\",\n        \"ActionRef\": \"80983\",\n        \"ActionName\": \"Positions Added\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Changed from 1 to 2\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:52:20.160Z\",\n        \"ActionRef\": \"80982\",\n        \"ActionName\": \"Position Added\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:37:00.807Z\",\n        \"ActionRef\": \"80981\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-01-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:37:00.807Z\",\n        \"ActionRef\": \"80981\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-01-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:37:00.587Z\",\n        \"ActionRef\": \"80978\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92036-4819-4819\",\n        \"FollowUpDate\": \"2024-03-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:37:00.587Z\",\n        \"ActionRef\": \"80978\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92036-4819-4819\",\n        \"FollowUpDate\": \"2024-03-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:37:00.587Z\",\n        \"ActionRef\": \"80980\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:37:00.587Z\",\n        \"ActionRef\": \"80979\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:37:00.527Z\",\n        \"ActionRef\": \"80977\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:37:00.493Z\",\n        \"ActionRef\": \"80976\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Job 92036 - eSign Test 1\",\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:36:17.040Z\",\n        \"ActionRef\": \"80975\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:35:50.537Z\",\n        \"ActionRef\": \"80974\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:21:25.940Z\",\n        \"ActionRef\": \"80973\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Evidenbce\",\n        \"CandidateRef\": 48891,\n        \"CandidateName\": \"Zara Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:21:25.363Z\",\n        \"ActionRef\": \"80972\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48891,\n        \"CandidateName\": \"Zara Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:21:25.363Z\",\n        \"ActionRef\": \"80971\",\n        \"ActionName\": \"Registration - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48891,\n        \"CandidateName\": \"Zara Smith\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:08:01.417Z\",\n        \"ActionRef\": \"80970\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": 1504,\n        \"AdvertTitle\": \"eSign Test 1\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-25T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:08:01.353Z\",\n        \"ActionRef\": \"80969\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": 1504,\n        \"AdvertTitle\": \"eSign Test 1\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T10:06:13.307Z\",\n        \"ActionRef\": \"80968\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48878,\n        \"ContactName\": \"Rob Burn\",\n        \"CompanyRef\": 92825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92038,\n        \"JobTitle\": \"Test Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:49:02.200Z\",\n        \"ActionRef\": \"80967\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-01-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:49:02.200Z\",\n        \"ActionRef\": \"80967\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-01-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:49:02.010Z\",\n        \"ActionRef\": \"80964\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92036-4818-4818\",\n        \"FollowUpDate\": \"2024-03-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:49:02.010Z\",\n        \"ActionRef\": \"80964\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92036-4818-4818\",\n        \"FollowUpDate\": \"2024-03-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:49:02.010Z\",\n        \"ActionRef\": \"80966\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:49:02.010Z\",\n        \"ActionRef\": \"80965\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:49:01.963Z\",\n        \"ActionRef\": \"80963\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:47:48.553Z\",\n        \"ActionRef\": \"80962\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:47:48.553Z\",\n        \"ActionRef\": \"80962\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:47:37.207Z\",\n        \"ActionRef\": \"80960\",\n        \"ActionName\": \"Credit Details Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92037,\n        \"JobTitle\": \"Perm Preferences Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:47:37.207Z\",\n        \"ActionRef\": \"80961\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92037,\n        \"JobTitle\": \"Perm Preferences Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:47:37.053Z\",\n        \"ActionRef\": \"80959\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92037,\n        \"JobTitle\": \"Perm Preferences Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:47:37.053Z\",\n        \"ActionRef\": \"80958\",\n        \"ActionName\": \"Job Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92037,\n        \"JobTitle\": \"Perm Preferences Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:47:36.927Z\",\n        \"ActionRef\": \"80957\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92037,\n        \"JobTitle\": \"Perm Preferences Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:46:21.830Z\",\n        \"ActionRef\": \"80956\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:46:21.830Z\",\n        \"ActionRef\": \"80956\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48883,\n        \"UserName\": \"INT Superuser Role\",\n        \"ActionDate\": \"2024-02-14T09:45:56.287Z\",\n        \"ActionRef\": \"80955\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:32:00.553Z\",\n        \"ActionRef\": \"80953\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:32:00.553Z\",\n        \"ActionRef\": \"80954\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:32:00.553Z\",\n        \"ActionRef\": \"80952\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:32:00.553Z\",\n        \"ActionRef\": \"80952\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:31:48.460Z\",\n        \"ActionRef\": \"80951\",\n        \"ActionName\": \"Credit Details Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Credit Status: Updated from NULL to Checked & Good\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:31:48.413Z\",\n        \"ActionRef\": \"80949\",\n        \"ActionName\": \"Credit Details Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:31:48.413Z\",\n        \"ActionRef\": \"80950\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:31:24.570Z\",\n        \"ActionRef\": \"80948\",\n        \"ActionName\": \"Job Terms Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Standard Job terms updated.\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:31:24.427Z\",\n        \"ActionRef\": \"80946\",\n        \"ActionName\": \"Job Terms Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:31:24.427Z\",\n        \"ActionRef\": \"80947\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.643Z\",\n        \"ActionRef\": \"80945\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.643Z\",\n        \"ActionRef\": \"80945\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48689,\n        \"CandidateName\": \"Bob Smith\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.580Z\",\n        \"ActionRef\": \"80944\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48120,\n        \"CandidateName\": \"Jerry Laguire\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.580Z\",\n        \"ActionRef\": \"80944\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48120,\n        \"CandidateName\": \"Jerry Laguire\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.503Z\",\n        \"ActionRef\": \"80943\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48166,\n        \"CandidateName\": \"Marvin Kehr\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.503Z\",\n        \"ActionRef\": \"80943\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48166,\n        \"CandidateName\": \"Marvin Kehr\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.457Z\",\n        \"ActionRef\": \"80942\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48172,\n        \"CandidateName\": \"Chanel Gushee\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.457Z\",\n        \"ActionRef\": \"80942\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48172,\n        \"CandidateName\": \"Chanel Gushee\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.423Z\",\n        \"ActionRef\": \"80941\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48219,\n        \"CandidateName\": \"Bill Gates\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.423Z\",\n        \"ActionRef\": \"80941\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48219,\n        \"CandidateName\": \"Bill Gates\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.347Z\",\n        \"ActionRef\": \"80940\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.347Z\",\n        \"ActionRef\": \"80940\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.283Z\",\n        \"ActionRef\": \"80939\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48802,\n        \"CandidateName\": \"Craig Anon2\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.283Z\",\n        \"ActionRef\": \"80939\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48802,\n        \"CandidateName\": \"Craig Anon2\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.253Z\",\n        \"ActionRef\": \"80938\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48801,\n        \"CandidateName\": \"Craig Anon1\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.253Z\",\n        \"ActionRef\": \"80938\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48801,\n        \"CandidateName\": \"Craig Anon1\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.190Z\",\n        \"ActionRef\": \"80937\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48287,\n        \"CandidateName\": \"Emma Watts\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.190Z\",\n        \"ActionRef\": \"80937\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48287,\n        \"CandidateName\": \"Emma Watts\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.143Z\",\n        \"ActionRef\": \"80936\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48250,\n        \"CandidateName\": \"Ann Reed\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.143Z\",\n        \"ActionRef\": \"80936\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48250,\n        \"CandidateName\": \"Ann Reed\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.113Z\",\n        \"ActionRef\": \"80935\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48822,\n        \"CandidateName\": \"Request To Remove Never Considered\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.113Z\",\n        \"ActionRef\": \"80935\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48822,\n        \"CandidateName\": \"Request To Remove Never Considered\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.063Z\",\n        \"ActionRef\": \"80934\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.063Z\",\n        \"ActionRef\": \"80934\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.017Z\",\n        \"ActionRef\": \"80933\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48207,\n        \"CandidateName\": \"Melisa Gravette\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:12.017Z\",\n        \"ActionRef\": \"80933\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48207,\n        \"CandidateName\": \"Melisa Gravette\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.923Z\",\n        \"ActionRef\": \"80932\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48260,\n        \"CandidateName\": \"Sarah Deeds\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.923Z\",\n        \"ActionRef\": \"80932\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48260,\n        \"CandidateName\": \"Sarah Deeds\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.863Z\",\n        \"ActionRef\": \"80931\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.863Z\",\n        \"ActionRef\": \"80931\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.783Z\",\n        \"ActionRef\": \"80930\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48828,\n        \"CandidateName\": \"Advert Application 1 Considered\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.783Z\",\n        \"ActionRef\": \"80930\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48828,\n        \"CandidateName\": \"Advert Application 1 Considered\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.737Z\",\n        \"ActionRef\": \"80929\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.737Z\",\n        \"ActionRef\": \"80929\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.690Z\",\n        \"ActionRef\": \"80928\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48346,\n        \"CandidateName\": \"Denise xxx\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.690Z\",\n        \"ActionRef\": \"80928\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48346,\n        \"CandidateName\": \"Denise xxx\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.627Z\",\n        \"ActionRef\": \"80927\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48141,\n        \"CandidateName\": \"Jina Vangilder\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.627Z\",\n        \"ActionRef\": \"80927\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48141,\n        \"CandidateName\": \"Jina Vangilder\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.563Z\",\n        \"ActionRef\": \"80926\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48179,\n        \"CandidateName\": \"Napoleon Quackenbush\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.563Z\",\n        \"ActionRef\": \"80926\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48179,\n        \"CandidateName\": \"Napoleon Quackenbush\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.487Z\",\n        \"ActionRef\": \"80925\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48099,\n        \"CandidateName\": \"Minta Keeler\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.487Z\",\n        \"ActionRef\": \"80925\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48099,\n        \"CandidateName\": \"Minta Keeler\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.457Z\",\n        \"ActionRef\": \"80924\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48823,\n        \"CandidateName\": \"Request to Remove Has been considered\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.457Z\",\n        \"ActionRef\": \"80924\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48823,\n        \"CandidateName\": \"Request to Remove Has been considered\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.410Z\",\n        \"ActionRef\": \"80923\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48796,\n        \"CandidateName\": \"LiveCandidate Fullypopulated\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.410Z\",\n        \"ActionRef\": \"80923\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48796,\n        \"CandidateName\": \"LiveCandidate Fullypopulated\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.347Z\",\n        \"ActionRef\": \"80922\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48813,\n        \"CandidateName\": \"Craig Contract\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.347Z\",\n        \"ActionRef\": \"80922\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48813,\n        \"CandidateName\": \"Craig Contract\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.253Z\",\n        \"ActionRef\": \"80921\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.253Z\",\n        \"ActionRef\": \"80921\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48306,\n        \"CandidateName\": \"Fred Bloggs\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.190Z\",\n        \"ActionRef\": \"80920\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48280,\n        \"CandidateName\": \"Lou Went\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.190Z\",\n        \"ActionRef\": \"80920\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48280,\n        \"CandidateName\": \"Lou Went\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.160Z\",\n        \"ActionRef\": \"80919\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48153,\n        \"CandidateName\": \"Doug Hoheisel\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.160Z\",\n        \"ActionRef\": \"80919\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48153,\n        \"CandidateName\": \"Doug Hoheisel\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.097Z\",\n        \"ActionRef\": \"80918\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.097Z\",\n        \"ActionRef\": \"80918\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.050Z\",\n        \"ActionRef\": \"80917\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:11.050Z\",\n        \"ActionRef\": \"80917\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:10.720Z\",\n        \"ActionRef\": \"80916\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T17:30:10.720Z\",\n        \"ActionRef\": \"80916\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48890,\n        \"UserName\": \"Jupiter Sinton\",\n        \"ActionDate\": \"2024-02-13T17:29:02.780Z\",\n        \"ActionRef\": \"80914\",\n        \"ActionName\": \"Credit Details Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48890,\n        \"UserName\": \"Jupiter Sinton\",\n        \"ActionDate\": \"2024-02-13T17:29:02.780Z\",\n        \"ActionRef\": \"80915\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48890,\n        \"UserName\": \"Jupiter Sinton\",\n        \"ActionDate\": \"2024-02-13T17:29:02.577Z\",\n        \"ActionRef\": \"80913\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48890,\n        \"UserName\": \"Jupiter Sinton\",\n        \"ActionDate\": \"2024-02-13T17:29:02.577Z\",\n        \"ActionRef\": \"80912\",\n        \"ActionName\": \"Job Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48890,\n        \"UserName\": \"Jupiter Sinton\",\n        \"ActionDate\": \"2024-02-13T17:29:01.547Z\",\n        \"ActionRef\": \"80911\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48890,\n        \"UserName\": \"Jupiter Sinton\",\n        \"ActionDate\": \"2024-02-13T17:29:01.547Z\",\n        \"ActionRef\": \"80910\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92035,\n        \"JobTitle\": \"Test title\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:33.760Z\",\n        \"ActionRef\": \"80909\",\n        \"ActionName\": \"Credit Details Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Credit Status: Updated from Checked & Good to Needs Authorisation\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92034,\n        \"JobTitle\": \"IT Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.600Z\",\n        \"ActionRef\": \"80908\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48862,\n        \"CandidateName\": \"Ray Fines\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.567Z\",\n        \"ActionRef\": \"80907\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.537Z\",\n        \"ActionRef\": \"80906\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48356,\n        \"CandidateName\": \"Mostafa Barakat\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.507Z\",\n        \"ActionRef\": \"80905\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48801,\n        \"CandidateName\": \"Craig Anon1\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.490Z\",\n        \"ActionRef\": \"80904\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48150,\n        \"CandidateName\": \"Clyde Topolski\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.460Z\",\n        \"ActionRef\": \"80903\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.443Z\",\n        \"ActionRef\": \"80902\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48686,\n        \"CandidateName\": \"PentestA PentestB\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.410Z\",\n        \"ActionRef\": \"80901\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48334,\n        \"CandidateName\": \"ted Los\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.380Z\",\n        \"ActionRef\": \"80900\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48108,\n        \"CandidateName\": \"Carlos Kobylski\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.350Z\",\n        \"ActionRef\": \"80899\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48123,\n        \"CandidateName\": \"Manuel Garnache\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.333Z\",\n        \"ActionRef\": \"80898\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48100,\n        \"CandidateName\": \"Otha Facundo\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.287Z\",\n        \"ActionRef\": \"80897\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.257Z\",\n        \"ActionRef\": \"80896\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.223Z\",\n        \"ActionRef\": \"80895\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48881,\n        \"CandidateName\": \"Lionel Poorie\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.177Z\",\n        \"ActionRef\": \"80894\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.130Z\",\n        \"ActionRef\": \"80893\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48850,\n        \"CandidateName\": \"Tom Netherlands\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.067Z\",\n        \"ActionRef\": \"80892\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48846,\n        \"CandidateName\": \"Clark Kent\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:28.007Z\",\n        \"ActionRef\": \"80891\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48851,\n        \"CandidateName\": \"Magic Johnson\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.943Z\",\n        \"ActionRef\": \"80890\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.880Z\",\n        \"ActionRef\": \"80889\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48848,\n        \"CandidateName\": \"Kanye East\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.817Z\",\n        \"ActionRef\": \"80888\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.757Z\",\n        \"ActionRef\": \"80887\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48880,\n        \"CandidateName\": \"Judy Bench\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.693Z\",\n        \"ActionRef\": \"80886\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.630Z\",\n        \"ActionRef\": \"80885\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48245,\n        \"CandidateName\": \"Wanita Shawa\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.600Z\",\n        \"ActionRef\": \"80884\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.567Z\",\n        \"ActionRef\": \"80883\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48818,\n        \"CandidateName\": \"Craig Contract6\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.553Z\",\n        \"ActionRef\": \"80882\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48682,\n        \"CandidateName\": \"Pen candidate 2\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.520Z\",\n        \"ActionRef\": \"80881\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48099,\n        \"CandidateName\": \"Minta Keeler\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.473Z\",\n        \"ActionRef\": \"80880\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.443Z\",\n        \"ActionRef\": \"80879\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48816,\n        \"CandidateName\": \"Craig Contract4\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.380Z\",\n        \"ActionRef\": \"80878\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48153,\n        \"CandidateName\": \"Doug Hoheisel\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.333Z\",\n        \"ActionRef\": \"80877\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.223Z\",\n        \"ActionRef\": \"80876\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.147Z\",\n        \"ActionRef\": \"80875\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48687,\n        \"CandidateName\": \"Corsaire1 Corsaire1A\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.083Z\",\n        \"ActionRef\": \"80874\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:27.020Z\",\n        \"ActionRef\": \"80873\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48291,\n        \"CandidateName\": \"Fay Clark\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.957Z\",\n        \"ActionRef\": \"80872\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.910Z\",\n        \"ActionRef\": \"80871\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.850Z\",\n        \"ActionRef\": \"80870\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.787Z\",\n        \"ActionRef\": \"80869\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.707Z\",\n        \"ActionRef\": \"80868\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.630Z\",\n        \"ActionRef\": \"80867\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48822,\n        \"CandidateName\": \"Request To Remove Never Considered\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.537Z\",\n        \"ActionRef\": \"80866\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.457Z\",\n        \"ActionRef\": \"80865\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.363Z\",\n        \"ActionRef\": \"80864\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48802,\n        \"CandidateName\": \"Craig Anon2\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.303Z\",\n        \"ActionRef\": \"80863\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.223Z\",\n        \"ActionRef\": \"80862\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48169,\n        \"CandidateName\": \"Bobbie Wehbe\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.130Z\",\n        \"ActionRef\": \"80861\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:26.037Z\",\n        \"ActionRef\": \"80860\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.973Z\",\n        \"ActionRef\": \"80859\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.927Z\",\n        \"ActionRef\": \"80858\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.880Z\",\n        \"ActionRef\": \"80857\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.833Z\",\n        \"ActionRef\": \"80856\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48128,\n        \"CandidateName\": \"Gabriele Ellerby\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.753Z\",\n        \"ActionRef\": \"80855\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48828,\n        \"CandidateName\": \"Advert Application 1 Considered\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.660Z\",\n        \"ActionRef\": \"80854\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48796,\n        \"CandidateName\": \"LiveCandidate Fullypopulated\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.583Z\",\n        \"ActionRef\": \"80853\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48813,\n        \"CandidateName\": \"Craig Contract\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.520Z\",\n        \"ActionRef\": \"80852\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48823,\n        \"CandidateName\": \"Request to Remove Has been considered\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.457Z\",\n        \"ActionRef\": \"80851\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.410Z\",\n        \"ActionRef\": \"80850\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.270Z\",\n        \"ActionRef\": \"80849\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-27T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.270Z\",\n        \"ActionRef\": \"80849\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-27T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.100Z\",\n        \"ActionRef\": \"80846\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92030-4817-4817\",\n        \"FollowUpDate\": \"2024-03-07T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.100Z\",\n        \"ActionRef\": \"80846\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92030-4817-4817\",\n        \"FollowUpDate\": \"2024-03-07T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.100Z\",\n        \"ActionRef\": \"80847\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.100Z\",\n        \"ActionRef\": \"80848\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:25.020Z\",\n        \"ActionRef\": \"80845\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:29:24.880Z\",\n        \"ActionRef\": \"80844\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Job 92030 - Advert with No Job Site 3\",\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:27:56.187Z\",\n        \"ActionRef\": \"80843\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.823Z\",\n        \"ActionRef\": \"80812\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.743Z\",\n        \"ActionRef\": \"80811\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.743Z\",\n        \"ActionRef\": \"80810\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.743Z\",\n        \"ActionRef\": \"80809\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.743Z\",\n        \"ActionRef\": \"80809\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.697Z\",\n        \"ActionRef\": \"80808\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48099,\n        \"CandidateName\": \"Minta Keeler\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.637Z\",\n        \"ActionRef\": \"80806\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48099,\n        \"CandidateName\": \"Minta Keeler\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.637Z\",\n        \"ActionRef\": \"80807\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48099,\n        \"CandidateName\": \"Minta Keeler\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.637Z\",\n        \"ActionRef\": \"80805\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48099,\n        \"CandidateName\": \"Minta Keeler\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.637Z\",\n        \"ActionRef\": \"80805\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48099,\n        \"CandidateName\": \"Minta Keeler\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.603Z\",\n        \"ActionRef\": \"80804\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48682,\n        \"CandidateName\": \"Pen candidate 2\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.557Z\",\n        \"ActionRef\": \"80803\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48682,\n        \"CandidateName\": \"Pen candidate 2\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.557Z\",\n        \"ActionRef\": \"80802\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48682,\n        \"CandidateName\": \"Pen candidate 2\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.557Z\",\n        \"ActionRef\": \"80801\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48682,\n        \"CandidateName\": \"Pen candidate 2\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.557Z\",\n        \"ActionRef\": \"80801\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48682,\n        \"CandidateName\": \"Pen candidate 2\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.510Z\",\n        \"ActionRef\": \"80800\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48818,\n        \"CandidateName\": \"Craig Contract6\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.463Z\",\n        \"ActionRef\": \"80798\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48818,\n        \"CandidateName\": \"Craig Contract6\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.463Z\",\n        \"ActionRef\": \"80799\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48818,\n        \"CandidateName\": \"Craig Contract6\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.463Z\",\n        \"ActionRef\": \"80797\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48818,\n        \"CandidateName\": \"Craig Contract6\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.463Z\",\n        \"ActionRef\": \"80797\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48818,\n        \"CandidateName\": \"Craig Contract6\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.433Z\",\n        \"ActionRef\": \"80796\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.387Z\",\n        \"ActionRef\": \"80794\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.387Z\",\n        \"ActionRef\": \"80795\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.387Z\",\n        \"ActionRef\": \"80793\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.387Z\",\n        \"ActionRef\": \"80793\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.353Z\",\n        \"ActionRef\": \"80792\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48245,\n        \"CandidateName\": \"Wanita Shawa\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.290Z\",\n        \"ActionRef\": \"80790\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48245,\n        \"CandidateName\": \"Wanita Shawa\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.290Z\",\n        \"ActionRef\": \"80791\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48245,\n        \"CandidateName\": \"Wanita Shawa\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.290Z\",\n        \"ActionRef\": \"80789\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48245,\n        \"CandidateName\": \"Wanita Shawa\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.290Z\",\n        \"ActionRef\": \"80789\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48245,\n        \"CandidateName\": \"Wanita Shawa\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.260Z\",\n        \"ActionRef\": \"80788\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.197Z\",\n        \"ActionRef\": \"80786\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.197Z\",\n        \"ActionRef\": \"80787\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.197Z\",\n        \"ActionRef\": \"80785\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.197Z\",\n        \"ActionRef\": \"80785\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.183Z\",\n        \"ActionRef\": \"80784\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48880,\n        \"CandidateName\": \"Judy Bench\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.120Z\",\n        \"ActionRef\": \"80782\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48880,\n        \"CandidateName\": \"Judy Bench\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.120Z\",\n        \"ActionRef\": \"80783\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48880,\n        \"CandidateName\": \"Judy Bench\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.120Z\",\n        \"ActionRef\": \"80781\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48880,\n        \"CandidateName\": \"Judy Bench\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.120Z\",\n        \"ActionRef\": \"80781\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48880,\n        \"CandidateName\": \"Judy Bench\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.073Z\",\n        \"ActionRef\": \"80780\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.010Z\",\n        \"ActionRef\": \"80778\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.010Z\",\n        \"ActionRef\": \"80779\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.010Z\",\n        \"ActionRef\": \"80777\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:14.010Z\",\n        \"ActionRef\": \"80777\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.980Z\",\n        \"ActionRef\": \"80776\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48848,\n        \"CandidateName\": \"Kanye East\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.933Z\",\n        \"ActionRef\": \"80774\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48848,\n        \"CandidateName\": \"Kanye East\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.933Z\",\n        \"ActionRef\": \"80775\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48848,\n        \"CandidateName\": \"Kanye East\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.933Z\",\n        \"ActionRef\": \"80773\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48848,\n        \"CandidateName\": \"Kanye East\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.933Z\",\n        \"ActionRef\": \"80773\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48848,\n        \"CandidateName\": \"Kanye East\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.917Z\",\n        \"ActionRef\": \"80772\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.853Z\",\n        \"ActionRef\": \"80771\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.853Z\",\n        \"ActionRef\": \"80770\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.853Z\",\n        \"ActionRef\": \"80769\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.853Z\",\n        \"ActionRef\": \"80769\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.840Z\",\n        \"ActionRef\": \"80768\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48851,\n        \"CandidateName\": \"Magic Johnson\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.807Z\",\n        \"ActionRef\": \"80766\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48851,\n        \"CandidateName\": \"Magic Johnson\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.807Z\",\n        \"ActionRef\": \"80767\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48851,\n        \"CandidateName\": \"Magic Johnson\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.807Z\",\n        \"ActionRef\": \"80765\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48851,\n        \"CandidateName\": \"Magic Johnson\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.807Z\",\n        \"ActionRef\": \"80765\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48851,\n        \"CandidateName\": \"Magic Johnson\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.777Z\",\n        \"ActionRef\": \"80764\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48846,\n        \"CandidateName\": \"Clark Kent\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.743Z\",\n        \"ActionRef\": \"80763\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48846,\n        \"CandidateName\": \"Clark Kent\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.743Z\",\n        \"ActionRef\": \"80762\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48846,\n        \"CandidateName\": \"Clark Kent\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.743Z\",\n        \"ActionRef\": \"80761\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48846,\n        \"CandidateName\": \"Clark Kent\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.743Z\",\n        \"ActionRef\": \"80761\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48846,\n        \"CandidateName\": \"Clark Kent\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.713Z\",\n        \"ActionRef\": \"80760\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48850,\n        \"CandidateName\": \"Tom Netherlands\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.683Z\",\n        \"ActionRef\": \"80759\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48850,\n        \"CandidateName\": \"Tom Netherlands\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.683Z\",\n        \"ActionRef\": \"80758\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48850,\n        \"CandidateName\": \"Tom Netherlands\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.683Z\",\n        \"ActionRef\": \"80757\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48850,\n        \"CandidateName\": \"Tom Netherlands\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.683Z\",\n        \"ActionRef\": \"80757\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48850,\n        \"CandidateName\": \"Tom Netherlands\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.650Z\",\n        \"ActionRef\": \"80756\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.603Z\",\n        \"ActionRef\": \"80754\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.603Z\",\n        \"ActionRef\": \"80755\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.603Z\",\n        \"ActionRef\": \"80753\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.603Z\",\n        \"ActionRef\": \"80753\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.590Z\",\n        \"ActionRef\": \"80752\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48881,\n        \"CandidateName\": \"Lionel Poorie\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.510Z\",\n        \"ActionRef\": \"80750\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48881,\n        \"CandidateName\": \"Lionel Poorie\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.510Z\",\n        \"ActionRef\": \"80751\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48881,\n        \"CandidateName\": \"Lionel Poorie\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.510Z\",\n        \"ActionRef\": \"80749\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48881,\n        \"CandidateName\": \"Lionel Poorie\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.510Z\",\n        \"ActionRef\": \"80749\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48881,\n        \"CandidateName\": \"Lionel Poorie\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.480Z\",\n        \"ActionRef\": \"80748\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.433Z\",\n        \"ActionRef\": \"80747\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.433Z\",\n        \"ActionRef\": \"80746\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.433Z\",\n        \"ActionRef\": \"80745\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.433Z\",\n        \"ActionRef\": \"80745\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.417Z\",\n        \"ActionRef\": \"80744\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.387Z\",\n        \"ActionRef\": \"80743\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.387Z\",\n        \"ActionRef\": \"80742\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.387Z\",\n        \"ActionRef\": \"80741\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.387Z\",\n        \"ActionRef\": \"80741\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.353Z\",\n        \"ActionRef\": \"80740\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48100,\n        \"CandidateName\": \"Otha Facundo\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.323Z\",\n        \"ActionRef\": \"80739\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48100,\n        \"CandidateName\": \"Otha Facundo\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.323Z\",\n        \"ActionRef\": \"80738\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48100,\n        \"CandidateName\": \"Otha Facundo\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.323Z\",\n        \"ActionRef\": \"80737\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48100,\n        \"CandidateName\": \"Otha Facundo\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.323Z\",\n        \"ActionRef\": \"80737\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48100,\n        \"CandidateName\": \"Otha Facundo\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.290Z\",\n        \"ActionRef\": \"80736\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48123,\n        \"CandidateName\": \"Manuel Garnache\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.230Z\",\n        \"ActionRef\": \"80735\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48123,\n        \"CandidateName\": \"Manuel Garnache\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.230Z\",\n        \"ActionRef\": \"80734\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48123,\n        \"CandidateName\": \"Manuel Garnache\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.230Z\",\n        \"ActionRef\": \"80733\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48123,\n        \"CandidateName\": \"Manuel Garnache\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.230Z\",\n        \"ActionRef\": \"80733\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48123,\n        \"CandidateName\": \"Manuel Garnache\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.213Z\",\n        \"ActionRef\": \"80732\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48108,\n        \"CandidateName\": \"Carlos Kobylski\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.150Z\",\n        \"ActionRef\": \"80730\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48108,\n        \"CandidateName\": \"Carlos Kobylski\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.150Z\",\n        \"ActionRef\": \"80731\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48108,\n        \"CandidateName\": \"Carlos Kobylski\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.150Z\",\n        \"ActionRef\": \"80729\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48108,\n        \"CandidateName\": \"Carlos Kobylski\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.150Z\",\n        \"ActionRef\": \"80729\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48108,\n        \"CandidateName\": \"Carlos Kobylski\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.120Z\",\n        \"ActionRef\": \"80728\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48334,\n        \"CandidateName\": \"ted Los\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.057Z\",\n        \"ActionRef\": \"80726\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48334,\n        \"CandidateName\": \"ted Los\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.057Z\",\n        \"ActionRef\": \"80727\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48334,\n        \"CandidateName\": \"ted Los\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.057Z\",\n        \"ActionRef\": \"80725\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48334,\n        \"CandidateName\": \"ted Los\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.057Z\",\n        \"ActionRef\": \"80725\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48334,\n        \"CandidateName\": \"ted Los\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:13.027Z\",\n        \"ActionRef\": \"80724\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48686,\n        \"CandidateName\": \"PentestA PentestB\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.980Z\",\n        \"ActionRef\": \"80722\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48686,\n        \"CandidateName\": \"PentestA PentestB\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.980Z\",\n        \"ActionRef\": \"80723\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48686,\n        \"CandidateName\": \"PentestA PentestB\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.980Z\",\n        \"ActionRef\": \"80721\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48686,\n        \"CandidateName\": \"PentestA PentestB\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.980Z\",\n        \"ActionRef\": \"80721\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48686,\n        \"CandidateName\": \"PentestA PentestB\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.963Z\",\n        \"ActionRef\": \"80720\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.900Z\",\n        \"ActionRef\": \"80718\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.900Z\",\n        \"ActionRef\": \"80719\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.900Z\",\n        \"ActionRef\": \"80717\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.900Z\",\n        \"ActionRef\": \"80717\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.870Z\",\n        \"ActionRef\": \"80716\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48150,\n        \"CandidateName\": \"Clyde Topolski\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.807Z\",\n        \"ActionRef\": \"80715\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48150,\n        \"CandidateName\": \"Clyde Topolski\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.807Z\",\n        \"ActionRef\": \"80714\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48150,\n        \"CandidateName\": \"Clyde Topolski\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.807Z\",\n        \"ActionRef\": \"80713\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48150,\n        \"CandidateName\": \"Clyde Topolski\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.807Z\",\n        \"ActionRef\": \"80713\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48150,\n        \"CandidateName\": \"Clyde Topolski\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.777Z\",\n        \"ActionRef\": \"80712\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48801,\n        \"CandidateName\": \"Craig Anon1\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.713Z\",\n        \"ActionRef\": \"80711\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48801,\n        \"CandidateName\": \"Craig Anon1\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.713Z\",\n        \"ActionRef\": \"80710\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48801,\n        \"CandidateName\": \"Craig Anon1\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.713Z\",\n        \"ActionRef\": \"80709\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48801,\n        \"CandidateName\": \"Craig Anon1\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.713Z\",\n        \"ActionRef\": \"80709\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48801,\n        \"CandidateName\": \"Craig Anon1\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.683Z\",\n        \"ActionRef\": \"80708\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48356,\n        \"CandidateName\": \"Mostafa Barakat\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.620Z\",\n        \"ActionRef\": \"80706\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48356,\n        \"CandidateName\": \"Mostafa Barakat\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.620Z\",\n        \"ActionRef\": \"80707\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48356,\n        \"CandidateName\": \"Mostafa Barakat\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.620Z\",\n        \"ActionRef\": \"80705\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48356,\n        \"CandidateName\": \"Mostafa Barakat\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.620Z\",\n        \"ActionRef\": \"80705\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48356,\n        \"CandidateName\": \"Mostafa Barakat\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.587Z\",\n        \"ActionRef\": \"80704\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.540Z\",\n        \"ActionRef\": \"80702\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.540Z\",\n        \"ActionRef\": \"80703\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.540Z\",\n        \"ActionRef\": \"80701\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.540Z\",\n        \"ActionRef\": \"80701\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.510Z\",\n        \"ActionRef\": \"80700\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48862,\n        \"CandidateName\": \"Ray Fines\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.463Z\",\n        \"ActionRef\": \"80699\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48862,\n        \"CandidateName\": \"Ray Fines\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.463Z\",\n        \"ActionRef\": \"80698\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48862,\n        \"CandidateName\": \"Ray Fines\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.463Z\",\n        \"ActionRef\": \"80697\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48862,\n        \"CandidateName\": \"Ray Fines\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.463Z\",\n        \"ActionRef\": \"80697\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48862,\n        \"CandidateName\": \"Ray Fines\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.433Z\",\n        \"ActionRef\": \"80696\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.337Z\",\n        \"ActionRef\": \"80695\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.337Z\",\n        \"ActionRef\": \"80694\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.337Z\",\n        \"ActionRef\": \"80693\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:27:12.337Z\",\n        \"ActionRef\": \"80693\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:20.257Z\",\n        \"ActionRef\": \"80692\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48241,\n        \"CandidateName\": \"kjj lkjnjn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:20.210Z\",\n        \"ActionRef\": \"80691\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48862,\n        \"CandidateName\": \"Ray Fines\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:20.177Z\",\n        \"ActionRef\": \"80690\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48237,\n        \"CandidateName\": \"Ted Candidate\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:20.147Z\",\n        \"ActionRef\": \"80689\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48356,\n        \"CandidateName\": \"Mostafa Barakat\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:20.100Z\",\n        \"ActionRef\": \"80688\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48801,\n        \"CandidateName\": \"Craig Anon1\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:20.067Z\",\n        \"ActionRef\": \"80687\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48150,\n        \"CandidateName\": \"Clyde Topolski\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:20.020Z\",\n        \"ActionRef\": \"80686\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48330,\n        \"CandidateName\": \"Will smith\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.973Z\",\n        \"ActionRef\": \"80685\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48686,\n        \"CandidateName\": \"PentestA PentestB\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.943Z\",\n        \"ActionRef\": \"80684\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48334,\n        \"CandidateName\": \"ted Los\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.897Z\",\n        \"ActionRef\": \"80683\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48108,\n        \"CandidateName\": \"Carlos Kobylski\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.850Z\",\n        \"ActionRef\": \"80682\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48123,\n        \"CandidateName\": \"Manuel Garnache\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.817Z\",\n        \"ActionRef\": \"80681\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48100,\n        \"CandidateName\": \"Otha Facundo\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.770Z\",\n        \"ActionRef\": \"80680\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48254,\n        \"CandidateName\": \"Rita Evergreen\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.740Z\",\n        \"ActionRef\": \"80679\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48103,\n        \"CandidateName\": \"Fernando Barbre\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.710Z\",\n        \"ActionRef\": \"80678\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48881,\n        \"CandidateName\": \"Lionel Poorie\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.663Z\",\n        \"ActionRef\": \"80677\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48856,\n        \"CandidateName\": \"Vin Petrol\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.630Z\",\n        \"ActionRef\": \"80676\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48850,\n        \"CandidateName\": \"Tom Netherlands\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.583Z\",\n        \"ActionRef\": \"80675\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48846,\n        \"CandidateName\": \"Clark Kent\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.553Z\",\n        \"ActionRef\": \"80674\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48851,\n        \"CandidateName\": \"Magic Johnson\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.507Z\",\n        \"ActionRef\": \"80673\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48852,\n        \"CandidateName\": \"Kevin Heart\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.473Z\",\n        \"ActionRef\": \"80672\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48848,\n        \"CandidateName\": \"Kanye East\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.413Z\",\n        \"ActionRef\": \"80671\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.367Z\",\n        \"ActionRef\": \"80670\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48880,\n        \"CandidateName\": \"Judy Bench\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.287Z\",\n        \"ActionRef\": \"80669\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48857,\n        \"CandidateName\": \"Jason Segull\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.223Z\",\n        \"ActionRef\": \"80668\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48245,\n        \"CandidateName\": \"Wanita Shawa\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.193Z\",\n        \"ActionRef\": \"80667\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48329,\n        \"CandidateName\": \"karen smith\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.163Z\",\n        \"ActionRef\": \"80666\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48818,\n        \"CandidateName\": \"Craig Contract6\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.117Z\",\n        \"ActionRef\": \"80665\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48682,\n        \"CandidateName\": \"Pen candidate 2\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:19.053Z\",\n        \"ActionRef\": \"80664\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48099,\n        \"CandidateName\": \"Minta Keeler\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:26:18.973Z\",\n        \"ActionRef\": \"80663\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:23:09.733Z\",\n        \"ActionRef\": \"80662\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92034,\n        \"JobTitle\": \"IT Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:22:35.717Z\",\n        \"ActionRef\": \"80661\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48855,\n        \"CandidateName\": \"Chris Bratt\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92023,\n        \"JobTitle\": \"IT Contract Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.600Z\",\n        \"ActionRef\": \"80630\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.567Z\",\n        \"ActionRef\": \"80628\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.567Z\",\n        \"ActionRef\": \"80629\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.567Z\",\n        \"ActionRef\": \"80627\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.567Z\",\n        \"ActionRef\": \"80627\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.537Z\",\n        \"ActionRef\": \"80626\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.490Z\",\n        \"ActionRef\": \"80625\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.490Z\",\n        \"ActionRef\": \"80624\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.490Z\",\n        \"ActionRef\": \"80623\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.490Z\",\n        \"ActionRef\": \"80623\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.473Z\",\n        \"ActionRef\": \"80622\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48823,\n        \"CandidateName\": \"Request to Remove Has been considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.427Z\",\n        \"ActionRef\": \"80621\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48823,\n        \"CandidateName\": \"Request to Remove Has been considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.427Z\",\n        \"ActionRef\": \"80620\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48823,\n        \"CandidateName\": \"Request to Remove Has been considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.427Z\",\n        \"ActionRef\": \"80619\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48823,\n        \"CandidateName\": \"Request to Remove Has been considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.427Z\",\n        \"ActionRef\": \"80619\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48823,\n        \"CandidateName\": \"Request to Remove Has been considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.397Z\",\n        \"ActionRef\": \"80618\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48813,\n        \"CandidateName\": \"Craig Contract\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.350Z\",\n        \"ActionRef\": \"80617\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48813,\n        \"CandidateName\": \"Craig Contract\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.350Z\",\n        \"ActionRef\": \"80616\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48813,\n        \"CandidateName\": \"Craig Contract\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.350Z\",\n        \"ActionRef\": \"80615\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48813,\n        \"CandidateName\": \"Craig Contract\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.350Z\",\n        \"ActionRef\": \"80615\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48813,\n        \"CandidateName\": \"Craig Contract\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.317Z\",\n        \"ActionRef\": \"80614\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48796,\n        \"CandidateName\": \"LiveCandidate Fullypopulated\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.270Z\",\n        \"ActionRef\": \"80613\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48796,\n        \"CandidateName\": \"LiveCandidate Fullypopulated\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.270Z\",\n        \"ActionRef\": \"80612\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48796,\n        \"CandidateName\": \"LiveCandidate Fullypopulated\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.270Z\",\n        \"ActionRef\": \"80611\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48796,\n        \"CandidateName\": \"LiveCandidate Fullypopulated\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.270Z\",\n        \"ActionRef\": \"80611\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48796,\n        \"CandidateName\": \"LiveCandidate Fullypopulated\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.240Z\",\n        \"ActionRef\": \"80610\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48828,\n        \"CandidateName\": \"Advert Application 1 Considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.193Z\",\n        \"ActionRef\": \"80608\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48828,\n        \"CandidateName\": \"Advert Application 1 Considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.193Z\",\n        \"ActionRef\": \"80609\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48828,\n        \"CandidateName\": \"Advert Application 1 Considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.193Z\",\n        \"ActionRef\": \"80607\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48828,\n        \"CandidateName\": \"Advert Application 1 Considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.193Z\",\n        \"ActionRef\": \"80607\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48828,\n        \"CandidateName\": \"Advert Application 1 Considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.177Z\",\n        \"ActionRef\": \"80606\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48128,\n        \"CandidateName\": \"Gabriele Ellerby\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.100Z\",\n        \"ActionRef\": \"80605\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48128,\n        \"CandidateName\": \"Gabriele Ellerby\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.100Z\",\n        \"ActionRef\": \"80604\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48128,\n        \"CandidateName\": \"Gabriele Ellerby\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.100Z\",\n        \"ActionRef\": \"80603\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48128,\n        \"CandidateName\": \"Gabriele Ellerby\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.100Z\",\n        \"ActionRef\": \"80603\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48128,\n        \"CandidateName\": \"Gabriele Ellerby\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.083Z\",\n        \"ActionRef\": \"80602\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.020Z\",\n        \"ActionRef\": \"80600\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.020Z\",\n        \"ActionRef\": \"80601\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.020Z\",\n        \"ActionRef\": \"80599\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.020Z\",\n        \"ActionRef\": \"80599\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:05.007Z\",\n        \"ActionRef\": \"80598\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.957Z\",\n        \"ActionRef\": \"80596\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.957Z\",\n        \"ActionRef\": \"80597\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.957Z\",\n        \"ActionRef\": \"80595\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.957Z\",\n        \"ActionRef\": \"80595\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.927Z\",\n        \"ActionRef\": \"80594\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.863Z\",\n        \"ActionRef\": \"80593\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.863Z\",\n        \"ActionRef\": \"80592\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.863Z\",\n        \"ActionRef\": \"80591\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.863Z\",\n        \"ActionRef\": \"80591\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.803Z\",\n        \"ActionRef\": \"80590\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.660Z\",\n        \"ActionRef\": \"80588\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.660Z\",\n        \"ActionRef\": \"80589\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.660Z\",\n        \"ActionRef\": \"80587\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.660Z\",\n        \"ActionRef\": \"80587\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.613Z\",\n        \"ActionRef\": \"80586\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.553Z\",\n        \"ActionRef\": \"80584\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.553Z\",\n        \"ActionRef\": \"80585\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.553Z\",\n        \"ActionRef\": \"80583\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.553Z\",\n        \"ActionRef\": \"80583\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.537Z\",\n        \"ActionRef\": \"80582\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48169,\n        \"CandidateName\": \"Bobbie Wehbe\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.457Z\",\n        \"ActionRef\": \"80580\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48169,\n        \"CandidateName\": \"Bobbie Wehbe\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.457Z\",\n        \"ActionRef\": \"80581\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48169,\n        \"CandidateName\": \"Bobbie Wehbe\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.457Z\",\n        \"ActionRef\": \"80579\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48169,\n        \"CandidateName\": \"Bobbie Wehbe\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.457Z\",\n        \"ActionRef\": \"80579\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48169,\n        \"CandidateName\": \"Bobbie Wehbe\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.443Z\",\n        \"ActionRef\": \"80578\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.380Z\",\n        \"ActionRef\": \"80577\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.380Z\",\n        \"ActionRef\": \"80576\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.380Z\",\n        \"ActionRef\": \"80575\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.380Z\",\n        \"ActionRef\": \"80575\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.363Z\",\n        \"ActionRef\": \"80574\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48802,\n        \"CandidateName\": \"Craig Anon2\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.303Z\",\n        \"ActionRef\": \"80573\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48802,\n        \"CandidateName\": \"Craig Anon2\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.303Z\",\n        \"ActionRef\": \"80572\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48802,\n        \"CandidateName\": \"Craig Anon2\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.303Z\",\n        \"ActionRef\": \"80571\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48802,\n        \"CandidateName\": \"Craig Anon2\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.303Z\",\n        \"ActionRef\": \"80571\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48802,\n        \"CandidateName\": \"Craig Anon2\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.287Z\",\n        \"ActionRef\": \"80570\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.160Z\",\n        \"ActionRef\": \"80569\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.160Z\",\n        \"ActionRef\": \"80568\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.160Z\",\n        \"ActionRef\": \"80567\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.160Z\",\n        \"ActionRef\": \"80567\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:04.083Z\",\n        \"ActionRef\": \"80566\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.943Z\",\n        \"ActionRef\": \"80564\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.943Z\",\n        \"ActionRef\": \"80565\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.943Z\",\n        \"ActionRef\": \"80563\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.943Z\",\n        \"ActionRef\": \"80563\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.850Z\",\n        \"ActionRef\": \"80562\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48822,\n        \"CandidateName\": \"Request To Remove Never Considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.693Z\",\n        \"ActionRef\": \"80560\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48822,\n        \"CandidateName\": \"Request To Remove Never Considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.693Z\",\n        \"ActionRef\": \"80561\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48822,\n        \"CandidateName\": \"Request To Remove Never Considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.693Z\",\n        \"ActionRef\": \"80559\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48822,\n        \"CandidateName\": \"Request To Remove Never Considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.693Z\",\n        \"ActionRef\": \"80559\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48822,\n        \"CandidateName\": \"Request To Remove Never Considered\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.647Z\",\n        \"ActionRef\": \"80558\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.537Z\",\n        \"ActionRef\": \"80557\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.537Z\",\n        \"ActionRef\": \"80556\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.537Z\",\n        \"ActionRef\": \"80555\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.537Z\",\n        \"ActionRef\": \"80555\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.503Z\",\n        \"ActionRef\": \"80554\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.380Z\",\n        \"ActionRef\": \"80552\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.380Z\",\n        \"ActionRef\": \"80553\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.380Z\",\n        \"ActionRef\": \"80551\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.380Z\",\n        \"ActionRef\": \"80551\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.317Z\",\n        \"ActionRef\": \"80550\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.253Z\",\n        \"ActionRef\": \"80549\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.253Z\",\n        \"ActionRef\": \"80548\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.253Z\",\n        \"ActionRef\": \"80547\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.253Z\",\n        \"ActionRef\": \"80547\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.223Z\",\n        \"ActionRef\": \"80546\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.113Z\",\n        \"ActionRef\": \"80545\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.113Z\",\n        \"ActionRef\": \"80544\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.113Z\",\n        \"ActionRef\": \"80543\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.113Z\",\n        \"ActionRef\": \"80543\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.067Z\",\n        \"ActionRef\": \"80542\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.003Z\",\n        \"ActionRef\": \"80541\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.003Z\",\n        \"ActionRef\": \"80540\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.003Z\",\n        \"ActionRef\": \"80539\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:03.003Z\",\n        \"ActionRef\": \"80539\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.957Z\",\n        \"ActionRef\": \"80538\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48291,\n        \"CandidateName\": \"Fay Clark\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.897Z\",\n        \"ActionRef\": \"80537\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48291,\n        \"CandidateName\": \"Fay Clark\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.897Z\",\n        \"ActionRef\": \"80536\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48291,\n        \"CandidateName\": \"Fay Clark\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.897Z\",\n        \"ActionRef\": \"80535\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48291,\n        \"CandidateName\": \"Fay Clark\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.897Z\",\n        \"ActionRef\": \"80535\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48291,\n        \"CandidateName\": \"Fay Clark\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.863Z\",\n        \"ActionRef\": \"80534\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.817Z\",\n        \"ActionRef\": \"80532\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.817Z\",\n        \"ActionRef\": \"80533\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.817Z\",\n        \"ActionRef\": \"80531\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.817Z\",\n        \"ActionRef\": \"80531\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.753Z\",\n        \"ActionRef\": \"80530\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48687,\n        \"CandidateName\": \"Corsaire1 Corsaire1A\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.647Z\",\n        \"ActionRef\": \"80529\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48687,\n        \"CandidateName\": \"Corsaire1 Corsaire1A\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.647Z\",\n        \"ActionRef\": \"80528\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48687,\n        \"CandidateName\": \"Corsaire1 Corsaire1A\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.647Z\",\n        \"ActionRef\": \"80527\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48687,\n        \"CandidateName\": \"Corsaire1 Corsaire1A\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.647Z\",\n        \"ActionRef\": \"80527\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48687,\n        \"CandidateName\": \"Corsaire1 Corsaire1A\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.613Z\",\n        \"ActionRef\": \"80526\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.553Z\",\n        \"ActionRef\": \"80524\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.553Z\",\n        \"ActionRef\": \"80525\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.553Z\",\n        \"ActionRef\": \"80523\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.553Z\",\n        \"ActionRef\": \"80523\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.520Z\",\n        \"ActionRef\": \"80522\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.410Z\",\n        \"ActionRef\": \"80520\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.410Z\",\n        \"ActionRef\": \"80521\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.410Z\",\n        \"ActionRef\": \"80519\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.410Z\",\n        \"ActionRef\": \"80519\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.363Z\",\n        \"ActionRef\": \"80518\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48153,\n        \"CandidateName\": \"Doug Hoheisel\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.240Z\",\n        \"ActionRef\": \"80517\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48153,\n        \"CandidateName\": \"Doug Hoheisel\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.240Z\",\n        \"ActionRef\": \"80516\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48153,\n        \"CandidateName\": \"Doug Hoheisel\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.240Z\",\n        \"ActionRef\": \"80515\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48153,\n        \"CandidateName\": \"Doug Hoheisel\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.240Z\",\n        \"ActionRef\": \"80515\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"1st Interview - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48153,\n        \"CandidateName\": \"Doug Hoheisel\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48798,\n        \"UserName\": \"AccountManager Role\",\n        \"ActionDate\": \"2024-02-13T16:21:02.177Z\",\n        \"ActionRef\": \"80514\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48816,\n        \"CandidateName\": \"Craig Contract4\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:01.583Z\",\n        \"ActionRef\": \"80513\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48816,\n        \"CandidateName\": \"Craig Contract4\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:01.583Z\",\n        \"ActionRef\": \"80512\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48816,\n        \"CandidateName\": \"Craig Contract4\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:01.583Z\",\n        \"ActionRef\": \"80511\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48816,\n        \"CandidateName\": \"Craig Contract4\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48819,\n        \"UserName\": \"AN Superuser Role\",\n        \"ActionDate\": \"2024-02-13T16:21:01.583Z\",\n        \"ActionRef\": \"80511\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \" - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48816,\n        \"CandidateName\": \"Craig Contract4\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T11:11:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:18.483Z\",\n        \"ActionRef\": \"80510\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48816,\n        \"CandidateName\": \"Craig Contract4\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:18.407Z\",\n        \"ActionRef\": \"80509\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48153,\n        \"CandidateName\": \"Doug Hoheisel\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:18.313Z\",\n        \"ActionRef\": \"80508\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48313,\n        \"CandidateName\": \"wendy tot\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:18.220Z\",\n        \"ActionRef\": \"80507\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48264,\n        \"CandidateName\": \"Lisa Hunter\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:18.157Z\",\n        \"ActionRef\": \"80506\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48687,\n        \"CandidateName\": \"Corsaire1 Corsaire1A\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:18.110Z\",\n        \"ActionRef\": \"80505\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48358,\n        \"CandidateName\": \"Craig Corporate\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:18.047Z\",\n        \"ActionRef\": \"80504\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48291,\n        \"CandidateName\": \"Fay Clark\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.920Z\",\n        \"ActionRef\": \"80503\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.860Z\",\n        \"ActionRef\": \"80502\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48170,\n        \"CandidateName\": \"Thaddeus Blaskovich\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.813Z\",\n        \"ActionRef\": \"80501\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.780Z\",\n        \"ActionRef\": \"80500\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.733Z\",\n        \"ActionRef\": \"80499\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48247,\n        \"CandidateName\": \"Collette Walker\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.703Z\",\n        \"ActionRef\": \"80498\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48822,\n        \"CandidateName\": \"Request To Remove Never Considered\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.657Z\",\n        \"ActionRef\": \"80497\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48345,\n        \"CandidateName\": \"FISH firefish\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.577Z\",\n        \"ActionRef\": \"80496\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48235,\n        \"CandidateName\": \"Santa Clause\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.517Z\",\n        \"ActionRef\": \"80495\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48802,\n        \"CandidateName\": \"Craig Anon2\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.470Z\",\n        \"ActionRef\": \"80494\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.390Z\",\n        \"ActionRef\": \"80493\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48169,\n        \"CandidateName\": \"Bobbie Wehbe\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.343Z\",\n        \"ActionRef\": \"80492\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.267Z\",\n        \"ActionRef\": \"80491\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48143,\n        \"CandidateName\": \"Cleveland Farfan\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.220Z\",\n        \"ActionRef\": \"80490\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48315,\n        \"CandidateName\": \"Betty Boo\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.140Z\",\n        \"ActionRef\": \"80489\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:17.047Z\",\n        \"ActionRef\": \"80488\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48199,\n        \"CandidateName\": \"Many Barretta\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:16.937Z\",\n        \"ActionRef\": \"80487\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48128,\n        \"CandidateName\": \"Gabriele Ellerby\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:16.717Z\",\n        \"ActionRef\": \"80486\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48828,\n        \"CandidateName\": \"Advert Application 1 Considered\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:16.593Z\",\n        \"ActionRef\": \"80485\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48796,\n        \"CandidateName\": \"LiveCandidate Fullypopulated\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:16.483Z\",\n        \"ActionRef\": \"80484\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48813,\n        \"CandidateName\": \"Craig Contract\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:16.327Z\",\n        \"ActionRef\": \"80483\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48823,\n        \"CandidateName\": \"Request to Remove Has been considered\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:16.187Z\",\n        \"ActionRef\": \"80482\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:19:15.797Z\",\n        \"ActionRef\": \"80481\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48204,\n        \"CandidateName\": \"Dalia Guerrant\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:06:15.623Z\",\n        \"ActionRef\": \"80480\",\n        \"ActionName\": \"Workflow Changed\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Changed from Permanent to Contract.\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T16:06:10.170Z\",\n        \"ActionRef\": \"80479\",\n        \"ActionName\": \"Workflow Changed\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Changed from Contract to Permanent.\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92030,\n        \"JobTitle\": \"Advert with No Job Site 3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:50:37.507Z\",\n        \"ActionRef\": \"80478\",\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:50:37.410Z\",\n        \"ActionRef\": \"80477\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48105,\n        \"CandidateName\": \"Dino Boudreaux\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:50:37.410Z\",\n        \"ActionRef\": \"80477\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48105,\n        \"CandidateName\": \"Dino Boudreaux\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:50:37.210Z\",\n        \"ActionRef\": \"80474\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48105,\n        \"CandidateName\": \"Dino Boudreaux\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92022-4816-4816\",\n        \"FollowUpDate\": \"2024-04-07T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:50:37.210Z\",\n        \"ActionRef\": \"80474\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48105,\n        \"CandidateName\": \"Dino Boudreaux\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92022-4816-4816\",\n        \"FollowUpDate\": \"2024-04-07T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:50:37.210Z\",\n        \"ActionRef\": \"80476\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48105,\n        \"CandidateName\": \"Dino Boudreaux\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:50:37.210Z\",\n        \"ActionRef\": \"80475\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48105,\n        \"CandidateName\": \"Dino Boudreaux\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:50:37.067Z\",\n        \"ActionRef\": \"80473\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48105,\n        \"CandidateName\": \"Dino Boudreaux\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:50:36.960Z\",\n        \"ActionRef\": \"80472\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Job 92022 - SP - TEST\",\n        \"CandidateRef\": 48105,\n        \"CandidateName\": \"Dino Boudreaux\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:50:10.817Z\",\n        \"ActionRef\": \"80471\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48105,\n        \"CandidateName\": \"Dino Boudreaux\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:49:36.610Z\",\n        \"ActionRef\": \"80470\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48234,\n        \"CandidateName\": \"John Clark\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:49:36.610Z\",\n        \"ActionRef\": \"80469\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48105,\n        \"CandidateName\": \"Dino Boudreaux\",\n        \"ContactRef\": 48291,\n        \"ContactName\": \"Fay Clark\",\n        \"CompanyRef\": 92698,\n        \"CompanyName\": \"Tesco\",\n        \"ParentCompanyRef\": 92699,\n        \"ParentCompanyName\": \"Search\",\n        \"JobRef\": 92022,\n        \"JobTitle\": \"SP - TEST\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:36:56.393Z\",\n        \"ActionRef\": \"80468\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1499,\n        \"AdvertTitle\": \"New Advert\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-24T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:36:55.940Z\",\n        \"ActionRef\": \"80466\",\n        \"ActionName\": \"Advert Authorised\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1499,\n        \"AdvertTitle\": \"New Advert\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T15:36:55.940Z\",\n        \"ActionRef\": \"80467\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1499,\n        \"AdvertTitle\": \"New Advert\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:29.557Z\",\n        \"ActionRef\": \"80465\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48888,\n        \"CandidateName\": \"Whoopee Cushion Goldberg\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-23T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:29.557Z\",\n        \"ActionRef\": \"80465\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48888,\n        \"CandidateName\": \"Whoopee Cushion Goldberg\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-23T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:29.450Z\",\n        \"ActionRef\": \"80462\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48888,\n        \"CandidateName\": \"Whoopee Cushion Goldberg\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92033-4814-4814\",\n        \"FollowUpDate\": \"2024-03-06T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:29.450Z\",\n        \"ActionRef\": \"80462\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48888,\n        \"CandidateName\": \"Whoopee Cushion Goldberg\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92033-4814-4814\",\n        \"FollowUpDate\": \"2024-03-06T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:29.450Z\",\n        \"ActionRef\": \"80463\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48888,\n        \"CandidateName\": \"Whoopee Cushion Goldberg\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:29.450Z\",\n        \"ActionRef\": \"80464\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48888,\n        \"CandidateName\": \"Whoopee Cushion Goldberg\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:29.417Z\",\n        \"ActionRef\": \"80461\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48888,\n        \"CandidateName\": \"Whoopee Cushion Goldberg\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:29.073Z\",\n        \"ActionRef\": \"80460\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48886,\n        \"CandidateName\": \"Harrison Ford-Focus\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-23T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:29.073Z\",\n        \"ActionRef\": \"80460\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48886,\n        \"CandidateName\": \"Harrison Ford-Focus\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-23T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:28.963Z\",\n        \"ActionRef\": \"80457\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48886,\n        \"CandidateName\": \"Harrison Ford-Focus\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92033-4815-4815\",\n        \"FollowUpDate\": \"2024-03-06T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:28.963Z\",\n        \"ActionRef\": \"80457\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48886,\n        \"CandidateName\": \"Harrison Ford-Focus\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92033-4815-4815\",\n        \"FollowUpDate\": \"2024-03-06T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:28.963Z\",\n        \"ActionRef\": \"80458\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48886,\n        \"CandidateName\": \"Harrison Ford-Focus\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:28.963Z\",\n        \"ActionRef\": \"80459\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48886,\n        \"CandidateName\": \"Harrison Ford-Focus\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:28.933Z\",\n        \"ActionRef\": \"80456\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48886,\n        \"CandidateName\": \"Harrison Ford-Focus\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:16.493Z\",\n        \"ActionRef\": \"80455\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48886,\n        \"CandidateName\": \"Harrison Ford-Focus\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:03.900Z\",\n        \"ActionRef\": \"80454\",\n        \"ActionName\": \"Positions Added\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Changed from 1 to 2\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:30:03.883Z\",\n        \"ActionRef\": \"80453\",\n        \"ActionName\": \"Position Added\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:29:39.273Z\",\n        \"ActionRef\": \"80452\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48888,\n        \"CandidateName\": \"Whoopee Cushion Goldberg\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:29:16.320Z\",\n        \"ActionRef\": \"80451\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48886,\n        \"CandidateName\": \"Harrison Ford-Focus\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:29:16.273Z\",\n        \"ActionRef\": \"80450\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48888,\n        \"CandidateName\": \"Whoopee Cushion Goldberg\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:28:53.257Z\",\n        \"ActionRef\": \"80449\",\n        \"ActionName\": \"Change Job WebSite\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Job changed from FF-Test-Current-Ent-01 to FF-Test-Current-Ent-02\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:28:53.223Z\",\n        \"ActionRef\": \"80448\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92033,\n        \"JobTitle\": \"Ent2 Job3\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:51.143Z\",\n        \"ActionRef\": \"80447\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-08T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:51.143Z\",\n        \"ActionRef\": \"80447\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-08T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.973Z\",\n        \"ActionRef\": \"80444\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92032-4811-4811\",\n        \"FollowUpDate\": \"2024-03-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.973Z\",\n        \"ActionRef\": \"80444\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92032-4811-4811\",\n        \"FollowUpDate\": \"2024-03-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.973Z\",\n        \"ActionRef\": \"80445\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.973Z\",\n        \"ActionRef\": \"80446\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.940Z\",\n        \"ActionRef\": \"80443\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.520Z\",\n        \"ActionRef\": \"80442\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-08T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.520Z\",\n        \"ActionRef\": \"80442\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-08T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.393Z\",\n        \"ActionRef\": \"80439\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92032-4810-4810\",\n        \"FollowUpDate\": \"2024-03-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.393Z\",\n        \"ActionRef\": \"80439\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92032-4810-4810\",\n        \"FollowUpDate\": \"2024-03-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.393Z\",\n        \"ActionRef\": \"80440\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.393Z\",\n        \"ActionRef\": \"80441\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:27:50.363Z\",\n        \"ActionRef\": \"80438\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:26:23.187Z\",\n        \"ActionRef\": \"80437\",\n        \"ActionName\": \"Reinstate Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdfsdf\",\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:26:18.263Z\",\n        \"ActionRef\": \"80436\",\n        \"ActionName\": \"Reinstate Candidate\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdfsdf\",\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:26:10.433Z\",\n        \"ActionRef\": \"80435\",\n        \"ActionName\": \"Positions Added\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Changed from 2 to 4\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:26:10.420Z\",\n        \"ActionRef\": \"80434\",\n        \"ActionName\": \"Position Added\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:26:10.357Z\",\n        \"ActionRef\": \"80433\",\n        \"ActionName\": \"Position Added\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.840Z\",\n        \"ActionRef\": \"80432\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48842,\n        \"CandidateName\": \"John Sea-nah\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-08T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.840Z\",\n        \"ActionRef\": \"80432\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48842,\n        \"CandidateName\": \"John Sea-nah\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-08T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.763Z\",\n        \"ActionRef\": \"80429\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48842,\n        \"CandidateName\": \"John Sea-nah\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92032-4813-4813\",\n        \"FollowUpDate\": \"2024-03-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.763Z\",\n        \"ActionRef\": \"80429\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48842,\n        \"CandidateName\": \"John Sea-nah\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92032-4813-4813\",\n        \"FollowUpDate\": \"2024-03-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.763Z\",\n        \"ActionRef\": \"80431\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48842,\n        \"CandidateName\": \"John Sea-nah\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.763Z\",\n        \"ActionRef\": \"80430\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48842,\n        \"CandidateName\": \"John Sea-nah\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.730Z\",\n        \"ActionRef\": \"80428\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48842,\n        \"CandidateName\": \"John Sea-nah\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.450Z\",\n        \"ActionRef\": \"80427\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48879,\n        \"CandidateName\": \"Meryl Sheep\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-08T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.450Z\",\n        \"ActionRef\": \"80427\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48879,\n        \"CandidateName\": \"Meryl Sheep\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-08T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.277Z\",\n        \"ActionRef\": \"80424\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48879,\n        \"CandidateName\": \"Meryl Sheep\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92032-4812-4812\",\n        \"FollowUpDate\": \"2024-03-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.277Z\",\n        \"ActionRef\": \"80424\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48879,\n        \"CandidateName\": \"Meryl Sheep\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92032-4812-4812\",\n        \"FollowUpDate\": \"2024-03-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.277Z\",\n        \"ActionRef\": \"80426\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48879,\n        \"CandidateName\": \"Meryl Sheep\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.277Z\",\n        \"ActionRef\": \"80425\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48879,\n        \"CandidateName\": \"Meryl Sheep\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:57.230Z\",\n        \"ActionRef\": \"80423\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48879,\n        \"CandidateName\": \"Meryl Sheep\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:29.073Z\",\n        \"ActionRef\": \"80422\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48842,\n        \"CandidateName\": \"John Sea-nah\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:13.853Z\",\n        \"ActionRef\": \"80421\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48842,\n        \"CandidateName\": \"John Sea-nah\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:25:13.807Z\",\n        \"ActionRef\": \"80420\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48879,\n        \"CandidateName\": \"Meryl Sheep\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:24:57.947Z\",\n        \"ActionRef\": \"80419\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:24:57.947Z\",\n        \"ActionRef\": \"80418\",\n        \"ActionName\": \"Offer Declined\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdfsdf\",\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:24:57.870Z\",\n        \"ActionRef\": \"80417\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:24:57.870Z\",\n        \"ActionRef\": \"80416\",\n        \"ActionName\": \"Offer Declined\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdfsdf\",\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:24:47.900Z\",\n        \"ActionRef\": \"80415\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdfsdf\",\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:24:47.727Z\",\n        \"ActionRef\": \"80414\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": \"sdfsdf\",\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:24:11.083Z\",\n        \"ActionRef\": \"80413\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48841,\n        \"CandidateName\": \"John Ram\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:24:07.583Z\",\n        \"ActionRef\": \"80412\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48885,\n        \"CandidateName\": \"Gerard Stevens\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:24:07.537Z\",\n        \"ActionRef\": \"80411\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48879,\n        \"CandidateName\": \"Meryl Sheep\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:24:07.193Z\",\n        \"ActionRef\": \"80410\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48842,\n        \"CandidateName\": \"John Sea-nah\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T15:23:53.147Z\",\n        \"ActionRef\": \"80409\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92032,\n        \"JobTitle\": \"Contract Job2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-13T12:20:51.237Z\",\n        \"ActionRef\": \"80408\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1503,\n        \"AdvertTitle\": \"New Advert 5\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-13T12:20:51.237Z\",\n        \"ActionRef\": \"80407\",\n        \"ActionName\": \"Advert Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1503,\n        \"AdvertTitle\": \"New Advert 5\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-13T12:19:47.157Z\",\n        \"ActionRef\": \"80405\",\n        \"ActionName\": \"Advert Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1502,\n        \"AdvertTitle\": \"New Advert 4\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-13T12:19:47.157Z\",\n        \"ActionRef\": \"80406\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1502,\n        \"AdvertTitle\": \"New Advert 4\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-13T12:19:14.810Z\",\n        \"ActionRef\": \"80404\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1501,\n        \"AdvertTitle\": \"New Advert 3\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-13T12:19:14.810Z\",\n        \"ActionRef\": \"80403\",\n        \"ActionName\": \"Advert Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1501,\n        \"AdvertTitle\": \"New Advert 3\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-13T12:18:08.183Z\",\n        \"ActionRef\": \"80401\",\n        \"ActionName\": \"Advert Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1500,\n        \"AdvertTitle\": \"New Advert 2\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-13T12:18:08.183Z\",\n        \"ActionRef\": \"80402\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1500,\n        \"AdvertTitle\": \"New Advert 2\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-13T12:17:06.897Z\",\n        \"ActionRef\": \"80400\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1499,\n        \"AdvertTitle\": \"New Advert\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-13T12:17:06.897Z\",\n        \"ActionRef\": \"80399\",\n        \"ActionName\": \"Advert Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1499,\n        \"AdvertTitle\": \"New Advert\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T12:12:35.020Z\",\n        \"ActionRef\": \"80398\",\n        \"ActionName\": \"User Management - Employer Account Created\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T12:11:36.157Z\",\n        \"ActionRef\": \"80397\",\n        \"ActionName\": \"Agreement - Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T12:11:35.797Z\",\n        \"ActionRef\": \"80396\",\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"CompanyRef\": 92728,\n        \"CompanyName\": \"2001\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:24.650Z\",\n        \"ActionRef\": \"80395\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-22T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:24.650Z\",\n        \"ActionRef\": \"80395\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-22T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:24.400Z\",\n        \"ActionRef\": \"80392\",\n        \"ActionName\": \"Placement - Permanent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92031-5809-5809\",\n        \"FollowUpDate\": \"2024-05-22T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:24.400Z\",\n        \"ActionRef\": \"80394\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:24.400Z\",\n        \"ActionRef\": \"80393\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:24.303Z\",\n        \"ActionRef\": \"80391\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:23.710Z\",\n        \"ActionRef\": \"80390\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-22T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:23.710Z\",\n        \"ActionRef\": \"80390\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-22T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:23.460Z\",\n        \"ActionRef\": \"80387\",\n        \"ActionName\": \"Placement - Permanent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92031-5807-5807\",\n        \"FollowUpDate\": \"2024-05-22T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:23.460Z\",\n        \"ActionRef\": \"80389\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:23.460Z\",\n        \"ActionRef\": \"80388\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T11:00:23.350Z\",\n        \"ActionRef\": \"80386\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:58:13.703Z\",\n        \"ActionRef\": \"80385\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-22T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:58:13.703Z\",\n        \"ActionRef\": \"80385\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-22T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:58:13.610Z\",\n        \"ActionRef\": \"80382\",\n        \"ActionName\": \"Placement - Permanent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92031-5808-5808\",\n        \"FollowUpDate\": \"2024-05-22T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:58:13.610Z\",\n        \"ActionRef\": \"80383\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:58:13.610Z\",\n        \"ActionRef\": \"80384\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:58:13.533Z\",\n        \"ActionRef\": \"80381\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:52:33.907Z\",\n        \"ActionRef\": \"80380\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:52:33.907Z\",\n        \"ActionRef\": \"80379\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:52:33.657Z\",\n        \"ActionRef\": \"80378\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:52:25.217Z\",\n        \"ActionRef\": \"80377\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:52:25.217Z\",\n        \"ActionRef\": \"80376\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:52:25.093Z\",\n        \"ActionRef\": \"80375\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:51:26.917Z\",\n        \"ActionRef\": \"80374\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48844,\n        \"CandidateName\": \"Barry Allen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:51:26.917Z\",\n        \"ActionRef\": \"80373\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48844,\n        \"CandidateName\": \"Barry Allen\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:51:26.793Z\",\n        \"ActionRef\": \"80372\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:51:26.793Z\",\n        \"ActionRef\": \"80371\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:51:26.700Z\",\n        \"ActionRef\": \"80369\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:51:26.700Z\",\n        \"ActionRef\": \"80370\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:51:26.543Z\",\n        \"ActionRef\": \"80368\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48844,\n        \"CandidateName\": \"Barry Allen\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:51:26.463Z\",\n        \"ActionRef\": \"80367\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:51:26.293Z\",\n        \"ActionRef\": \"80366\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:50:50.307Z\",\n        \"ActionRef\": \"80365\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:50:50.307Z\",\n        \"ActionRef\": \"80364\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:50:50.087Z\",\n        \"ActionRef\": \"80363\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:44:20.450Z\",\n        \"ActionRef\": \"80362\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:44:20.450Z\",\n        \"ActionRef\": \"80361\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:44:20.277Z\",\n        \"ActionRef\": \"80360\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:44:11.747Z\",\n        \"ActionRef\": \"80358\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:44:11.747Z\",\n        \"ActionRef\": \"80359\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:44:11.650Z\",\n        \"ActionRef\": \"80357\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:43:58.103Z\",\n        \"ActionRef\": \"80356\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:43:58.103Z\",\n        \"ActionRef\": \"80355\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:43:57.917Z\",\n        \"ActionRef\": \"80354\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:43:40.430Z\",\n        \"ActionRef\": \"80352\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:43:40.430Z\",\n        \"ActionRef\": \"80353\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:43:39.853Z\",\n        \"ActionRef\": \"80351\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T10:24:52.583Z\",\n        \"ActionRef\": \"80350\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48765,\n        \"ContactName\": \"Anabella Benitez\",\n        \"CompanyRef\": 92702,\n        \"CompanyName\": \"red lemon\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1498,\n        \"AdvertTitle\": \"New Advert - 59602\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-24T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-13T10:24:52.490Z\",\n        \"ActionRef\": \"80349\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48765,\n        \"ContactName\": \"Anabella Benitez\",\n        \"CompanyRef\": 92702,\n        \"CompanyName\": \"red lemon\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1498,\n        \"AdvertTitle\": \"New Advert - 59602\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:22:01.280Z\",\n        \"ActionRef\": \"80348\",\n        \"ActionName\": \"Job Terms Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Custom Job terms updated. \\r\\nGBP £ changed to EUR €.\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:22:01.107Z\",\n        \"ActionRef\": \"80346\",\n        \"ActionName\": \"Job Terms Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:22:01.107Z\",\n        \"ActionRef\": \"80347\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:22:00.903Z\",\n        \"ActionRef\": \"80345\",\n        \"ActionName\": \"Credit Details Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Credit Status: Updated from NULL to Checked & Good\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:22:00.530Z\",\n        \"ActionRef\": \"80343\",\n        \"ActionName\": \"Credit Details Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:22:00.530Z\",\n        \"ActionRef\": \"80344\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:21:43.170Z\",\n        \"ActionRef\": \"80342\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48849,\n        \"CandidateName\": \"Chris Pebble\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:21:43.123Z\",\n        \"ActionRef\": \"80341\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48887,\n        \"CandidateName\": \"Drew Barrymore-or-less\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:21:43.077Z\",\n        \"ActionRef\": \"80340\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48840,\n        \"CandidateName\": \"Tiger Woulds\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T10:21:42.903Z\",\n        \"ActionRef\": \"80339\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48844,\n        \"CandidateName\": \"Barry Allen\",\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T09:49:47.770Z\",\n        \"ActionRef\": \"80337\",\n        \"ActionName\": \"Credit Details Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T09:49:47.770Z\",\n        \"ActionRef\": \"80338\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T09:49:47.470Z\",\n        \"ActionRef\": \"80335\",\n        \"ActionName\": \"Job Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-13T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T09:49:47.470Z\",\n        \"ActionRef\": \"80336\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-13T09:49:46.673Z\",\n        \"ActionRef\": \"80334\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48877,\n        \"ContactName\": \"Michelle Obama\",\n        \"CompanyRef\": 92824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92031,\n        \"JobTitle\": \"1964 Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:22.383Z\",\n        \"ActionRef\": \"80333\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:22.383Z\",\n        \"ActionRef\": \"80333\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:22.307Z\",\n        \"ActionRef\": \"80330\",\n        \"ActionName\": \"Placement - Permanent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92017-5806-5806\",\n        \"FollowUpDate\": \"2024-05-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:22.307Z\",\n        \"ActionRef\": \"80332\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:22.307Z\",\n        \"ActionRef\": \"80331\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:22.273Z\",\n        \"ActionRef\": \"80329\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:22.010Z\",\n        \"ActionRef\": \"80328\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:22.010Z\",\n        \"ActionRef\": \"80328\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:21.917Z\",\n        \"ActionRef\": \"80325\",\n        \"ActionName\": \"Placement - Permanent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92017-5805-5805\",\n        \"FollowUpDate\": \"2024-05-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:21.917Z\",\n        \"ActionRef\": \"80327\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:21.917Z\",\n        \"ActionRef\": \"80326\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:54:21.883Z\",\n        \"ActionRef\": \"80324\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:53:23.507Z\",\n        \"ActionRef\": \"80322\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:53:23.507Z\",\n        \"ActionRef\": \"80323\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:53:23.397Z\",\n        \"ActionRef\": \"80320\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:53:23.397Z\",\n        \"ActionRef\": \"80321\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:53:23.223Z\",\n        \"ActionRef\": \"80319\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:53:23.067Z\",\n        \"ActionRef\": \"80318\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:52:41.533Z\",\n        \"ActionRef\": \"80317\",\n        \"ActionName\": \"Credit Details Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Credit Status: Updated from NULL to Checked & Good\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:52:41.363Z\",\n        \"ActionRef\": \"80316\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:52:41.363Z\",\n        \"ActionRef\": \"80315\",\n        \"ActionName\": \"Credit Details Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:52:24.017Z\",\n        \"ActionRef\": \"80314\",\n        \"ActionName\": \"Job Terms Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Standard Job terms updated.\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:52:23.940Z\",\n        \"ActionRef\": \"80312\",\n        \"ActionName\": \"Job Terms Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:52:23.940Z\",\n        \"ActionRef\": \"80313\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:52:09.800Z\",\n        \"ActionRef\": \"80311\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:52:09.347Z\",\n        \"ActionRef\": \"80310\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:52:09.017Z\",\n        \"ActionRef\": \"80309\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48280,\n        \"CandidateName\": \"Lou Went\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:52:07.610Z\",\n        \"ActionRef\": \"80308\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48189,\n        \"CandidateName\": \"Jordan Bonow\",\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:20:48.157Z\",\n        \"ActionRef\": \"80307\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1497,\n        \"AdvertTitle\": \"New Advert - TR19 6JX\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-23T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T17:20:48.047Z\",\n        \"ActionRef\": \"80306\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"CompanyRef\": 92792,\n        \"CompanyName\": \"team\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1497,\n        \"AdvertTitle\": \"New Advert - TR19 6JX\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T16:19:18.333Z\",\n        \"ActionRef\": \"80305\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48226,\n        \"CandidateName\": \"Demo Admin\",\n        \"ContactRef\": 48766,\n        \"ContactName\": \"Esmai Enriquez\",\n        \"CompanyRef\": 92705,\n        \"CompanyName\": \"River View Associates\",\n        \"ParentCompanyRef\": 92704,\n        \"ParentCompanyName\": \"Stream Solutions\",\n        \"JobRef\": 91988,\n        \"JobTitle\": \"asdf\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T16:15:39.340Z\",\n        \"ActionRef\": \"80304\",\n        \"ActionName\": \"Repost Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": 1480,\n        \"AdvertTitle\": \"Advert with No Job Site 3 - PA2 8LU\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-23T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:49.540Z\",\n        \"ActionRef\": \"80303\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48113,\n        \"CandidateName\": \"Billye Kato\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92029,\n        \"JobTitle\": \"Contract Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-05T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:49.540Z\",\n        \"ActionRef\": \"80303\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48113,\n        \"CandidateName\": \"Billye Kato\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92029,\n        \"JobTitle\": \"Contract Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-05T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:49.413Z\",\n        \"ActionRef\": \"80300\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48113,\n        \"CandidateName\": \"Billye Kato\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92029,\n        \"JobTitle\": \"Contract Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92029-4809-4809\",\n        \"FollowUpDate\": \"2024-02-19T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:49.413Z\",\n        \"ActionRef\": \"80300\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48113,\n        \"CandidateName\": \"Billye Kato\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92029,\n        \"JobTitle\": \"Contract Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92029-4809-4809\",\n        \"FollowUpDate\": \"2024-02-19T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:49.413Z\",\n        \"ActionRef\": \"80302\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48113,\n        \"CandidateName\": \"Billye Kato\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92029,\n        \"JobTitle\": \"Contract Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:49.413Z\",\n        \"ActionRef\": \"80301\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48113,\n        \"CandidateName\": \"Billye Kato\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92029,\n        \"JobTitle\": \"Contract Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:49.383Z\",\n        \"ActionRef\": \"80299\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48113,\n        \"CandidateName\": \"Billye Kato\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92029,\n        \"JobTitle\": \"Contract Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:49.337Z\",\n        \"ActionRef\": \"80298\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Job 92029 - Contract Projected Sales\",\n        \"CandidateRef\": 48113,\n        \"CandidateName\": \"Billye Kato\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:28.757Z\",\n        \"ActionRef\": \"80297\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48113,\n        \"CandidateName\": \"Billye Kato\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92029,\n        \"JobTitle\": \"Contract Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:11.130Z\",\n        \"ActionRef\": \"80296\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48113,\n        \"CandidateName\": \"Billye Kato\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92029,\n        \"JobTitle\": \"Contract Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T12:04:02.833Z\",\n        \"ActionRef\": \"80295\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92029,\n        \"JobTitle\": \"Contract Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:52:54.853Z\",\n        \"ActionRef\": \"80294\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-05T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:52:54.853Z\",\n        \"ActionRef\": \"80294\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-05T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:52:54.777Z\",\n        \"ActionRef\": \"80291\",\n        \"ActionName\": \"Placement - Permanent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92028-5804-5804\",\n        \"FollowUpDate\": \"2024-05-05T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:52:54.777Z\",\n        \"ActionRef\": \"80292\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:52:54.777Z\",\n        \"ActionRef\": \"80293\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:52:54.743Z\",\n        \"ActionRef\": \"80290\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:52:54.697Z\",\n        \"ActionRef\": \"80289\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Job 92028 - Projected Sales\",\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:52:13.197Z\",\n        \"ActionRef\": \"80287\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:52:13.197Z\",\n        \"ActionRef\": \"80288\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:52:12.867Z\",\n        \"ActionRef\": \"80286\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:51:55.757Z\",\n        \"ActionRef\": \"80285\",\n        \"ActionName\": \"Job Terms Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Standard Job terms updated.\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:51:55.600Z\",\n        \"ActionRef\": \"80283\",\n        \"ActionName\": \"Job Terms Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:51:55.600Z\",\n        \"ActionRef\": \"80284\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:51:55.240Z\",\n        \"ActionRef\": \"80282\",\n        \"ActionName\": \"Credit Details Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:51:54.757Z\",\n        \"ActionRef\": \"80281\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:51:54.757Z\",\n        \"ActionRef\": \"80280\",\n        \"ActionName\": \"Credit Details Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:51:37.960Z\",\n        \"ActionRef\": \"80279\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48202,\n        \"CandidateName\": \"Lemuel Thoma\",\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:50:54.230Z\",\n        \"ActionRef\": \"80277\",\n        \"ActionName\": \"Credit Details Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:50:54.230Z\",\n        \"ActionRef\": \"80278\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:50:54.137Z\",\n        \"ActionRef\": \"80275\",\n        \"ActionName\": \"Job Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:50:54.137Z\",\n        \"ActionRef\": \"80276\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-12T11:50:53.713Z\",\n        \"ActionRef\": \"80274\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48798,\n        \"ContactName\": \"AccountManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92028,\n        \"JobTitle\": \"Projected Sales\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:22:28.417Z\",\n        \"ActionRef\": \"80273\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:22:28.417Z\",\n        \"ActionRef\": \"80272\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:22:28.180Z\",\n        \"ActionRef\": \"80271\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:22:13.867Z\",\n        \"ActionRef\": \"80270\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:22:13.867Z\",\n        \"ActionRef\": \"80269\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:22:13.773Z\",\n        \"ActionRef\": \"80268\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:21:54.087Z\",\n        \"ActionRef\": \"80267\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:21:54.087Z\",\n        \"ActionRef\": \"80266\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:21:53.897Z\",\n        \"ActionRef\": \"80265\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:07:43.970Z\",\n        \"ActionRef\": \"80263\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:07:43.970Z\",\n        \"ActionRef\": \"80264\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:07:43.863Z\",\n        \"ActionRef\": \"80262\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:07:23.080Z\",\n        \"ActionRef\": \"80261\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:07:23.080Z\",\n        \"ActionRef\": \"80260\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-12T10:07:22.797Z\",\n        \"ActionRef\": \"80259\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:45:45.810Z\",\n        \"ActionRef\": \"80258\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-16T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:45:45.810Z\",\n        \"ActionRef\": \"80258\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-16T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:45:45.703Z\",\n        \"ActionRef\": \"80255\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92027-4808-4808\",\n        \"FollowUpDate\": \"2024-03-10T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:45:45.703Z\",\n        \"ActionRef\": \"80255\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92027-4808-4808\",\n        \"FollowUpDate\": \"2024-03-10T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:45:45.703Z\",\n        \"ActionRef\": \"80256\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:45:45.703Z\",\n        \"ActionRef\": \"80257\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:45:45.670Z\",\n        \"ActionRef\": \"80254\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:45:07.590Z\",\n        \"ActionRef\": \"80253\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48835,\n        \"UserName\": \"Dartmouth Contact\",\n        \"ActionDate\": \"2024-02-12T09:44:28.037Z\",\n        \"ActionRef\": \"80251\",\n        \"ActionName\": \"Employer Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:44:27.023Z\",\n        \"ActionRef\": \"80250\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:44:27.023Z\",\n        \"ActionRef\": \"80249\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:44:27.023Z\",\n        \"ActionRef\": \"80248\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T16:20:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:44:27.023Z\",\n        \"ActionRef\": \"80248\",\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": \"Assessment Event - Face To Face\",\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T16:20:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:43:59.393Z\",\n        \"ActionRef\": \"80245\",\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:43:59.393Z\",\n        \"ActionRef\": \"80247\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:43:59.393Z\",\n        \"ActionRef\": \"80246\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:43:31.890Z\",\n        \"ActionRef\": \"80243\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Online Test\",\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48820,\n        \"ContactName\": \"CRM Superuser Role\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T16:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:43:31.890Z\",\n        \"ActionRef\": \"80243\",\n        \"ActionName\": \"Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Online Test\",\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48820,\n        \"ContactName\": \"CRM Superuser Role\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-14T16:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:43:31.703Z\",\n        \"ActionRef\": \"80242\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": \"Assessment Event - Online Test\",\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48820,\n        \"ContactName\": \"CRM Superuser Role\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:43:31.703Z\",\n        \"ActionRef\": \"80241\",\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": \"Assessment Event - Online Test\",\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48820,\n        \"ContactName\": \"CRM Superuser Role\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:43:04.357Z\",\n        \"ActionRef\": \"80240\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48867,\n        \"CandidateName\": \"David Swimmer\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:42:55.653Z\",\n        \"ActionRef\": \"80239\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92027,\n        \"JobTitle\": \"Contract Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:42:19.353Z\",\n        \"ActionRef\": \"80238\",\n        \"ActionName\": \"Job Notes\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfghdfg\",\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:42:19.323Z\",\n        \"ActionRef\": \"80237\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfghdfg\",\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-16T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:42:19.323Z\",\n        \"ActionRef\": \"80237\",\n        \"ActionName\": \"New Start\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfghdfg\",\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-16T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:42:19.227Z\",\n        \"ActionRef\": \"80234\",\n        \"ActionName\": \"Placement - Permanent\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfghdfg\",\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": \"92026-5803-5803\",\n        \"FollowUpDate\": \"2024-05-16T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:42:19.227Z\",\n        \"ActionRef\": \"80235\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:42:19.227Z\",\n        \"ActionRef\": \"80236\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:42:19.167Z\",\n        \"ActionRef\": \"80233\",\n        \"ActionName\": \"Placement Stage\",\n        \"ActionDetail\": null,\n        \"Notes\": \"dfghdfg\",\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:41:39.587Z\",\n        \"ActionRef\": \"80232\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:41:39.587Z\",\n        \"ActionRef\": \"80231\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:41:38.803Z\",\n        \"ActionRef\": \"80230\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:41:21.977Z\",\n        \"ActionRef\": \"80229\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48847,\n        \"CandidateName\": \"Nicki Mirage\",\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:41:03.507Z\",\n        \"ActionRef\": \"80228\",\n        \"ActionName\": \"Job Terms Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Standard Job terms updated.\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:41:03.430Z\",\n        \"ActionRef\": \"80226\",\n        \"ActionName\": \"Job Terms Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:41:03.430Z\",\n        \"ActionRef\": \"80227\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:41:03.257Z\",\n        \"ActionRef\": \"80225\",\n        \"ActionName\": \"Credit Details Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Default Accounts Contact: Updated from NULL to Dartmouth Contact\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:41:03.053Z\",\n        \"ActionRef\": \"80223\",\n        \"ActionName\": \"Credit Details Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:41:03.053Z\",\n        \"ActionRef\": \"80224\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:40:50.833Z\",\n        \"ActionRef\": \"80222\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:40:50.833Z\",\n        \"ActionRef\": \"80221\",\n        \"ActionName\": \"Credit Details Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:40:50.663Z\",\n        \"ActionRef\": \"80220\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:40:50.663Z\",\n        \"ActionRef\": \"80219\",\n        \"ActionName\": \"Job Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-12T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48820,\n        \"UserName\": \"CRM Superuser Role\",\n        \"ActionDate\": \"2024-02-12T09:40:50.257Z\",\n        \"ActionRef\": \"80218\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48835,\n        \"ContactName\": \"Dartmouth Contact\",\n        \"CompanyRef\": 92815,\n        \"CompanyName\": \"Dartmouth Canada Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92026,\n        \"JobTitle\": \"Permanent Job Link\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:26:55.410Z\",\n        \"ActionRef\": \"80217\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:26:55.410Z\",\n        \"ActionRef\": \"80216\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:26:55.317Z\",\n        \"ActionRef\": \"80215\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:26:25.007Z\",\n        \"ActionRef\": \"80213\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:26:25.007Z\",\n        \"ActionRef\": \"80214\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:26:24.883Z\",\n        \"ActionRef\": \"80212\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:26:08.163Z\",\n        \"ActionRef\": \"80211\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:26:08.163Z\",\n        \"ActionRef\": \"80210\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:26:07.943Z\",\n        \"ActionRef\": \"80209\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:12:43.770Z\",\n        \"ActionRef\": \"80207\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:12:43.770Z\",\n        \"ActionRef\": \"80208\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:12:43.660Z\",\n        \"ActionRef\": \"80206\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:11:43.970Z\",\n        \"ActionRef\": \"80205\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:11:43.970Z\",\n        \"ActionRef\": \"80204\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:11:43.407Z\",\n        \"ActionRef\": \"80203\",\n        \"ActionName\": \"Offer Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:07:29.900Z\",\n        \"ActionRef\": \"80202\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:07:29.900Z\",\n        \"ActionRef\": \"80201\",\n        \"ActionName\": \"Offer Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:07:29.400Z\",\n        \"ActionRef\": \"80200\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:07:29.400Z\",\n        \"ActionRef\": \"80200\",\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:07:12.947Z\",\n        \"ActionRef\": \"80199\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-09T12:07:12.947Z\",\n        \"ActionRef\": \"80199\",\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48117,\n        \"CandidateName\": \"Quinn Sallings\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"CompanyRef\": 92823,\n        \"CompanyName\": \"Actions Company Ltd\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92020,\n        \"JobTitle\": \"Authorisation Test - Permanent\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48889,\n        \"UserName\": \"Gerardo Smitho\",\n        \"ActionDate\": \"2024-02-09T09:51:56.007Z\",\n        \"ActionRef\": \"80198\",\n        \"ActionName\": \"Advert Application\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48889,\n        \"CandidateName\": \"Gerardo Smitho\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": 1496,\n        \"AdvertTitle\": \"Test advert - Direct Apply Test 2\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:51:23.007Z\",\n        \"ActionRef\": \"80197\",\n        \"ActionName\": \"Job Board Post - CV-Library\",\n        \"ActionDetail\": null,\n        \"Notes\": \"www.cv-library.co.uk/job/221083013/Test-advert-Direct-Apply-Test-2\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": 1496,\n        \"AdvertTitle\": \"Test advert - Direct Apply Test 2\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:58.787Z\",\n        \"ActionRef\": \"80196\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": 1496,\n        \"AdvertTitle\": \"Test advert - Direct Apply Test 2\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-20T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:58.753Z\",\n        \"ActionRef\": \"80195\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": 1496,\n        \"AdvertTitle\": \"Test advert - Direct Apply Test 2\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:27.847Z\",\n        \"ActionRef\": \"80194\",\n        \"ActionName\": \"Job Terms Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Custom Job terms updated. \\r\\nGBP £ changed to GBP £.\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:27.817Z\",\n        \"ActionRef\": \"80192\",\n        \"ActionName\": \"Job Terms Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:27.817Z\",\n        \"ActionRef\": \"80193\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:27.723Z\",\n        \"ActionRef\": \"80191\",\n        \"ActionName\": \"Credit Details Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:27.677Z\",\n        \"ActionRef\": \"80189\",\n        \"ActionName\": \"Credit Details Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:27.677Z\",\n        \"ActionRef\": \"80190\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:21.423Z\",\n        \"ActionRef\": \"80188\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:21.423Z\",\n        \"ActionRef\": \"80187\",\n        \"ActionName\": \"Credit Details Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:21.347Z\",\n        \"ActionRef\": \"80185\",\n        \"ActionName\": \"Job Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:21.347Z\",\n        \"ActionRef\": \"80186\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:50:21.270Z\",\n        \"ActionRef\": \"80184\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:45:11.000Z\",\n        \"ActionRef\": \"80183\",\n        \"ActionName\": \"Job Board Post - CV-Library\",\n        \"ActionDetail\": null,\n        \"Notes\": \"www.cv-library.co.uk/job/221082924/Test-Advert-Direct-Apply-Test-1\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": 1495,\n        \"AdvertTitle\": \"Test Advert - Direct Apply Test 1\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48889,\n        \"UserName\": \"Gerardo Smitho\",\n        \"ActionDate\": \"2024-02-09T09:43:13.727Z\",\n        \"ActionRef\": \"80182\",\n        \"ActionName\": \"Advert Application\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48889,\n        \"CandidateName\": \"Gerardo Smitho\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": 1495,\n        \"AdvertTitle\": \"Test Advert - Direct Apply Test 1\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48889,\n        \"UserName\": \"Gerardo Smitho\",\n        \"ActionDate\": \"2024-02-09T09:43:13.633Z\",\n        \"ActionRef\": \"80181\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Advert application\",\n        \"CandidateRef\": 48889,\n        \"CandidateName\": \"Gerardo Smitho\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:41:41.347Z\",\n        \"ActionRef\": \"80180\",\n        \"ActionName\": \"Post Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": 1495,\n        \"AdvertTitle\": \"Test Advert - Direct Apply Test 1\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-20T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:41:41.283Z\",\n        \"ActionRef\": \"80179\",\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": 1495,\n        \"AdvertTitle\": \"Test Advert - Direct Apply Test 1\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:54.627Z\",\n        \"ActionRef\": \"80178\",\n        \"ActionName\": \"Job Terms Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Custom Job terms updated. \\r\\nGBP £ changed to GBP £.\",\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:54.580Z\",\n        \"ActionRef\": \"80177\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:54.580Z\",\n        \"ActionRef\": \"80176\",\n        \"ActionName\": \"Job Terms Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:54.453Z\",\n        \"ActionRef\": \"80175\",\n        \"ActionName\": \"Credit Details Updated\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:54.360Z\",\n        \"ActionRef\": \"80174\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:54.360Z\",\n        \"ActionRef\": \"80173\",\n        \"ActionName\": \"Credit Details Approved\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:43.767Z\",\n        \"ActionRef\": \"80172\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:43.767Z\",\n        \"ActionRef\": \"80171\",\n        \"ActionName\": \"Credit Details Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:43.657Z\",\n        \"ActionRef\": \"80170\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:43.657Z\",\n        \"ActionRef\": \"80169\",\n        \"ActionName\": \"Job Authorisation\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:43.530Z\",\n        \"ActionRef\": \"80168\",\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"ParentCompanyRef\": 92809,\n        \"ParentCompanyName\": \"Employer HQ\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:40:43.267Z\",\n        \"ActionRef\": \"80167\",\n        \"ActionName\": \"CV Deadline\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-03-01T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:39:01.977Z\",\n        \"ActionRef\": \"80166\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Evidence\",\n        \"CandidateRef\": 48889,\n        \"CandidateName\": \"Gerardo Smitho\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:39:01.557Z\",\n        \"ActionRef\": \"80165\",\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": 48889,\n        \"CandidateName\": \"Gerardo Smitho\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 48787,\n        \"UserName\": \"Superuser Role\",\n        \"ActionDate\": \"2024-02-09T09:39:01.557Z\",\n        \"ActionRef\": \"80164\",\n        \"ActionName\": \"Registration - Manual\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Source: Unknown\",\n        \"CandidateRef\": 48889,\n        \"CandidateName\": \"Gerardo Smitho\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-09T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-08T18:23:46.567Z\",\n        \"ActionRef\": \"80163\",\n        \"ActionName\": \"Repost Advert\",\n        \"ActionDetail\": null,\n        \"Notes\": null,\n        \"CandidateRef\": null,\n        \"CandidateName\": null,\n        \"ContactRef\": 48853,\n        \"ContactName\": \"Wrexham Contact\",\n        \"CompanyRef\": 92820,\n        \"CompanyName\": \"Wrexham Company\",\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": 92017,\n        \"JobTitle\": \"Wrexham Perm Job\",\n        \"AdvertRef\": 1494,\n        \"AdvertTitle\": \"Wrexham Perm Job test\",\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": \"2024-02-19T00:00:00.000Z\"\n    },\n    {\n        \"CreatedUserRef\": 48868,\n        \"UserName\": \"Umbrella 1 Candidate\",\n        \"ActionDate\": \"2024-02-08T18:14:57.790Z\",\n        \"ActionRef\": \"80162\",\n        \"ActionName\": \"Agreement Accepted\",\n        \"ActionDetail\": null,\n        \"Notes\": \"Candidate portal\",\n        \"CandidateRef\": 48868,\n        \"CandidateName\": \"Umbrella 1 Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    },\n    {\n        \"CreatedUserRef\": 1,\n        \"UserName\": \"System Administrator\",\n        \"ActionDate\": \"2024-02-08T18:14:10.430Z\",\n        \"ActionRef\": \"80161\",\n        \"ActionName\": \"Password Sent\",\n        \"ActionDetail\": null,\n        \"Notes\": \"The email message was skipped.<br/>Password send for FF-Test-Current-Ent-01 site.\",\n        \"CandidateRef\": 48868,\n        \"CandidateName\": \"Umbrella 1 Candidate\",\n        \"ContactRef\": null,\n        \"ContactName\": null,\n        \"CompanyRef\": null,\n        \"CompanyName\": null,\n        \"ParentCompanyRef\": null,\n        \"ParentCompanyName\": null,\n        \"JobRef\": null,\n        \"JobTitle\": null,\n        \"AdvertRef\": null,\n        \"AdvertTitle\": null,\n        \"FriendlyPlacementRef\": null,\n        \"FollowUpDate\": null\n    }\n]"},{"id":"86830df8-a2bd-45dc-838f-b36be423cfb1","name":"Unauthorised Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{ActionsSearch}}","protocol":"https","host":["{{hostName}}{{ActionsSearch}}"],"query":[{"key":"action-date-from","value":"date","description":"Actions created as of this date - Defaults to \"Today minus 7 days\" when not provided","disabled":true},{"key":"action-date-to","value":"date","description":"Actions created up to this date - Defaults to \"Today\" when not provided","type":"text","disabled":true},{"key":"action-name","value":"string","description":"Actions where the Action Name that contains the value","type":"text","disabled":true},{"key":"user-name","value":"string","description":"Actions where the User Name that contains the value","type":"text","disabled":true},{"key":"follow-up-date-to","value":"date","description":"Actions with follow up date from this date","type":"text","disabled":true},{"key":"follow-up-date-from","value":"date","description":"Actions with follow up date from this date","type":"text","disabled":true},{"key":"has-candidate","value":"bool","description":"Actions that contain a candidate ref","type":"text","disabled":true},{"key":"has-contact","value":"bool","description":"Actions that contain a contact ref","type":"text","disabled":true},{"key":"has-company","value":"bool","description":"Actions that contain a company ref","type":"text","disabled":true},{"key":"has-job","value":"bool","description":"Actions that contain a job ref","type":"text","disabled":true},{"key":"has-advert","value":"bool","description":"Actions that contain an advert ref","type":"text","disabled":true},{"key":"has-friendly-placement","value":"bool","description":"Actions that contain a friendly placement ref","type":"text","disabled":true},{"key":"exclude-email-actions","value":"bool","description":"Exclude any actions that includes the word 'Email' in the ActionName","type":"text","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 12:20:27 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"98bd528e-9a2d-487e-9bd4-52ddd5891d85"}],"id":"403f2759-ebe6-4d04-9209-bc481256c526","description":"<p>The Firefish Actions Application Programming Interface (API) is a JavaScript Object Notation (JSON) API and it provides access to all actions made within the Firefish system.</p>\n<p>It can be used to integrate this data into other platforms, such as reporting suites, marketing automation platforms and other activity tracking systems.</p>\n<h1 id=\"available-permission-scopes\">Available Permission Scopes</h1>\n<ul>\n<li>actionsAPI-read</li>\n</ul>\n","_postman_id":"403f2759-ebe6-4d04-9209-bc481256c526","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Adverts","item":[{"name":"Advert Search","id":"150d0a2e-3cbb-4afa-a134-36780897c90e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{advertsSearch}}","description":"<p><strong>Required Scope:</strong> advertsAPI-read</p>\n<p>This endpoint is used to search for adverts within the Firefish system.</p>\n<p>By default, when no query parameters are provided, the search will return an adverts object for adverts that have been created, or updated, within the last 7 days. The search will do a LIKE comparison for any of the string parameters.</p>\n<p>Two characters is the minimum allowed to perform a search.</p>\n<img src=\"https://content.pstmn.io/01bcbc46-4929-4402-bfb3-149ec5496c2d/aW1hZ2UucG5n\" width=\"612\" height=\"252\" />\n\n<h2 id=\"response-object\">Response Object</h2>\n<p>The <code>AdvertsearchResult</code> object provides the information for an individual advert which satisfies the given search criteria.</p>\n<p>The status of an advert can be determined by the boolean field <code>\"IsLive\"</code>.</p>\n<ul>\n<li><p><code>True</code> = Advert is <strong>Live</strong> in Firefish</p>\n</li>\n<li><p><code>False</code> = Advert is <strong>Closed</strong> in Firefish</p>\n</li>\n</ul>\n<p>Use the \"status\" parameter to filter the response down to a specific value.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AdvertRef</td>\n<td>int</td>\n<td>The unique reference number of the advert.</td>\n</tr>\n<tr>\n<td>AdvertTitle</td>\n<td>string</td>\n<td>The title of the advert.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number of the company.</td>\n</tr>\n<tr>\n<td>Company</td>\n<td>string</td>\n<td>The name of the company.</td>\n</tr>\n<tr>\n<td>ContactRef</td>\n<td>int</td>\n<td>The unique reference number of the contact.</td>\n</tr>\n<tr>\n<td>JobRef</td>\n<td>int</td>\n<td>The notes of the advert.</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The title of the job.</td>\n</tr>\n<tr>\n<td>User</td>\n<td>string</td>\n<td>The name of the user that created the advert.</td>\n</tr>\n<tr>\n<td>IsLive</td>\n<td>bool</td>\n<td>Boolean value of advert status.</td>\n</tr>\n<tr>\n<td>Discipline</td>\n<td>string</td>\n<td>The discipline of the advert.</td>\n</tr>\n<tr>\n<td>Role</td>\n<td>string</td>\n<td>The role of the advert.</td>\n</tr>\n<tr>\n<td>LocationArea</td>\n<td>int</td>\n<td>The location area of the advert.</td>\n</tr>\n<tr>\n<td>SubLocation</td>\n<td>string</td>\n<td>The sub location of the advert.</td>\n</tr>\n<tr>\n<td>Specialty</td>\n<td>string</td>\n<td>The specialty of the advert.</td>\n</tr>\n<tr>\n<td>SubSpecialty</td>\n<td>string</td>\n<td>The subspecialty of the advert.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>string</td>\n<td>The type of the advert, permanent or contract.</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the advert.</td>\n</tr>\n<tr>\n<td>UpdatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 updated date of the advert.</td>\n</tr>\n<tr>\n<td>ClosingDate</td>\n<td>date-time</td>\n<td>ISO-8601 closing date of the advert.</td>\n</tr>\n<tr>\n<td>PostedDate</td>\n<td>date-time</td>\n<td>ISO-8601 posted date of the advert.</td>\n</tr>\n<tr>\n<td>Hits</td>\n<td>int</td>\n<td>The total number of hits on the advert.</td>\n</tr>\n<tr>\n<td>Mailshots</td>\n<td>int</td>\n<td>The total number of mailshots for the advert.</td>\n</tr>\n<tr>\n<td>JobAlerts</td>\n<td>int</td>\n<td>The total number of job alerts for the advert.</td>\n</tr>\n<tr>\n<td>Sent</td>\n<td>int</td>\n<td>The total number of emails sent for the advert.</td>\n</tr>\n<tr>\n<td>Read</td>\n<td>int</td>\n<td>The total number of emails read for the advert.</td>\n</tr>\n<tr>\n<td>Clicked</td>\n<td>int</td>\n<td>The total number of clicks on the advert.</td>\n</tr>\n<tr>\n<td>ClickedApplied</td>\n<td>int</td>\n<td>The total number of click applied on the advert.</td>\n</tr>\n<tr>\n<td>Unsubscribed</td>\n<td>int</td>\n<td>The total number of unsubscribes from the advert.</td>\n</tr>\n<tr>\n<td>Failed</td>\n<td>int</td>\n<td>The total number of failed emails.</td>\n</tr>\n<tr>\n<td>AwaitingProcessing</td>\n<td>int</td>\n<td>The total number of emails still to be processed.</td>\n</tr>\n<tr>\n<td>Considered</td>\n<td>int</td>\n<td>The total number of considered candidates on the job.</td>\n</tr>\n<tr>\n<td>NotProgressing</td>\n<td>int</td>\n<td>The total number of candidates not progressing on the job.</td>\n</tr>\n<tr>\n<td>FailedPrescreen</td>\n<td>int</td>\n<td>The total number of failed pre-screening candidates on the advert.</td>\n</tr>\n<tr>\n<td>Archived</td>\n<td>int</td>\n<td>Whether the advert is archived or not.</td>\n</tr>\n<tr>\n<td>HasPreScreenQuestionnaire</td>\n<td>int</td>\n<td>Whether the advert has a pre-screen questionnaire or not.</td>\n</tr>\n<tr>\n<td>Remuneration</td>\n<td>string</td>\n<td>The remuneration for the advert.</td>\n</tr>\n<tr>\n<td>LastActionRef</td>\n<td>int</td>\n<td>The unique reference of the last action for the advert.</td>\n</tr>\n<tr>\n<td>LastActionName</td>\n<td>string</td>\n<td>The name of the last action for the advert.</td>\n</tr>\n<tr>\n<td>LastActionDate</td>\n<td>date-time</td>\n<td>ISO-8601 date of the last action for the advert.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{advertsSearch}}"],"query":[{"disabled":true,"description":{"content":"<p>Adverts created as of this date - Defaults to \"Today minus 7 days\" when not provided</p>\n","type":"text/plain"},"key":"from-date","value":"date"},{"disabled":true,"description":{"content":"<p>Adverts created to this date - Defaults to \"Today\" when not provided</p>\n","type":"text/plain"},"key":"to-date","value":"date"},{"disabled":true,"description":{"content":"<p>Determines whether the adverts updated dates should be used instead of default created ones. use-closing-date and use-posted-date cannot also be provided. </p>\n","type":"text/plain"},"key":"use-updated-date","value":"boolean"},{"disabled":true,"description":{"content":"<p>Determines whether the adverts closing dates should be used instead of default created ones. use-updated-date and use-posted-date cannot also be provided.</p>\n","type":"text/plain"},"key":"use-closing-date","value":"boolean"},{"disabled":true,"description":{"content":"<p>Determines whether the adverts posted dates should be used instead of default created ones. use-closing-date and use-closing-date cannot also be provided.</p>\n","type":"text/plain"},"key":"use-posted-date","value":"boolean"},{"disabled":true,"description":{"content":"<p>Accepts “Live” “Closed” or “All” and returns the adverts with the related 'IsLive' status. Defaults to \"All\"</p>\n","type":"text/plain"},"key":"status","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created with this title</p>\n","type":"text/plain"},"key":"advert-title","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created with this company ref</p>\n","type":"text/plain"},"key":"company-ref","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created with this contact ref</p>\n","type":"text/plain"},"key":"contact-ref","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created with this job ref</p>\n","type":"text/plain"},"key":"job-ref","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created by this user based on the Full Name in Firefish</p>\n","type":"text/plain"},"key":"user","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created with this discipline value found in Firefish</p>\n","type":"text/plain"},"key":"discipline","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created with this role value found in Firefish</p>\n","type":"text/plain"},"key":"role","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created with this location value found in Firefish</p>\n","type":"text/plain"},"key":"location-area","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created with this sub-location value found in Firefish</p>\n","type":"text/plain"},"key":"sub-location","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created with this speciality value found in Firefish</p>\n","type":"text/plain"},"key":"specialty","value":"string"},{"disabled":true,"description":{"content":"<p>Adverts created with this sub-speciality value found in Firefish</p>\n","type":"text/plain"},"key":"sub-specialty","value":"string"},{"disabled":true,"description":{"content":"<p>Accepts \"Permanent\" or \"Contract\"</p>\n","type":"text/plain"},"key":"type","value":"string"},{"disabled":true,"description":{"content":"<p>The adverts with the most recent action date after will be retrieved</p>\n","type":"text/plain"},"key":"last-action-date-from","value":"date"},{"disabled":true,"description":{"content":"<p>The adverts with the most recent action date before will be retrieved</p>\n","type":"text/plain"},"key":"last-action-date-to","value":"date"},{"disabled":true,"description":{"content":"<p>The adverts with the most recent action name specified will be retrieved</p>\n","type":"text/plain"},"key":"last-action-name","value":"string"}],"variable":[]}},"response":[{"id":"9f5eda70-0889-4893-9909-906aee9fd06c","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{advertsSearch}}?from-date=2000-01-01","protocol":"https","host":["{{hostName}}{{advertsSearch}}"],"query":[{"key":"from-date","value":"2000-01-01","description":"Adverts created as of this date - Defaults to \"Today minus 7 days\" when not provided"},{"key":"to-date","value":"date","description":"Adverts created to this date - Defaults to \"Today\" when not provided","type":"text","disabled":true},{"key":"use-updated-date","value":"boolean","description":"Determines whether the adverts updated dates should be used instead of default created ones. use-closing-date and use-posted-date cannot also be provided. ","type":"text","disabled":true},{"key":"use-closing-date","value":"boolean","description":"Determines whether the adverts closing dates should be used instead of default created ones. use-updated-date and use-posted-date cannot also be provided.","type":"text","disabled":true},{"key":"use-posted-date","value":"boolean","description":"Determines whether the adverts posted dates should be used instead of default created ones. use-closing-date and use-closing-date cannot also be provided.","type":"text","disabled":true},{"key":"status","value":"string","description":"Accepts “Live” “Closed” or “All” and returns the adverts with the related status. Defaults to \"All\"","type":"text","disabled":true},{"key":"advert-title","value":"string","description":"Adverts created with this title","type":"text","disabled":true},{"key":"company-ref","value":"string","description":"Adverts created with this company ref","type":"text","disabled":true},{"key":"contact-ref","value":"string","description":"Adverts created with this contact ref","type":"text","disabled":true},{"key":"job-ref","value":"string","description":"Adverts created with this job ref","disabled":true},{"key":"user","value":"string","description":"Adverts created by this user based on the Full Name in Firefish","disabled":true},{"key":"discipline","value":"string","description":"Adverts created with this discipline value found in Firefish","disabled":true},{"key":"role","value":"string","description":"Adverts created with this role value found in Firefish","disabled":true},{"key":"location-area","value":"string","description":"Adverts created with this location value found in Firefish","type":"text","disabled":true},{"key":"sub-location","value":"string","description":"Adverts created with this sub-location value found in Firefish","type":"text","disabled":true},{"key":"specialty","value":"string","description":"Adverts created with this speciality value found in Firefish","disabled":true},{"key":"sub-specialty","value":"string","description":"Adverts created with this sub-speciality value found in Firefish","disabled":true},{"key":"type","value":"string","description":"Accepts \"Permanent\" or \"Contract\"","type":"text","disabled":true},{"key":"last-action-date-from","value":"date","description":"The adverts with the most recent action date after will be retrieved","type":"text","disabled":true},{"key":"last-action-date-to","value":"date","description":"The adverts with the most recent action date before will be retrieved","type":"text","disabled":true},{"key":"last-action-name","value":"string","description":"The adverts with the most recent action name specified will be retrieved","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"5365"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 12:59:14 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"AdvertRef\": 1504,\n        \"AdvertTitle\": \"eSign Test 1\",\n        \"CompanyRef\": 92823,\n        \"Company\": \"Actions Company Ltd\",\n        \"ContactRef\": 48865,\n        \"ContactName\": \"Will Power\",\n        \"JobRef\": 92036,\n        \"JobTitle\": \"eSign Test 1\",\n        \"User\": \"INT Superuser Role\",\n        \"IsLive\": true,\n        \"Discipline\": null,\n        \"Role\": null,\n        \"LocationArea\": \"Scotland\",\n        \"SubLocation\": null,\n        \"Specialty\": \"Technology\",\n        \"SubSpecialty\": null,\n        \"Type\": \"Contract\",\n        \"CreatedDate\": \"2024-02-14T10:08:00.193Z\",\n        \"UpdatedDate\": \"2024-02-14T10:08:01.183Z\",\n        \"ClosingDate\": \"2024-02-28T23:59:59.000Z\",\n        \"PostedDate\": \"2024-02-14T10:08:01.400Z\",\n        \"Hits\": 1,\n        \"Mailshots\": 0,\n        \"JobAlerts\": 0,\n        \"Sent\": 0,\n        \"Read\": 0,\n        \"Clicked\": 0,\n        \"ClickedApplied\": 0,\n        \"Unsubscribed\": 0,\n        \"Failed\": 0,\n        \"AwaitingProcessing\": 0,\n        \"Considered\": 0,\n        \"NotProgressing\": 0,\n        \"FailedPrescreen\": 0,\n        \"Archived\": 0,\n        \"HasPreScreenQuestionnaire\": false,\n        \"Remuneration\": null,\n        \"LastActionRef\": 80970,\n        \"LastActionDate\": \"2024-02-14T10:08:01.417Z\",\n        \"LastActionName\": \"Post Advert\"\n    },\n    {\n        \"AdvertRef\": 1499,\n        \"AdvertTitle\": \"New Advert\",\n        \"CompanyRef\": 92728,\n        \"Company\": \"2001\",\n        \"ContactRef\": 48890,\n        \"ContactName\": \"Jupiter Sinton\",\n        \"JobRef\": 0,\n        \"JobTitle\": null,\n        \"User\": \"Superuser Role\",\n        \"IsLive\": true,\n        \"Discipline\": null,\n        \"Role\": null,\n        \"LocationArea\": null,\n        \"SubLocation\": null,\n        \"Specialty\": \"Health\",\n        \"SubSpecialty\": null,\n        \"Type\": \"Permanent\",\n        \"CreatedDate\": \"2024-02-13T12:17:06.537Z\",\n        \"UpdatedDate\": \"2024-02-13T15:36:56.190Z\",\n        \"ClosingDate\": \"2024-02-27T23:59:59.000Z\",\n        \"PostedDate\": \"2024-02-13T15:36:56.377Z\",\n        \"Hits\": 0,\n        \"Mailshots\": 0,\n        \"JobAlerts\": 71,\n        \"Sent\": 71,\n        \"Read\": 0,\n        \"Clicked\": 0,\n        \"ClickedApplied\": 0,\n        \"Unsubscribed\": 0,\n        \"Failed\": 1,\n        \"AwaitingProcessing\": 0,\n        \"Considered\": 0,\n        \"NotProgressing\": 0,\n        \"FailedPrescreen\": 0,\n        \"Archived\": 0,\n        \"HasPreScreenQuestionnaire\": false,\n        \"Remuneration\": null,\n        \"LastActionRef\": 80468,\n        \"LastActionDate\": \"2024-02-13T15:36:56.393Z\",\n        \"LastActionName\": \"Post Advert\"\n    },\n    {\n        \"AdvertRef\": 1498,\n        \"AdvertTitle\": \"New Advert - 59602\",\n        \"CompanyRef\": 92702,\n        \"Company\": \"red lemon\",\n        \"ContactRef\": 48765,\n        \"ContactName\": \"Anabella Benitez\",\n        \"JobRef\": 0,\n        \"JobTitle\": null,\n        \"User\": \"AN Superuser Role\",\n        \"IsLive\": true,\n        \"Discipline\": null,\n        \"Role\": null,\n        \"LocationArea\": null,\n        \"SubLocation\": null,\n        \"Specialty\": \"Health\",\n        \"SubSpecialty\": null,\n        \"Type\": \"Permanent\",\n        \"CreatedDate\": \"2024-02-13T10:24:51.083Z\",\n        \"UpdatedDate\": \"2024-02-13T10:30:57.280Z\",\n        \"ClosingDate\": \"2024-02-27T23:59:59.000Z\",\n        \"PostedDate\": \"2024-02-13T10:24:52.570Z\",\n        \"Hits\": 2,\n        \"Mailshots\": 0,\n        \"JobAlerts\": 71,\n        \"Sent\": 71,\n        \"Read\": 0,\n        \"Clicked\": 0,\n        \"ClickedApplied\": 0,\n        \"Unsubscribed\": 0,\n        \"Failed\": 1,\n        \"AwaitingProcessing\": 0,\n        \"Considered\": 0,\n        \"NotProgressing\": 0,\n        \"FailedPrescreen\": 0,\n        \"Archived\": 0,\n        \"HasPreScreenQuestionnaire\": false,\n        \"Remuneration\": null,\n        \"LastActionRef\": 80350,\n        \"LastActionDate\": \"2024-02-13T10:24:52.583Z\",\n        \"LastActionName\": \"Post Advert\"\n    },\n    {\n        \"AdvertRef\": 1497,\n        \"AdvertTitle\": \"New Advert - TR19 6JX\",\n        \"CompanyRef\": 92792,\n        \"Company\": \"team\",\n        \"ContactRef\": 48732,\n        \"ContactName\": \"Ishika Lloyd\",\n        \"JobRef\": 0,\n        \"JobTitle\": null,\n        \"User\": \"Superuser Role\",\n        \"IsLive\": true,\n        \"Discipline\": null,\n        \"Role\": null,\n        \"LocationArea\": null,\n        \"SubLocation\": null,\n        \"Specialty\": \"Commercial Build\",\n        \"SubSpecialty\": null,\n        \"Type\": \"Permanent\",\n        \"CreatedDate\": \"2024-02-12T17:20:47.640Z\",\n        \"UpdatedDate\": \"2024-02-13T12:23:34.637Z\",\n        \"ClosingDate\": \"2024-02-26T23:59:59.000Z\",\n        \"PostedDate\": \"2024-02-12T17:20:48.140Z\",\n        \"Hits\": 2,\n        \"Mailshots\": 0,\n        \"JobAlerts\": 103,\n        \"Sent\": 103,\n        \"Read\": 0,\n        \"Clicked\": 0,\n        \"ClickedApplied\": 0,\n        \"Unsubscribed\": 0,\n        \"Failed\": 1,\n        \"AwaitingProcessing\": 0,\n        \"Considered\": 0,\n        \"NotProgressing\": 0,\n        \"FailedPrescreen\": 0,\n        \"Archived\": 0,\n        \"HasPreScreenQuestionnaire\": false,\n        \"Remuneration\": null,\n        \"LastActionRef\": 80307,\n        \"LastActionDate\": \"2024-02-12T17:20:48.157Z\",\n        \"LastActionName\": \"Post Advert\"\n    },\n    {\n        \"AdvertRef\": 1496,\n        \"AdvertTitle\": \"Test advert - Direct Apply Test 2\",\n        \"CompanyRef\": 92808,\n        \"Company\": \"Employer\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"JobRef\": 92025,\n        \"JobTitle\": \"Direct Apply Test 2\",\n        \"User\": \"Superuser Role\",\n        \"IsLive\": true,\n        \"Discipline\": \"Technology\",\n        \"Role\": \"Front End Dev\",\n        \"LocationArea\": \"London\",\n        \"SubLocation\": \"South\",\n        \"Specialty\": null,\n        \"SubSpecialty\": null,\n        \"Type\": \"Permanent\",\n        \"CreatedDate\": \"2024-02-09T09:50:58.503Z\",\n        \"UpdatedDate\": \"2024-02-09T09:50:58.600Z\",\n        \"ClosingDate\": \"2024-02-23T23:59:59.000Z\",\n        \"PostedDate\": \"2024-02-09T09:50:58.787Z\",\n        \"Hits\": 2,\n        \"Mailshots\": 0,\n        \"JobAlerts\": 8,\n        \"Sent\": 8,\n        \"Read\": 0,\n        \"Clicked\": 0,\n        \"ClickedApplied\": 0,\n        \"Unsubscribed\": 0,\n        \"Failed\": 0,\n        \"AwaitingProcessing\": 1,\n        \"Considered\": 0,\n        \"NotProgressing\": 0,\n        \"FailedPrescreen\": 0,\n        \"Archived\": 0,\n        \"HasPreScreenQuestionnaire\": false,\n        \"Remuneration\": \"Additional benefits info\",\n        \"LastActionRef\": 80198,\n        \"LastActionDate\": \"2024-02-09T09:51:56.007Z\",\n        \"LastActionName\": \"Advert Application\"\n    },\n    {\n        \"AdvertRef\": 1495,\n        \"AdvertTitle\": \"Test Advert - Direct Apply Test 1\",\n        \"CompanyRef\": 92808,\n        \"Company\": \"Employer\",\n        \"ContactRef\": 48799,\n        \"ContactName\": \"HiringManager Role\",\n        \"JobRef\": 92024,\n        \"JobTitle\": \"Direct Apply Test 1\",\n        \"User\": \"Superuser Role\",\n        \"IsLive\": true,\n        \"Discipline\": \"Technology\",\n        \"Role\": \"Front End Dev\",\n        \"LocationArea\": \"London\",\n        \"SubLocation\": \"South\",\n        \"Specialty\": null,\n        \"SubSpecialty\": null,\n        \"Type\": \"Permanent\",\n        \"CreatedDate\": \"2024-02-09T09:41:39.987Z\",\n        \"UpdatedDate\": \"2024-02-09T09:41:41.067Z\",\n        \"ClosingDate\": \"2024-02-23T23:59:59.000Z\",\n        \"PostedDate\": \"2024-02-09T09:41:41.347Z\",\n        \"Hits\": 4,\n        \"Mailshots\": 0,\n        \"JobAlerts\": 8,\n        \"Sent\": 8,\n        \"Read\": 0,\n        \"Clicked\": 0,\n        \"ClickedApplied\": 0,\n        \"Unsubscribed\": 0,\n        \"Failed\": 0,\n        \"AwaitingProcessing\": 1,\n        \"Considered\": 0,\n        \"NotProgressing\": 0,\n        \"FailedPrescreen\": 0,\n        \"Archived\": 0,\n        \"HasPreScreenQuestionnaire\": false,\n        \"Remuneration\": \"Additional benefits info\",\n        \"LastActionRef\": 80183,\n        \"LastActionDate\": \"2024-02-09T09:45:11.000Z\",\n        \"LastActionName\": \"Job Board Post - CV-Library\"\n    }\n]"},{"id":"56227b63-a109-491e-ab89-8c908d75a1ff","name":"Bad Request Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{advertsSearch}}?last-action-date-from=date","protocol":"https","host":["{{hostName}}{{advertsSearch}}"],"query":[{"key":"from-date","value":"date","description":"Adverts created as of this date - Defaults to \"Today minus 7 days\" when not provided","disabled":true},{"key":"to-date","value":"date","description":"Adverts created to this date - Defaults to \"Today\" when not provided","type":"text","disabled":true},{"key":"use-updated-date","value":"boolean","description":"Determines whether the adverts updated dates should be used instead of default created ones. use-closing-date and use-posted-date cannot also be provided. ","type":"text","disabled":true},{"key":"use-closing-date","value":"boolean","description":"Determines whether the adverts closing dates should be used instead of default created ones. use-updated-date and use-posted-date cannot also be provided.","type":"text","disabled":true},{"key":"use-posted-date","value":"boolean","description":"Determines whether the adverts posted dates should be used instead of default created ones. use-closing-date and use-closing-date cannot also be provided.","type":"text","disabled":true},{"key":"status","value":"string","description":"Accepts “Live” “Closed” or “All” and returns the adverts with the related status. Defaults to \"All\"","type":"text","disabled":true},{"key":"advert-title","value":"string","description":"Adverts created with this title","type":"text","disabled":true},{"key":"company-ref","value":"string","description":"Adverts created with this company ref","type":"text","disabled":true},{"key":"contact-ref","value":"string","description":"Adverts created with this contact ref","type":"text","disabled":true},{"key":"job-ref","value":"string","description":"Adverts created with this job ref","disabled":true},{"key":"user","value":"string","description":"Adverts created by this user based on the Full Name in Firefish","disabled":true},{"key":"discipline","value":"string","description":"Adverts created with this discipline value found in Firefish","disabled":true},{"key":"role","value":"string","description":"Adverts created with this role value found in Firefish","disabled":true},{"key":"location-area","value":"string","description":"Adverts created with this location value found in Firefish","type":"text","disabled":true},{"key":"sub-location","value":"string","description":"Adverts created with this sub-location value found in Firefish","type":"text","disabled":true},{"key":"specialty","value":"string","description":"Adverts created with this speciality value found in Firefish","disabled":true},{"key":"sub-specialty","value":"string","description":"Adverts created with this sub-speciality value found in Firefish","disabled":true},{"key":"type","value":"string","description":"Accepts \"Permanent\" or \"Contract\"","type":"text","disabled":true},{"key":"last-action-date-from","value":"date","description":"The adverts with the most recent action date after will be retrieved"},{"key":"last-action-date-to","value":"date","description":"The adverts with the most recent action date before will be retrieved","type":"text","disabled":true},{"key":"last-action-name","value":"string","description":"The adverts with the most recent action name specified will be retrieved","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"121"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 13:00:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"advertSearchParameters.LastActionDateFrom\": [\n            \"Invalid date format.\"\n        ]\n    }\n}"},{"id":"2a1275f5-bc7a-4088-9637-1c7ce2ee823b","name":"No Results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{advertsSearch}}","protocol":"https","host":["{{hostName}}{{advertsSearch}}"],"query":[{"key":"from-date","value":"date","description":"Adverts created as of this date - Defaults to \"Today minus 7 days\" when not provided","disabled":true},{"key":"to-date","value":"date","description":"Adverts created to this date - Defaults to \"Today\" when not provided","type":"text","disabled":true},{"key":"use-updated-date","value":"boolean","description":"Determines whether the adverts updated dates should be used instead of default created ones. use-closing-date and use-posted-date cannot also be provided. ","type":"text","disabled":true},{"key":"use-closing-date","value":"boolean","description":"Determines whether the adverts closing dates should be used instead of default created ones. use-updated-date and use-posted-date cannot also be provided.","type":"text","disabled":true},{"key":"use-posted-date","value":"boolean","description":"Determines whether the adverts posted dates should be used instead of default created ones. use-closing-date and use-closing-date cannot also be provided.","type":"text","disabled":true},{"key":"status","value":"string","description":"Accepts “Live” “Closed” or “All” and returns the adverts with the related status. Defaults to \"All\"","type":"text","disabled":true},{"key":"advert-title","value":"string","description":"Adverts created with this title","type":"text","disabled":true},{"key":"company-ref","value":"string","description":"Adverts created with this company ref","type":"text","disabled":true},{"key":"contact-ref","value":"string","description":"Adverts created with this contact ref","type":"text","disabled":true},{"key":"job-ref","value":"string","description":"Adverts created with this job ref","disabled":true},{"key":"user","value":"string","description":"Adverts created by this user based on the Full Name in Firefish","disabled":true},{"key":"discipline","value":"string","description":"Adverts created with this discipline value found in Firefish","disabled":true},{"key":"role","value":"string","description":"Adverts created with this role value found in Firefish","disabled":true},{"key":"location-area","value":"string","description":"Adverts created with this location value found in Firefish","type":"text","disabled":true},{"key":"sub-location","value":"string","description":"Adverts created with this sub-location value found in Firefish","type":"text","disabled":true},{"key":"specialty","value":"string","description":"Adverts created with this speciality value found in Firefish","disabled":true},{"key":"sub-specialty","value":"string","description":"Adverts created with this sub-speciality value found in Firefish","disabled":true},{"key":"type","value":"string","description":"Accepts \"Permanent\" or \"Contract\"","type":"text","disabled":true},{"key":"last-action-date-from","value":"date","description":"The adverts with the most recent action date after will be retrieved","type":"text","disabled":true},{"key":"last-action-date-to","value":"date","description":"The adverts with the most recent action date before will be retrieved","type":"text","disabled":true},{"key":"last-action-name","value":"string","description":"The adverts with the most recent action name specified will be retrieved","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 13:00:42 GMT"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"150d0a2e-3cbb-4afa-a134-36780897c90e"},{"name":"Advert Details","id":"0c82a2bd-805c-4b71-8076-c6b0de1ddc34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{adverts}}{Ref}","description":"<p><strong>Required Scope:</strong> advertsAPI-read</p>\n<p>This endpoint requires the advert reference to be supplied, which can be obtained from the search results. It returns a full advert object.</p>\n<img src=\"https://content.pstmn.io/670e9421-d781-424b-9d97-d6c9d7883171/aW1hZ2UucG5n\" width=\"625\" height=\"157\" />\n\n<h2 id=\"response-object\">Response Object</h2>\n<p>The <code>advert</code> object contains the full information for the specified advert.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AdvertRef</td>\n<td>int</td>\n<td>The unique reference number of the advert.</td>\n</tr>\n<tr>\n<td>AdvertTitle</td>\n<td>string</td>\n<td>The title of the advert.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number of the company.</td>\n</tr>\n<tr>\n<td>Company</td>\n<td>string</td>\n<td>The name of the company.</td>\n</tr>\n<tr>\n<td>CompanyAddress</td>\n<td>Address</td>\n<td>The address of the company.</td>\n</tr>\n<tr>\n<td>ContactRef</td>\n<td>int</td>\n<td>The unique reference number of the contact.</td>\n</tr>\n<tr>\n<td>ContactName</td>\n<td>string</td>\n<td>The name of the contact.</td>\n</tr>\n<tr>\n<td>JobRef</td>\n<td>int</td>\n<td>The job record associated with the advert.</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The title of the job.</td>\n</tr>\n<tr>\n<td>User</td>\n<td>string</td>\n<td>The name of the user that created the advert.</td>\n</tr>\n<tr>\n<td>UserEmail</td>\n<td>string</td>\n<td>The email of the user that created the advert.</td>\n</tr>\n<tr>\n<td>UserDirectDial</td>\n<td>string</td>\n<td>The phone number of the user that created the advert.</td>\n</tr>\n<tr>\n<td>UserPicture</td>\n<td>string</td>\n<td>The URL of the profile image of the user that created the advert.</td>\n</tr>\n<tr>\n<td>Discipline</td>\n<td>string</td>\n<td>The discipline of the advert.</td>\n</tr>\n<tr>\n<td>Role</td>\n<td>string</td>\n<td>The role of the advert.</td>\n</tr>\n<tr>\n<td>LocationArea</td>\n<td>int</td>\n<td>The location area of the advert.</td>\n</tr>\n<tr>\n<td>SubLocation</td>\n<td>string</td>\n<td>The sub location of the advert.</td>\n</tr>\n<tr>\n<td>Specialty</td>\n<td>string</td>\n<td>The specialty of the advert.</td>\n</tr>\n<tr>\n<td>SubSpecialty</td>\n<td>string</td>\n<td>The subspecialty of the advert.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>string</td>\n<td>The type of the advert, permanent or contract.</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>string</td>\n<td>The duration of the advert.</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the advert.</td>\n</tr>\n<tr>\n<td>UpdatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 updated date of the advert.</td>\n</tr>\n<tr>\n<td>ClosingDate</td>\n<td>date-time</td>\n<td>ISO-8601 closing date of the advert.</td>\n</tr>\n<tr>\n<td>PostedDate</td>\n<td>date-time</td>\n<td>ISO-8601 posted date of the advert.</td>\n</tr>\n<tr>\n<td>Remuneration</td>\n<td>string</td>\n<td>The remuneration for the advert.</td>\n</tr>\n<tr>\n<td>MinimumPayment</td>\n<td>decimal</td>\n<td>The minimum pay from the advert.</td>\n</tr>\n<tr>\n<td>MaximumPayment</td>\n<td>decimal</td>\n<td>The maximum pay from the advert.</td>\n</tr>\n<tr>\n<td>PaymentRate</td>\n<td>string</td>\n<td>The payment rate of the job.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>The currency of the advert.</td>\n</tr>\n<tr>\n<td>AdvertURL</td>\n<td>string</td>\n<td>The URL of the advert.</td>\n</tr>\n<tr>\n<td>AdvertContent</td>\n<td>string</td>\n<td>The content of the advert.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{adverts}}{Ref}"],"query":[],"variable":[]}},"response":[{"id":"eae4ed7c-6a08-4a47-8b34-d9ce6239ec34","name":"Successful Advert Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{adverts}}1496"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1604"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 13:08:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"AdvertRef\": 1496,\n    \"AdvertTitle\": \"Test advert - Direct Apply Test 2\",\n    \"CompanyRef\": 92808,\n    \"CompanyName\": \"Employer\",\n    \"CompanyAddress\": {\n        \"Address1\": \"Employer Address 1\",\n        \"Address2\": \"Employer Address 2\",\n        \"Address3\": \"Employer Address 3\",\n        \"Town\": \"Employer Town\",\n        \"County\": \"Employer County\",\n        \"Country\": \"Employer Country\",\n        \"PostCode\": \"ML43EX\"\n    },\n    \"ContactRef\": 48799,\n    \"ContactName\": \"HiringManager Role\",\n    \"JobRef\": 92025,\n    \"JobTitle\": \"Direct Apply Test 2\",\n    \"User\": \"Superuser Role\",\n    \"UserEmail\": \"superuser@template.dud\",\n    \"UserDirectDial\": null,\n    \"UserPicture\": null,\n    \"Discipline\": \"Technology\",\n    \"Role\": \"Front End Dev\",\n    \"LocationArea\": \"London\",\n    \"SubLocation\": \"South\",\n    \"Speciality\": null,\n    \"SubSpeciality\": null,\n    \"Type\": \"Permanent\",\n    \"Duration\": null,\n    \"RemoteWorking\": false,\n    \"CreatedDate\": \"2024-02-09T09:50:58.503Z\",\n    \"UpdatedDate\": \"2024-02-09T09:50:58.600Z\",\n    \"PostedDate\": \"2024-02-09T09:50:58.787Z\",\n    \"ClosingDate\": \"2024-02-23T23:59:59.000Z\",\n    \"Remuneration\": \"Additional benefits info\",\n    \"MinimumPayment\": 35000,\n    \"MaximumPayment\": 45000,\n    \"PaymentRate\": \"Per Annum\",\n    \"Currency\": \"GBP\",\n    \"AdvertURL\": \"https://test-current-enterprise.current.jobs/job/test-advert-direct-apply-test-2-1496.aspx\",\n    \"ApplyUrl\": \"https://test-current-enterprise.current.jobs/job/test-advert-direct-apply-test-2-1496/apply.aspx\",\n    \"AdvertContent\": \"<p>Advert text over 150 characters. Advert text over 150 characters. Advert text over 150 characters. Advert text over 150 characters. Advert text over 150 characters. Advert text over 150 characters. Advert text over 150 characters. Advert text over 150 characters. Advert text over 150 characters. Advert text over 150 characters. </p>\\n\"\n}"},{"id":"75aab742-7b8b-4fca-a23c-b9cffa83772d","name":"404 Not Found Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{adverts}}149"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 13:09:47 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0c82a2bd-805c-4b71-8076-c6b0de1ddc34"}],"id":"07c4637b-ec07-4069-82b0-297f7f9b7435","description":"<p>The Firefish Adverts Application Programming Interface (API) is a JavaScript Object Notation (JSON) API, and it provides access to all adverts made within the Firefish system.</p>\n<p>It can be used to integrate this data into other platforms, such as Analytics suites or Marketing Platforms.</p>\n<h1 id=\"available-permission-scopes\">Available Permission Scopes</h1>\n<ul>\n<li>advertsAPI-read</li>\n</ul>\n","_postman_id":"07c4637b-ec07-4069-82b0-297f7f9b7435","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Candidates","item":[{"name":"Candidate Search","event":[{"listen":"test","script":{"id":"8e0647de-9364-4ca5-b123-54649b7c1bd8","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 200ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"0dc51713-8397-4aaa-a85e-a66eb8f94d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidateSearchPath}}","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint is used to search for candidates within the Firefish system.</p>\n<p>By default, when no query parameters are provided, the search will return a basic candidates object for candidates that have been created, or updated, within the last 7 days. The search will do a LIKE comparison for any of the string parameters.</p>\n<p>Two characters is the minimum allowed to perform a search</p>\n<img src=\"https://content.pstmn.io/7b2d9296-5c89-43f7-8a1b-8bf9a430ccc6/aW1hZ2UucG5n\" width=\"607\" height=\"254\" />\n\n<h2 id=\"pagination\">Pagination</h2>\n<p>By default, search results are returned in an unpaginated response that is limited to 1000 results. Pagination params can be used when calling this endpoint to return a page count and total results. The maximum number of results that can be returned per page is 1000.</p>\n<p>Note that performance will be affected if attempting to return large volumes of data. It is recommended that additional params are used to narrow the scope of your search.</p>\n<img src=\"https://content.pstmn.io/a9abe95c-1c01-42a6-8fdf-dbeae523119d/aW1hZ2UucG5n\" width=\"600\" height=\"317\" />\n\n<h2 id=\"response-objects\">Response Objects</h2>\n<p>The <code>CandidateSearchResult</code> object provides a high-level summary for each individual candidate which satisfies the given search criteria.</p>\n<p>Note that not all candidate details will have all the fields populated, as this would depend on how they have been configured in the system.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>The first name of the associated candidate.</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>string</td>\n<td>The surname of the associated candidate.</td>\n</tr>\n<tr>\n<td>DateOfBirth</td>\n<td>date</td>\n<td>The date of birth of the associated candidate.</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The job title of the associated candidate.</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>The email address of the associated candidate.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>The address details of the associated candidate.</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>The mobile number of the associated candidate.</td>\n</tr>\n<tr>\n<td>HomeNumber</td>\n<td>string</td>\n<td>The home number of the associated candidate.</td>\n</tr>\n<tr>\n<td>WorkNumber</td>\n<td>string</td>\n<td>The work number of the associated candidate.</td>\n</tr>\n<tr>\n<td>IsArchived</td>\n<td>bool</td>\n<td>Whether or not the associated candidate is archived or not.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the person that has created the candidate.</td>\n</tr>\n<tr>\n<td>Created</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the associated candidate.</td>\n</tr>\n<tr>\n<td>UpdatedBy</td>\n<td>string</td>\n<td>The full name of the person that has updated the candidate.</td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>date-time</td>\n<td>ISO-8601 last updated date of the associated candidate.</td>\n</tr>\n<tr>\n<td>LastActionRef</td>\n<td>int</td>\n<td>The unique reference of the last action for the associated candidate.</td>\n</tr>\n<tr>\n<td>LastActionName</td>\n<td>string</td>\n<td>The name of the last action for the associated candidate.</td>\n</tr>\n<tr>\n<td>LastActionDate</td>\n<td>date-time</td>\n<td>ISO-8601 date of the last action for the associated candidate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"address\">Address</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Address1</td>\n<td>string</td>\n<td>Address line 1.</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>string</td>\n<td>Address line 2.</td>\n</tr>\n<tr>\n<td>Address3</td>\n<td>string</td>\n<td>Address line 3.</td>\n</tr>\n<tr>\n<td>Town</td>\n<td>string</td>\n<td>The town/city for the address.</td>\n</tr>\n<tr>\n<td>County</td>\n<td>string</td>\n<td>The county/district/state in which the given address resides.</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>string</td>\n<td>The country in which the address resides.</td>\n</tr>\n<tr>\n<td>PostCode</td>\n<td>string</td>\n<td>The postal/ZIP code for the address.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{candidateSearchPath}}"],"query":[{"disabled":true,"description":{"content":"<p>The first candidate created/updated from this date will be retrieved. Defaults to \"Today minus 7 days\" when not provided</p>\n","type":"text/plain"},"key":"from-date","value":"date"},{"disabled":true,"description":{"content":"<p>The last candidate created/updated to this date will be retrieved. Defaults to \"Today\" when not provided</p>\n","type":"text/plain"},"key":"to-date","value":"date"},{"disabled":true,"description":{"content":"<p>Determines whether or not the candidates’ Updated Dates should be used instead of the default Created Dates. Defaults to False when not provided.</p>\n","type":"text/plain"},"key":"use-updated-dates","value":"boolean"},{"disabled":true,"description":{"content":"<p>Determines whether or not to include archived candidates. Defaults to \"False\" when not provided</p>\n","type":"text/plain"},"key":"include-archived","value":"boolean"},{"disabled":true,"description":{"content":"<p>The candidate(s) matching the name will be retrieved.</p>\n","type":"text/plain"},"key":"name","value":"string"},{"disabled":true,"description":{"content":"<p>The candidate(s) matching the email will be retrieved.</p>\n","type":"text/plain"},"key":"email-address","value":"string"},{"disabled":true,"description":{"content":"<p>The first line of an address to which candidate(s) will be retrieved. Example: “18-20 Eagle St”.</p>\n","type":"text/plain"},"key":"candidate-address-line","value":"string"},{"disabled":true,"description":{"content":"<p>The post code to which candidate(s) will be retrieved. Example: “G4 9XA”.</p>\n","type":"text/plain"},"key":"candidate-post-code","value":"string"},{"disabled":true,"description":{"content":"<p>The town to which candidate(s) will be retrieved. Example: “Glasgow”.</p>\n","type":"text/plain"},"key":"candidate-town","value":"string"},{"disabled":true,"description":{"content":"<p>The town to which candidate(s) will be retrieved. Example: “Glasgow”.</p>\n","type":"text/plain"},"key":"candidate-county","value":"string"},{"disabled":true,"description":{"content":"<p>The country to which candidate(s) will be retrieved. Example: “United Kingdom”</p>\n","type":"text/plain"},"key":"candidate-country","value":"string"},{"disabled":true,"description":{"content":"<p>The mobile, home or work numbers on Candidate records that exactly contain the value submitted. Example: “123456789”</p>\n","type":"text/plain"},"key":"candidate-phone-number","value":"string"},{"disabled":true,"description":{"content":"<p>The primary discipline found in Firefish to which candidate(s) will be retrieved.</p>\n","type":"text/plain"},"key":"discipline","value":"string"},{"disabled":true,"description":{"content":"<p>The primary location found in Firefish to which candidate(s) will be retrieved.</p>\n","type":"text/plain"},"key":"location","value":"string"},{"disabled":true,"description":{"content":"<p>The primary specialisation found in Firefish to which candidate(s) will be retrieved.</p>\n","type":"text/plain"},"key":"specialisation","value":"string"},{"disabled":true,"description":{"content":"<p>Only candidates that have their most recent action after this date will be retrieved.</p>\n","type":"text/plain"},"key":"last-action-date-from","value":"date"},{"disabled":true,"description":{"content":"<p>Only candidates that have their most recent action before this date will be retrieved.</p>\n","type":"text/plain"},"key":"last-action-date-to","value":"date"},{"disabled":true,"description":{"content":"<p>The most recent action Candidates must have to be retrieved.</p>\n","type":"text/plain"},"key":"last-action-name","value":"string"},{"disabled":true,"description":{"content":"<p>Paginate the response and return the specified page.</p>\n","type":"text/plain"},"key":"Page","value":"int"},{"disabled":true,"description":{"content":"<p>Paginate the response and return the specified number of results per page</p>\n","type":"text/plain"},"key":"Page-Size","value":"int"}],"variable":[]}},"response":[{"id":"45f1b9ec-aa98-40c6-8373-c395cf9d6fb3","name":"Unpaginated Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{candidateSearchPath}}?last-action-date-to=2000-01-01","protocol":"https","host":["{{hostName}}{{candidateSearchPath}}"],"query":[{"key":"from-date","value":"date","description":"The first candidate created/updated from this date will be retrieved. Defaults to \"Today minus 7 days\" when not provided","disabled":true},{"key":"to-date","value":"date","description":"The last candidate created/updated to this date will be retrieved. Defaults to \"Today\" when not provided","disabled":true},{"key":"use-updated-dates","value":"boolean","type":"text","description":"Determines whether or not the candidates’ Updated Dates should be used instead of the default Created Dates. Defaults to False when not provided.","disabled":true},{"key":"include-archived","value":"boolean","type":"text","description":"Determines whether or not to include archived candidates. Defaults to \"False\" when not provided","disabled":true},{"key":"name","value":"string","description":"The candidate(s) matching the name will be retrieved.","type":"text","disabled":true},{"key":"email-address","value":"string","description":"The candidate(s) matching the email will be retrieved.","disabled":true},{"key":"candidate-address-line","value":"string","description":"The first line of an address to which candidate(s) will be retrieved. Example: “18-20 Eagle St”.","disabled":true},{"key":"candidate-post-code","value":"string","description":"The post code to which candidate(s) will be retrieved. Example: “G4 9XA”.","disabled":true},{"key":"candidate-town","value":"string","description":"The town to which candidate(s) will be retrieved. Example: “Glasgow”.","disabled":true},{"key":"candidate-county","value":"string","description":"The town to which candidate(s) will be retrieved. Example: “Glasgow”.","disabled":true},{"key":"candidate-country","value":"string","description":"The country to which candidate(s) will be retrieved. Example: “United Kingdom”","disabled":true},{"key":"candidate-phone-number","value":"string","description":"The mobile, home or work numbers to which candidate(s) will be retrieved. Example: “123456789”","disabled":true},{"key":"discipline","value":"string","description":"The primary discipline found in Firefish to which candidate(s) will be retrieved.","disabled":true},{"key":"location","value":"string","description":"The primary location found in Firefish to which candidate(s) will be retrieved.","disabled":true},{"key":"specialisation","value":"string","description":"The primary specialisation found in Firefish to which candidate(s) will be retrieved.","disabled":true},{"key":"last-action-date-from","value":"date","description":"Only candidates that have their most recent action after this date will be retrieved.","disabled":true},{"key":"last-action-name","value":"string","description":"The most recent action Candidates must have to be retrieved.","disabled":true},{"key":"last-action-date-to","value":"2000-01-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1155"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 14:34:59 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Ref\": 48891,\n        \"FirstName\": \"Zara\",\n        \"Surname\": \"Smith\",\n        \"DateOfBirth\": \"2000-01-01\",\n        \"JobTitle\": null,\n        \"EmailAddress\": \"zara.smith@testing.dud\",\n        \"Address\": {\n            \"Address1\": null,\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": null,\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": \"KA3 3HX\"\n        },\n        \"MobileNumber\": \"07595878736\",\n        \"HomeNumber\": null,\n        \"WorkNumber\": null,\n        \"IsArchived\": false,\n        \"CreatedBy\": \"INT Superuser Role\",\n        \"Created\": \"2024-02-14T10:21:25.067Z\",\n        \"UpdatedBy\": \"INT Superuser Role\",\n        \"Updated\": \"2024-02-14T13:17:31.613Z\",\n        \"LastActionRef\": 80973,\n        \"LastActionName\": \"Agreement Accepted\",\n        \"LastActionDate\": \"2024-02-14T10:21:25.940Z\"\n    },\n    {\n        \"Ref\": 48889,\n        \"FirstName\": \"Gerardo\",\n        \"Surname\": \"Smitho\",\n        \"DateOfBirth\": null,\n        \"JobTitle\": null,\n        \"EmailAddress\": \"gerard.firefish@gmail.com\",\n        \"Address\": {\n            \"Address1\": null,\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": null,\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": null\n        },\n        \"MobileNumber\": \"07595878736\",\n        \"HomeNumber\": null,\n        \"WorkNumber\": null,\n        \"IsArchived\": false,\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2024-02-09T09:39:01.383Z\",\n        \"UpdatedBy\": \"Gerardo Smitho\",\n        \"Updated\": \"2024-02-09T09:43:13.773Z\",\n        \"LastActionRef\": 80198,\n        \"LastActionName\": \"Advert Application\",\n        \"LastActionDate\": \"2024-02-09T09:51:56.007Z\"\n    }\n]"},{"id":"6be16ef2-f845-413f-8f94-3d716433a75d","name":"400 Bad Request example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{candidateSearchPath}}?last-action-date-to=date","protocol":"https","host":["{{hostName}}{{candidateSearchPath}}"],"query":[{"key":"from-date","value":"date","description":"The first candidate created/updated from this date will be retrieved. Defaults to \"Today minus 7 days\" when not provided","disabled":true},{"key":"to-date","value":"date","description":"The last candidate created/updated to this date will be retrieved. Defaults to \"Today\" when not provided","disabled":true},{"key":"use-updated-dates","value":"boolean","type":"text","description":"Determines whether or not the candidates’ Updated Dates should be used instead of the default Created Dates. Defaults to False when not provided.","disabled":true},{"key":"include-archived","value":"boolean","type":"text","description":"Determines whether or not to include archived candidates. Defaults to \"False\" when not provided","disabled":true},{"key":"name","value":"string","description":"The candidate(s) matching the name will be retrieved.","type":"text","disabled":true},{"key":"email-address","value":"string","description":"The candidate(s) matching the email will be retrieved.","disabled":true},{"key":"candidate-address-line","value":"string","description":"The first line of an address to which candidate(s) will be retrieved. Example: “18-20 Eagle St”.","disabled":true},{"key":"candidate-post-code","value":"string","description":"The post code to which candidate(s) will be retrieved. Example: “G4 9XA”.","disabled":true},{"key":"candidate-town","value":"string","description":"The town to which candidate(s) will be retrieved. Example: “Glasgow”.","disabled":true},{"key":"candidate-county","value":"string","description":"The town to which candidate(s) will be retrieved. Example: “Glasgow”.","disabled":true},{"key":"candidate-country","value":"string","description":"The country to which candidate(s) will be retrieved. Example: “United Kingdom”","disabled":true},{"key":"candidate-phone-number","value":"string","description":"The mobile, home or work numbers to which candidate(s) will be retrieved. Example: “123456789”","disabled":true},{"key":"discipline","value":"string","description":"The primary discipline found in Firefish to which candidate(s) will be retrieved.","disabled":true},{"key":"location","value":"string","description":"The primary location found in Firefish to which candidate(s) will be retrieved.","disabled":true},{"key":"specialisation","value":"string","description":"The primary specialisation found in Firefish to which candidate(s) will be retrieved.","disabled":true},{"key":"last-action-date-from","value":"date","description":"Only candidates that have their most recent action after this date will be retrieved.","disabled":true},{"key":"last-action-date-to","value":"date","description":"Only candidates that have their most recent action before this date will be retrieved."},{"key":"last-action-name","value":"string","description":"The most recent action Candidates must have to be retrieved.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"122"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 14:35:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"candidateSearchParameters.LastActionDateTo\": [\n            \"Invalid date format.\"\n        ]\n    }\n}"},{"id":"18905865-ea89-431c-8b51-985dd38f957b","name":"Paginated Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{candidateSearchPath}}?from-date=2023-10-01&to-date=2023-10-22&Page=1&Page-Size=22","protocol":"https","host":["{{hostName}}{{candidateSearchPath}}"],"query":[{"key":"from-date","value":"2023-10-01","description":"The first candidate created/updated from this date will be retrieved. Defaults to \"Today minus 7 days\" when not provided"},{"key":"to-date","value":"2023-10-22","description":"The last candidate created/updated to this date will be retrieved. Defaults to \"Today\" when not provided"},{"key":"use-updated-dates","value":"boolean","description":"Determines whether or not the candidates’ Updated Dates should be used instead of the default Created Dates. Defaults to False when not provided.","disabled":true},{"key":"include-archived","value":"boolean","description":"Determines whether or not to include archived candidates. Defaults to \"False\" when not provided","disabled":true},{"key":"name","value":"string","description":"The candidate(s) matching the name will be retrieved.","disabled":true},{"key":"email-address","value":"string","description":"The candidate(s) matching the email will be retrieved.","disabled":true},{"key":"candidate-address-line","value":"string","description":"The first line of an address to which candidate(s) will be retrieved. Example: “18-20 Eagle St”.","disabled":true},{"key":"candidate-post-code","value":"string","description":"The post code to which candidate(s) will be retrieved. Example: “G4 9XA”.","disabled":true},{"key":"candidate-town","value":"string","description":"The town to which candidate(s) will be retrieved. Example: “Glasgow”.","disabled":true},{"key":"candidate-county","value":"string","description":"The town to which candidate(s) will be retrieved. Example: “Glasgow”.","disabled":true},{"key":"candidate-country","value":"string","description":"The country to which candidate(s) will be retrieved. Example: “United Kingdom”","disabled":true},{"key":"candidate-phone-number","value":"string","description":"The mobile, home or work numbers on Candidate records that exactly contain the value submitted. Example: “123456789”","disabled":true},{"key":"discipline","value":"string","description":"The primary discipline found in Firefish to which candidate(s) will be retrieved.","disabled":true},{"key":"location","value":"string","description":"The primary location found in Firefish to which candidate(s) will be retrieved.","disabled":true},{"key":"specialisation","value":"string","description":"The primary specialisation found in Firefish to which candidate(s) will be retrieved.","disabled":true},{"key":"last-action-date-from","value":"date","description":"Only candidates that have their most recent action after this date will be retrieved.","disabled":true},{"key":"last-action-date-to","value":"date","description":"Only candidates that have their most recent action before this date will be retrieved.","disabled":true},{"key":"last-action-name","value":"string","description":"The most recent action Candidates must have to be retrieved.","disabled":true},{"key":"Page","value":"1","description":"Paginate the response and return the specified page."},{"key":"Page-Size","value":"22","description":"Paginate the response and return the specified number of results per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1896"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Thu, 31 Oct 2024 11:51:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Results\": [\n        {\n            \"Ref\": 48797,\n            \"FirstName\": \"LiveCandidate\",\n            \"Surname\": \"Spouse\",\n            \"DateOfBirth\": null,\n            \"JobTitle\": null,\n            \"EmailAddress\": \"livecandidate.spouse@testing.dud\",\n            \"Address\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"Address3\": null,\n                \"Town\": null,\n                \"County\": null,\n                \"Country\": null,\n                \"PostCode\": null\n            },\n            \"MobileNumber\": null,\n            \"HomeNumber\": null,\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"System Administrator\",\n            \"Created\": \"2023-10-09T09:49:26.233Z\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"Updated\": \"2023-10-09T09:49:42.813Z\",\n            \"LastActionRef\": 78991,\n            \"LastActionName\": \"Registration - Manual\",\n            \"LastActionDate\": \"2023-10-09T09:49:26.343Z\"\n        },\n        {\n            \"Ref\": 48796,\n            \"FirstName\": \"LiveCandidate\",\n            \"Surname\": \"Fullypopulated\",\n            \"DateOfBirth\": \"1996-08-16\",\n            \"JobTitle\": null,\n            \"EmailAddress\": \"livecandidate.fullypopulated@testing.dud\",\n            \"Address\": {\n                \"Address1\": \"LCFP Address 1\",\n                \"Address2\": \"LCFP Address 2\",\n                \"Address3\": \"LCFP Address 3\",\n                \"Town\": \"LCFP Town\",\n                \"County\": \"LCFP County\",\n                \"Country\": \"LCFP Country\",\n                \"PostCode\": \"LCFP PCODE\"\n            },\n            \"MobileNumber\": \"07771234567\",\n            \"HomeNumber\": \"01411234567\",\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"LiveCandidate Fullypopulated\",\n            \"Created\": \"2023-10-09T08:54:19.697Z\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"Updated\": \"2023-10-09T09:51:57.360Z\",\n            \"LastActionRef\": 78989,\n            \"LastActionName\": \"Agreement Accepted\",\n            \"LastActionDate\": \"2023-10-09T09:05:11.563Z\"\n        },\n        {\n            \"Ref\": 48795,\n            \"FirstName\": \"Candidate\",\n            \"Surname\": \"Role\",\n            \"DateOfBirth\": null,\n            \"JobTitle\": null,\n            \"EmailAddress\": \"candidate@template.dud\",\n            \"Address\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"Address3\": null,\n                \"Town\": null,\n                \"County\": null,\n                \"Country\": null,\n                \"PostCode\": null\n            },\n            \"MobileNumber\": null,\n            \"HomeNumber\": null,\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"Candidate Role\",\n            \"Created\": \"2023-10-06T09:18:29.883Z\",\n            \"UpdatedBy\": \"Candidate Role\",\n            \"Updated\": \"2023-10-18T21:15:47.100Z\",\n            \"LastActionRef\": 79031,\n            \"LastActionName\": \"Agreement Accepted\",\n            \"LastActionDate\": \"2023-10-18T21:16:11.643Z\"\n        }\n    ],\n    \"TotalPages\": 1,\n    \"TotalCount\": 3\n}"}],"_postman_id":"0dc51713-8397-4aaa-a85e-a66eb8f94d9d"},{"name":"Candidate Profile","id":"04a9a3b3-f93a-423a-8c3b-dfe86597a76b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidates}}{CandidateRef}","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint requires the candidate reference to be supplied, which can be obtained from the search results. It returns full candidate object.</p>\n<img src=\"https://content.pstmn.io/d68b07b3-ae0a-4072-9b21-20ee33485287/aW1hZ2UucG5n\" width=\"615\" height=\"185\" />\n\n<h1 id=\"response-objects\">Response Objects</h1>\n<p>The <code>Candidate</code> object contains full information for a candidate.</p>\n<p>Note that not all candidate details will have all the fields populated, as this would depend on how they have been configured in the system.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>The title of the associated candidate</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>The first name of the associated candidate.</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>string</td>\n<td>The surname of the associated candidate.</td>\n</tr>\n<tr>\n<td>KnownAs</td>\n<td>string</td>\n<td>The known as value of the associated candidate.</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>string</td>\n<td>The gender of the associated candidate.</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>string</td>\n<td>The source of the associated candidate.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>The status of the associated candidate.</td>\n</tr>\n<tr>\n<td>AvailableDate</td>\n<td>date</td>\n<td>The availability date of the associated candidate.</td>\n</tr>\n<tr>\n<td>DateOfBirth</td>\n<td>date</td>\n<td>The date of birth of the associated candidate.</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The job title of the associated candidate.</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>The email address of the associated candidate.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>The address details of the associated candidate.</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>The mobile number of the associated candidate.</td>\n</tr>\n<tr>\n<td>HomeNumber</td>\n<td>string</td>\n<td>The home number of the associated candidate.</td>\n</tr>\n<tr>\n<td>WorkNumber</td>\n<td>string</td>\n<td>The work number of the associated candidate.</td>\n</tr>\n<tr>\n<td>OwnerUserRef</td>\n<td>int</td>\n<td>The unique reference of the owner recruiter of the associated candidate.</td>\n</tr>\n<tr>\n<td>OwnerUser</td>\n<td>string</td>\n<td>The full name of the owner recruiter of the associated candidate.</td>\n</tr>\n<tr>\n<td>CurrentCompanyName</td>\n<td>string</td>\n<td>The company name of the current employer of the associated candidate.</td>\n</tr>\n<tr>\n<td>IsArchived</td>\n<td>bool</td>\n<td>Whether or not the associated candidate has been archived.</td>\n</tr>\n<tr>\n<td>RegistrationActionName</td>\n<td>string</td>\n<td>The first registration action name of the associated candidate.</td>\n</tr>\n<tr>\n<td>EmailMarketing</td>\n<td>bool</td>\n<td>Whether or not the associated candidate has subscribed to receive email marketing.</td>\n</tr>\n<tr>\n<td>SmsMarketing</td>\n<td>bool</td>\n<td>Whether or not the associated candidate has subscribed to receive sms marketing.</td>\n</tr>\n<tr>\n<td>PostalMarketing</td>\n<td>bool</td>\n<td>Whether or not the associated candidate has subscribed to receive portal marketing.</td>\n</tr>\n<tr>\n<td>HasPreferenceJobAlert</td>\n<td>bool</td>\n<td>Whether or not the candidate has a subscribed to receive preference based job alerts.</td>\n</tr>\n<tr>\n<td>HasBespokeJobAlert</td>\n<td>bool</td>\n<td>Whether or not the candidate has a subscribed to receive bespoke job alerts.</td>\n</tr>\n<tr>\n<td>HasCandidateLogin</td>\n<td>bool</td>\n<td>Whether or not the candidate has a candidate login.</td>\n</tr>\n<tr>\n<td>LastLoginDate</td>\n<td>date-time</td>\n<td>The last logged in date of the associated candidate.</td>\n</tr>\n<tr>\n<td>HasCv</td>\n<td>bool</td>\n<td>Whether or not the candidate has a CV.</td>\n</tr>\n<tr>\n<td>HasFormattedCv</td>\n<td>bool</td>\n<td>Whether or not the candidate has a Formatted CV.</td>\n</tr>\n<tr>\n<td>Skills</td>\n<td>string</td>\n<td>List of skills the candidate has.</td>\n</tr>\n<tr>\n<td>Languages</td>\n<td>string</td>\n<td>List of languages the candidate has.</td>\n</tr>\n<tr>\n<td>PermanentStatus</td>\n<td>string</td>\n<td>The permanent status of the candidate.  <br />  <br />Values:  <br /><code>actively-looking</code>  <br /><code>immediately-available</code>  <br /><code>happy-in-current-position</code>  <br /><code>passively-looking</code>  <br /><code>placed-by-us</code>  <br /><code>not-interested</code>  <br />  <br />Or any non-deleted custom statuses, that are lower-case and dash separated.</td>\n</tr>\n<tr>\n<td>ContractStatus</td>\n<td>string</td>\n<td>The contract status of the candidate.  <br />  <br />Values:  <br /><code>actively-looking</code>  <br /><code>immediately-available</code>  <br /><code>contracting-through-us</code>  <br /><code>currently-in-contract</code>  <br /><code>passively-looking</code>  <br /><code>not-interested</code>  <br />  <br />Or any non-deleted custom statuses, that are lower-case and dash separated.</td>\n</tr>\n<tr>\n<td>CurrentSalary</td>\n<td>decimal</td>\n<td>The current salary of the associated candidate.</td>\n</tr>\n<tr>\n<td>DesiredSalary</td>\n<td>decimal</td>\n<td>The desired salary of the associated candidate.</td>\n</tr>\n<tr>\n<td>HotStatus</td>\n<td>bool</td>\n<td>The hot status of the associated candidate.</td>\n</tr>\n<tr>\n<td>OwnTransport</td>\n<td>bool</td>\n<td>Whether or not the candidate owns a means of transport.</td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td>string</td>\n<td>The LinkedIn address of the associated candidate.</td>\n</tr>\n<tr>\n<td>Video</td>\n<td>string</td>\n<td>The video URL of the associated candidate</td>\n</tr>\n<tr>\n<td>StarRating</td>\n<td>int</td>\n<td>The star rating of the associated candidate.</td>\n</tr>\n<tr>\n<td>RecruiterSummary</td>\n<td>string</td>\n<td>A recruiter’s summary for the associated candidate.</td>\n</tr>\n<tr>\n<td>OwnerUserEmail</td>\n<td>String</td>\n<td>The candidate owner’s email.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the person that has created the candidate.</td>\n</tr>\n<tr>\n<td>Created</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the associated candidate.</td>\n</tr>\n<tr>\n<td>UpdatedBy</td>\n<td>string</td>\n<td>The full name of the person that has updated the candidate.</td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>date-time</td>\n<td>ISO-8601 last updated date of the associated candidate.</td>\n</tr>\n<tr>\n<td>CandidateURL</td>\n<td>string</td>\n<td>The website URL for navigating to the profile of the associated candidate in Firefish</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"address\">Address</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Address1</td>\n<td>string</td>\n<td>Address line 1.</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>string</td>\n<td>Address line 2.</td>\n</tr>\n<tr>\n<td>Address3</td>\n<td>string</td>\n<td>Address line 3.</td>\n</tr>\n<tr>\n<td>Town</td>\n<td>string</td>\n<td>The town/city for the address.</td>\n</tr>\n<tr>\n<td>County</td>\n<td>string</td>\n<td>The county/district/state in which the given address resides.</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>string</td>\n<td>The country in which the address resides.</td>\n</tr>\n<tr>\n<td>PostCode</td>\n<td>string</td>\n<td>The postal/ZIP code for the address.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"29a0a475-396f-43ae-8e71-c40133e3c3da","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}48272"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1371"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Apr 2024 16:11:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ref\": 48272,\n    \"Title\": null,\n    \"FirstName\": \"Allan\",\n    \"Surname\": \"Basta\",\n    \"KnownAs\": \"Allan\",\n    \"Gender\": null,\n    \"Source\": \"9-20 recruitment\",\n    \"Status\": null,\n    \"AvailableDate\": \"2023-05-09\",\n    \"DateOfBirth\": null,\n    \"JobTitle\": \"Marketing Manager\",\n    \"EmailAddress\": \"AllanBasta@testmail.com.dud\",\n    \"Address\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"Address3\": null,\n        \"Town\": null,\n        \"County\": null,\n        \"Country\": null,\n        \"PostCode\": \"PA36 4AQ\"\n    },\n    \"MobileNumber\": \"0777888888\",\n    \"HomeNumber\": \"01834) 676898\",\n    \"WorkNumber\": null,\n    \"OwnerUserRef\": null,\n    \"OwnerUser\": null,\n    \"OwnerUserEmail\": null,\n    \"CurrentCompanyName\": null,\n    \"RegistrationActionName\": \"Registration - Web\",\n    \"EmailMarketing\": true,\n    \"SmsMarketing\": true,\n    \"PostalMarketing\": false,\n    \"HasPreferenceJobAlert\": true,\n    \"HasBespokeJobAlert\": false,\n    \"HasCandidateLogin\": true,\n    \"LastLoginDate\": \"2010-05-10T14:11:54.890Z\",\n    \"HasCv\": true,\n    \"HasFormattedCv\": true,\n    \"Skills\": null,\n    \"Languages\": null,\n    \"PermanentStatus\": \"immediately-available\",\n    \"ContractStatus\": \"actively-looking\",\n    \"CurrentSalary\": 0,\n    \"DesiredSalary\": 30000,\n    \"HotStatus\": false,\n    \"OwnTransport\": false,\n    \"LinkedIn\": null,\n    \"Video\": null,\n    \"StarRating\": 2,\n    \"RecruiterSummary\": \"This is an awesome person\",\n    \"CandidateSummary\": null,\n    \"IsArchived\": false,\n    \"CreatedBy\": null,\n    \"Created\": \"2023-05-05T10:42:59.433Z\",\n    \"UpdatedBy\": \"Superuser Role\",\n    \"Updated\": \"2023-08-09T16:17:54.130Z\",\n    \"CandidateURL\": \"https://test-current-enterprise.current.jobs/System/Person/Candidate/48272/Dashboard.aspx\"\n}"},{"id":"05e6fb85-b8e2-44ce-9182-e91b4e57430b","name":"404 Not Found Example","originalRequest":{"method":"GET","header":[],"url":"https://api.firefishsoftware.com/api/v1.0/candidates/4827"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 14:56:12 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"4eefbf21-61a7-47cc-8552-034d8cb03151","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.firefishsoftware.com/api/v1.0/candidates/48272"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 14 Feb 2024 14:53:47 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"04a9a3b3-f93a-423a-8c3b-dfe86597a76b"},{"name":"Candidate Compliance Details","id":"d37a1477-3001-4885-a975-38bddbda201f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidates}}{CandidateRef}/details","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint is used to retrieve candidate details, such as right to work, visa etc.</p>\n<p>This endpoint requires the candidate reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/5b1261cd-73f7-41ce-ba7a-f5d7002d7b3b/aW1hZ2UucG5n\" width=\"638\" height=\"157\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td>The type of the candidate detail. For example: “Visa”, “Right to Work”</td>\n</tr>\n<tr>\n<td>TextValue</td>\n<td>string</td>\n<td>Additional value giving more information for the candidate detail type.</td>\n</tr>\n<tr>\n<td>DropdownValue</td>\n<td>string</td>\n<td>Additional value giving more information for the candidate detail type.</td>\n</tr>\n<tr>\n<td>DateValue</td>\n<td>date</td>\n<td>Additional value giving more information for the candidate detail type. Shown as ISO-8601 date.</td>\n</tr>\n<tr>\n<td>HasDocument</td>\n<td>bool</td>\n<td>Additional value giving more information whether a candidate detail has a document associated with it.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["details"],"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"c7b21e80-26a8-41df-8cb0-4d54811896bf","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}48272/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"270"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 14:02:02 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CandidateRef\": 48272,\n        \"Name\": \"Compliance check required\",\n        \"TextValue\": null,\n        \"DropDownValue\": \"UK/EU Citizen2\",\n        \"DateValue\": null,\n        \"HasDocument\": false\n    },\n    {\n        \"CandidateRef\": 48272,\n        \"Name\": \"Visa\",\n        \"TextValue\": null,\n        \"DropDownValue\": \"UK/EU Citizen2\",\n        \"DateValue\": null,\n        \"HasDocument\": false\n    }\n]"},{"id":"350da153-6f74-4c64-807e-d7e423cf8ef4","name":"404 Not Found example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}482/details"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 14:02:39 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d37a1477-3001-4885-a975-38bddbda201f"},{"name":"Candidate References","id":"46c0e3ab-5650-40c0-aee8-426b6038e898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidates}}{CandidateRef}/references","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint is used to retrieve details of candidate references.</p>\n<p>This endpoint requires the candidate reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/2ae702c5-b8dc-4de1-80df-abf966f6c344/aW1hZ2UucG5n\" width=\"610\" height=\"153\" />\n\n<p>Note that each reference is captured as part of a comma separated string, Described as: Reference Name, Company Name, Job Title, EmailAddress, Phone Number.</p>\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>Reference1</td>\n<td>string</td>\n<td>The first reference for a candidate. Described as: Reference Name, Company Name, Job Title, EmailAddress, Phone Number.</td>\n</tr>\n<tr>\n<td>Reference2</td>\n<td>string</td>\n<td>The second reference for a candidate. Described as: Reference Name, Company Name, Job Title, EmailAddress, Phone Number.</td>\n</tr>\n<tr>\n<td>Reference3</td>\n<td>string</td>\n<td>The third reference for a candidate. Described as: Reference Name, Company Name, Job Title, EmailAddress, Phone Number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note that not all three references will be populated for each candidate. Some could be empty.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["references"],"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"3e973e44-4214-4149-a645-6de989c22aba","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}48272/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"142"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 14:05:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"CandidateRef\": 48272,\n    \"Reference1\": \"Joe Bloggs, Company Name, Tester, JoeBloggs@testing.dud, 07777777777\",\n    \"Reference2\": null,\n    \"Reference3\": null\n}"}],"_postman_id":"46c0e3ab-5650-40c0-aee8-426b6038e898"},{"name":"Candidate Preferences","id":"88a18d44-6b51-464a-82d2-1dc72c2168a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidates}}{CandidateRef}/preferences","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint is used to retrieve details of candidate preferences.</p>\n<p>This endpoint requires the candidate reference to be supplied, which can be obtained from the search results.</p>\n<p>Possible preference values are dropdown options configured by the user in Firefish.</p>\n<img src=\"https://content.pstmn.io/fe396779-f6ea-408d-b221-40e3b0399ad1/aW1hZ2UucG5n\" width=\"608\" height=\"165\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>PrimaryDiscipline</td>\n<td>string</td>\n<td>The primary discipline for the associated candidate.</td>\n</tr>\n<tr>\n<td>SecondaryDiscipline</td>\n<td>string</td>\n<td>The secondary discipline for the associated candidate.</td>\n</tr>\n<tr>\n<td>AlsoInterestedDiscipline</td>\n<td>string</td>\n<td>Any secondary disciplines for the associated candidate.  <br />  <br />This would be retrieved as a comma separated list of secondary disciplines in which the primary discipline is also outputted separated with colon.</td>\n</tr>\n<tr>\n<td>PrimaryLocation</td>\n<td>string</td>\n<td>The primary location for the associated candidate.</td>\n</tr>\n<tr>\n<td>SecondaryLocation</td>\n<td>string</td>\n<td>The secondary location for the associated candidate.</td>\n</tr>\n<tr>\n<td>AlsoInterestedLocation</td>\n<td>string</td>\n<td>Any secondary locations for the associated candidate.  <br />  <br />This would be retrieved as a comma separated list of secondary locations in which the primary location is also outputted separated with colon.</td>\n</tr>\n<tr>\n<td>PrimarySpecialisation</td>\n<td>string</td>\n<td>The primary specialisation for the associated candidate.</td>\n</tr>\n<tr>\n<td>SecondarySpecialisation</td>\n<td>string</td>\n<td>The secondary specialisation for the associated candidate.</td>\n</tr>\n<tr>\n<td>AlsoInterestedSpecialisation</td>\n<td>string</td>\n<td>Any secondary specialisations for the associated candidate.  <br />  <br />This would be retrieved as a comma separated list of secondary specialisations in which the primary specialisation is also outputted separated with colon.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["preferences"],"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"43c4a605-9b82-457d-9968-00493a7f0783","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}48272/preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"471"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 14:10:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"CandidateRef\": 48272,\n    \"PrimaryDiscipline\": null,\n    \"SecondaryDiscipline\": null,\n    \"AlsoInterestedInDiscipline\": null,\n    \"PrimaryLocation\": \"Ireland\",\n    \"SecondaryLocation\": null,\n    \"AlsoInterestedInLocation\": \"Ireland: Cork, Galway\",\n    \"PrimarySpecialisation\": null,\n    \"SecondarySpecialisation\": null,\n    \"AlsoInterestedInSpecialisation\": \"Health: Oncology, Nurses; Technology: Digital, Data, E-Commerce; Healthcare: Broadcasting, Film Production; Dairy: IHT; Nuclear; Marine; Commercial Build; Airports\"\n}"}],"_postman_id":"88a18d44-6b51-464a-82d2-1dc72c2168a1"},{"name":"Candidate Pay Details","id":"5ae3a574-6dc3-4a8d-8267-57ef84b86c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidates}}{CandidateRef}/pay-details","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint is used to retrieve candidates pay details.</p>\n<p>This endpoint requires the candidate reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/04cccb29-5494-43f8-b892-5374a496dcbf/aW1hZ2UucG5n\" width=\"613\" height=\"161\" />\n\n<p>Response Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmploymentType</td>\n<td>string</td>\n<td>The employment status for the associated candidate.  <br />  <br />Values:  <br />\"PAYE\"  <br />\"Self Employed\"  <br />\"Umbrella\".  <br />  <br />Items may vary as these are dynamic, however the ones above are always there as available values.</td>\n</tr>\n<tr>\n<td>Supplier</td>\n<td>string</td>\n<td>The supplier value for the associated candidate.</td>\n</tr>\n<tr>\n<td>PaymentMethod</td>\n<td>string</td>\n<td>The payment method for the associated candidate.</td>\n</tr>\n<tr>\n<td>PaymentFrequency</td>\n<td>string</td>\n<td>The payment frequency for the associated candidate.</td>\n</tr>\n<tr>\n<td>BankName</td>\n<td>string</td>\n<td>The bank name for the associated candidate.</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td>string</td>\n<td>The bank account name for the associated candidate.</td>\n</tr>\n<tr>\n<td>SortCode</td>\n<td>string</td>\n<td>The bank account sort code for the associated candidate.</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>string</td>\n<td>The bank account number for the associated candidate.</td>\n</tr>\n<tr>\n<td>BankAddress</td>\n<td>Address</td>\n<td>The bank address for the associated candidate.</td>\n</tr>\n<tr>\n<td>LtdName</td>\n<td>string</td>\n<td>The name of the candidate’s LTD company.</td>\n</tr>\n<tr>\n<td>LtdEmail</td>\n<td>string</td>\n<td>The company email address.</td>\n</tr>\n<tr>\n<td>LtdContact</td>\n<td>string</td>\n<td>The company contact’s name.</td>\n</tr>\n<tr>\n<td>LtdPhone</td>\n<td>string</td>\n<td>The company’s phone number.</td>\n</tr>\n<tr>\n<td>LtdAddress</td>\n<td>Address</td>\n<td>The company’s address.</td>\n</tr>\n<tr>\n<td>LtdNumber</td>\n<td>string</td>\n<td>The company’s registration number.</td>\n</tr>\n<tr>\n<td>VATNumber</td>\n<td>string</td>\n<td>The VAT number for the associated candidate.</td>\n</tr>\n<tr>\n<td>NINNumber</td>\n<td>string</td>\n<td>The NI number for the associated candidate.</td>\n</tr>\n<tr>\n<td>UTRNumber</td>\n<td>string</td>\n<td>The unique tax reference for the associated candidate.</td>\n</tr>\n<tr>\n<td>PayrollID</td>\n<td>string</td>\n<td>The unique Payroll ID for the associated candidate</td>\n</tr>\n<tr>\n<td>EngagementType</td>\n<td>string</td>\n<td>The engagement type for a Self Employed candidate paid via an intermediary.  <br />Fixed values:  <br />  <br />“A - Sole Trader”  <br />“B – Partnership”  <br />“C - Limited Liability Partnership”  <br />“D - Ltd Company”  <br />“E - Non-UK Engagement”  <br />“F – Umbrella”  <br />  <br />Note:  <br />If the <code>EmploymentType</code> value is not “Self Employed” or “Umbrella”, this value will be null.  <br />  <br />If this value is “F - Umbrella”, <code>EmploymentType</code> value will always default to “Umbrella”</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["pay-details"],"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"40110161-9351-4b87-84c1-6ab4ae0bdeeb","name":"Self Employed Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}48272/pay-details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"734"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 14:22:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"EmploymentType\": \"Self Employed\",\n    \"Supplier\": null,\n    \"PaymentMethod\": \"Bank Transfer\",\n    \"PaymentFrequency\": \"Monthly\",\n    \"BankName\": \"Bankers Inc\",\n    \"AccountName\": \"Mr Basta\",\n    \"SortCode\": \"00-00-01\",\n    \"AccountNumber\": \"12345678\",\n    \"BankAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"Address3\": null,\n        \"Town\": null,\n        \"County\": null,\n        \"Country\": null,\n        \"PostCode\": null\n    },\n    \"LtdName\": \"Contractors LTD\",\n    \"LtdEmail\": \"jim@smith.com\",\n    \"LtdContact\": \"Jim Smith\",\n    \"LtdPhone\": \"0123456789\",\n    \"LtdAddress\": {\n        \"Address1\": \"4 High Street\",\n        \"Address2\": null,\n        \"Address3\": null,\n        \"Town\": \"Glasgow\",\n        \"County\": \"Scotland\",\n        \"Country\": null,\n        \"PostCode\": \"G1 2AA\"\n    },\n    \"LtdNumber\": \"01234567\",\n    \"VATNumber\": \"98765412\",\n    \"NINumber\": \"AB123456C\",\n    \"UTRNUmber\": \"XYZ-987654321-ABC\",\n    \"PayrollID\": null,\n    \"EngagementType\": \"D - Ltd Company\"\n}"},{"id":"7a6778f7-aa72-420b-b700-e2ef266f2c4e","name":"PAYE Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}48272/pay-details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"635"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 14:23:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"EmploymentType\": \"PAYE\",\n    \"Supplier\": null,\n    \"PaymentMethod\": \"Bank Transfer\",\n    \"PaymentFrequency\": \"Monthly\",\n    \"BankName\": \"Bankers Inc\",\n    \"AccountName\": \"Mr Basta\",\n    \"SortCode\": \"00-00-01\",\n    \"AccountNumber\": \"12345678\",\n    \"BankAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"Address3\": null,\n        \"Town\": null,\n        \"County\": null,\n        \"Country\": null,\n        \"PostCode\": null\n    },\n    \"LtdName\": null,\n    \"LtdEmail\": null,\n    \"LtdContact\": null,\n    \"LtdPhone\": null,\n    \"LtdAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"Address3\": null,\n        \"Town\": null,\n        \"County\": null,\n        \"Country\": null,\n        \"PostCode\": null\n    },\n    \"LtdNumber\": null,\n    \"VATNumber\": null,\n    \"NINumber\": \"AB123456C\",\n    \"UTRNUmber\": \"XYZ-987654321-ABC\",\n    \"PayrollID\": null,\n    \"EngagementType\": null\n}"},{"id":"cd77c548-39f3-4d04-9586-a4ca0ad0ae23","name":"Umbrella Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}48272/pay-details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"817"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 14:38:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"EmploymentType\": \"Umbrella\",\n    \"Supplier\": \"umbrella company 1\",\n    \"PaymentMethod\": \"Bank Transfer\",\n    \"PaymentFrequency\": \"Monthly\",\n    \"BankName\": \"Lloyds\",\n    \"AccountName\": \"Bank 1\",\n    \"SortCode\": \"12012455\",\n    \"AccountNumber\": \"account number\",\n    \"BankAddress\": {\n        \"Address1\": \"18-20 Eagle Street\",\n        \"Address2\": \"Craiglaw Business park\",\n        \"Address3\": null,\n        \"Town\": \"Glasgow\",\n        \"County\": null,\n        \"Country\": null,\n        \"PostCode\": \"G4 9XA\"\n    },\n    \"LtdName\": \"umbrella company 1\",\n    \"LtdEmail\": \"ted@bank.com\",\n    \"LtdContact\": \"Ted at the brolly\",\n    \"LtdPhone\": \"0141248880778\",\n    \"LtdAddress\": {\n        \"Address1\": \"Solasta House\",\n        \"Address2\": \"8 Inverness Campus\",\n        \"Address3\": null,\n        \"Town\": \"Inverness\",\n        \"County\": \"Scotland\",\n        \"Country\": null,\n        \"PostCode\": \"IV2 5khh\"\n    },\n    \"LtdNumber\": \"35454545\",\n    \"VATNumber\": \"242442\",\n    \"NINumber\": \"AB123456C\",\n    \"UTRNUmber\": \"XYZ-987654321-ABC\",\n    \"PayrollID\": null,\n    \"EngagementType\": \"F - Umbrella\"\n}"}],"_postman_id":"5ae3a574-6dc3-4a8d-8267-57ef84b86c0b"},{"name":"Candidate Employment","id":"b6791ac2-15db-41f5-90d5-9390583cb64b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidates}}{CandidateRef}/employment","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint is used to retrieve a history of candidates’ employment.</p>\n<p>This endpoint requires the candidate reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/18059bfb-422a-448a-a57f-a8d08dd70cb0/aW1hZ2UucG5n\" width=\"610\" height=\"160\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>The company name of candidate’s employment.</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The job title of the associated candidate.</td>\n</tr>\n<tr>\n<td>IsCurrent</td>\n<td>bool</td>\n<td>Whether or not this is the associated candidate’s current employment.</td>\n</tr>\n<tr>\n<td>From</td>\n<td>string</td>\n<td>The from period for the associated candidate’s employment. This will be represented as Month and Year, for example “January 2022”.</td>\n</tr>\n<tr>\n<td>To</td>\n<td>string</td>\n<td>The to period for the associated candidate’s employment. This will be represented as “Month Year”, for example “January 2022”.</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>Any additional notes for the associated candidate’s employment record.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["employment"],"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"cc9c1d06-0a56-4db5-8a24-392e7cf8ab98","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}48225/employment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"737"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 14:39:47 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CandidateRef\": 48225,\n        \"CompanyName\": \"firefish software\",\n        \"JobTitle\": null,\n        \"IsCurrent\": false,\n        \"From\": \"October 2009\",\n        \"To\": \"December 2012\",\n        \"Notes\": null\n    },\n    {\n        \"CandidateRef\": 48225,\n        \"CompanyName\": \"xyz\",\n        \"JobTitle\": \"Commercial analyst\",\n        \"IsCurrent\": false,\n        \"From\": \"February 2011\",\n        \"To\": \"February 2014\",\n        \"Notes\": \"lukgkgkgkjg\"\n    },\n    {\n        \"CandidateRef\": 48225,\n        \"CompanyName\": \"Bank Head Quarters\",\n        \"JobTitle\": \"ceo\",\n        \"IsCurrent\": false,\n        \"From\": \"February 2014\",\n        \"To\": \"June 2014\",\n        \"Notes\": null\n    },\n    {\n        \"CandidateRef\": 48225,\n        \"CompanyName\": \"Glasgow 2014\",\n        \"JobTitle\": \"ceo\",\n        \"IsCurrent\": false,\n        \"From\": \"July 2014\",\n        \"To\": \"July 2014\",\n        \"Notes\": null\n    },\n    {\n        \"CandidateRef\": 48225,\n        \"CompanyName\": \"Bank of everyone\",\n        \"JobTitle\": \"ceo\",\n        \"IsCurrent\": false,\n        \"From\": \"February 2015\",\n        \"To\": \"February 2015\",\n        \"Notes\": null\n    }\n]"}],"_postman_id":"b6791ac2-15db-41f5-90d5-9390583cb64b"},{"name":"Candidate Education","id":"ecad4fcd-feec-4580-9647-54151802411a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidates}}{CandidateRef}/education","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint is used to retrieve a history of candidates’ education.</p>\n<p>This endpoint requires the candidate reference to be supplied, which can be obtained from the search results</p>\n<img src=\"https://content.pstmn.io/8abdb7af-fc26-446d-8e55-3e14652b36c8/aW1hZ2UucG5n\" width=\"613\" height=\"173\" />\n\n<p>Response Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>Establishment</td>\n<td>string</td>\n<td>The name of the university or college for the associated candidate.</td>\n</tr>\n<tr>\n<td>Qualification</td>\n<td>string</td>\n<td>The qualification the associated candidate has obtained.</td>\n</tr>\n<tr>\n<td>Course</td>\n<td>string</td>\n<td>The course the associated candidate has taken.</td>\n</tr>\n<tr>\n<td>From</td>\n<td>string</td>\n<td>The from period for the associated candidate’s education. This will be represented as Month and Year, for example “January 2022”.</td>\n</tr>\n<tr>\n<td>To</td>\n<td>string</td>\n<td>The to period for the associated candidate’s education. This will be represented as “Month Year”, for example “January 2022”.</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>Any additional notes for the associated candidate’s education record.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["education"],"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"81bfb6d7-3035-4e83-8e46-ceca9f19f32b","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}48225/education"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"333"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 15:21:43 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CandidateRef\": 48225,\n        \"Establishment\": \"glasgow\",\n        \"Qualification\": \"BA\",\n        \"Course\": \"fashion\",\n        \"From\": \"February 2011\",\n        \"To\": \"January 2015\",\n        \"Notes\": \"XFCBCZXDFB\"\n    },\n    {\n        \"CandidateRef\": 48225,\n        \"Establishment\": \"University of Middlesex\",\n        \"Qualification\": \"BA Hons\",\n        \"Course\": \"Recruitment Practice\",\n        \"From\": \"January 2007\",\n        \"To\": \"February 2011\",\n        \"Notes\": null\n    }\n]"}],"_postman_id":"ecad4fcd-feec-4580-9647-54151802411a"},{"name":"Candidate Professional Memberships","id":"30c0fdc5-a1a6-4dad-9c58-c7f8bafddd2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidates}}{CandidateRef}/professional-memberships","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint is used to retrieve a history of candidates’ professional memberships.</p>\n<p>This endpoint requires the candidate reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/5c174a70-f270-417b-9643-e6b49a4ef44a/aW1hZ2UucG5n\" width=\"612\" height=\"154\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td>The name of the professional body for the associated candidate’s professional membership.</td>\n</tr>\n<tr>\n<td>MembershipNumber</td>\n<td>string</td>\n<td>The membership number for the associated candidate’s professional membership.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["professional-memberships"],"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"2781906f-6e88-4cbe-83f0-e017ea4aa905","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}/48272/professional-memberships"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"97"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 15:26:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CandidateRef\": 48272,\n        \"Name\": \"Project Management Association\",\n        \"MembershipNumber\": \"462DAS3562s\"\n    }\n]"}],"_postman_id":"30c0fdc5-a1a6-4dad-9c58-c7f8bafddd2b"},{"name":"Candidate Certifications","id":"80e1d411-8194-4323-b0d7-d0426a333fdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidates}}{CandidateRef}/certifications","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint is used to retrieve a history of candidates’ certifications.</p>\n<p>This endpoint requires the candidate reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/5325091d-6a1f-4a76-bcaf-7b29ec098917/aW1hZ2UucG5n\" width=\"608\" height=\"148\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>Certification</td>\n<td>string</td>\n<td>The certification for the associated candidate.</td>\n</tr>\n<tr>\n<td>DateAwarded</td>\n<td>date</td>\n<td>The date the certification was obtained.</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td>date</td>\n<td>The date the certification expires.</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>Any additional notes for the associated candidate’s certification record.</td>\n</tr>\n<tr>\n<td>HasDocument</td>\n<td>bool</td>\n<td>Whether or not the associated candidate has a certification document attached.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["certifications"],"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"5d951f5e-28f8-4450-bae1-1bda66bb5097","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}/48225/certifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"761"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 15:34:26 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CandidateRef\": 48225,\n        \"Certification\": null,\n        \"DateAwarded\": \"2014-01-01\",\n        \"ExpiryDate\": null,\n        \"Notes\": \"ascasdc\",\n        \"HasDocument\": false\n    },\n    {\n        \"CandidateRef\": 48225,\n        \"Certification\": null,\n        \"DateAwarded\": \"2012-01-01\",\n        \"ExpiryDate\": null,\n        \"Notes\": \"dafgadgfsdhsh\",\n        \"HasDocument\": false\n    },\n    {\n        \"CandidateRef\": 48225,\n        \"Certification\": null,\n        \"DateAwarded\": \"2009-02-01\",\n        \"ExpiryDate\": null,\n        \"Notes\": null,\n        \"HasDocument\": false\n    },\n    {\n        \"CandidateRef\": 48225,\n        \"Certification\": null,\n        \"DateAwarded\": \"2009-01-01\",\n        \"ExpiryDate\": null,\n        \"Notes\": null,\n        \"HasDocument\": false\n    },\n    {\n        \"CandidateRef\": 48225,\n        \"Certification\": null,\n        \"DateAwarded\": \"2005-10-01\",\n        \"ExpiryDate\": null,\n        \"Notes\": null,\n        \"HasDocument\": false\n    },\n    {\n        \"CandidateRef\": 48225,\n        \"Certification\": null,\n        \"DateAwarded\": \"2000-01-01\",\n        \"ExpiryDate\": null,\n        \"Notes\": \"jfvghjhjhvjhvh\",\n        \"HasDocument\": false\n    }\n]"}],"_postman_id":"80e1d411-8194-4323-b0d7-d0426a333fdd"},{"name":"Candidate Actions (Recent Activity)","event":[{"listen":"test","script":{"id":"a60ab9b6-4342-44e3-80e9-02ea0e05481a","exec":["\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 1s\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(1000);\r","});"],"type":"text/javascript","packages":{}}}],"id":"a8a221d4-596f-4401-bd3e-c390d1371479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{candidates}}{CandidateRef}/actions","description":"<p><strong>Required Scope:</strong> candidatesAPI-read</p>\n<p>This endpoint is used to retrieve a history of candidates’ actions.</p>\n<p>This endpoint requires the candidate reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/86ea6e0e-8b52-4bc9-aa7e-1d9695719361/aW1hZ2UucG5n\" width=\"610\" height=\"261\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ActionRef</td>\n<td>string</td>\n<td>The unique reference number for the Action.</td>\n</tr>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>ContactRef</td>\n<td>int</td>\n<td>The unique reference number for the associated contact.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>JobRef</td>\n<td>int</td>\n<td>The unique reference number for the associated job.</td>\n</tr>\n<tr>\n<td>AdvertRef</td>\n<td>int</td>\n<td>The unique reference number for the associated advert.</td>\n</tr>\n<tr>\n<td>FriendlyPlacementRef</td>\n<td>string</td>\n<td>The friendly placement associated with the action.</td>\n</tr>\n<tr>\n<td>ActionName</td>\n<td>string</td>\n<td>The name of the action.</td>\n</tr>\n<tr>\n<td>ActionDetail</td>\n<td>string</td>\n<td>The action detail for the action.</td>\n</tr>\n<tr>\n<td>Note</td>\n<td>string</td>\n<td>The note of the action.</td>\n</tr>\n<tr>\n<td>FollowUpDate</td>\n<td>date-time</td>\n<td>ISO-8061 follow-up date of the action.</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>date-time</td>\n<td>ISO-8061 created date of the action.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the user who created the action.</td>\n</tr>\n<tr>\n<td>CreatedUserRef</td>\n<td>int</td>\n<td>The unique reference number of the user who created the action.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["actions"],"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"06ea0457-e01c-4e72-b520-b178d00a1a0e","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{candidates}}/48189/actions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1313"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 15:34:54 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ActionRef\": 77993,\n        \"CandidateRef\": 48189,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:36.167Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77993,\n        \"CandidateRef\": 48189,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:36.167Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76862,\n        \"CandidateRef\": 48189,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:42.637Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76832,\n        \"CandidateRef\": 48189,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:34.027Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    }\n]"}],"_postman_id":"a8a221d4-596f-4401-bd3e-c390d1371479"},{"name":"Create Candidate Profile","id":"42e7f2f6-becd-43a9-94ba-e7bfaee21dbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"\",\r\n\"Surname\":\"\",\r\n\"Source\":\"\",\r\n\"JobTitle\":\"\",\r\n\"EmailAddress\":\"\",\r\n\"Address\":{\r\n            \"Address1\": \"\",\r\n            \"Address2\": \"\",\r\n            \"Address3\": \"\",\r\n            \"Town\": \"\",\r\n            \"County\": \"\",\r\n            \"Country\": \"\",\r\n            \"PostCode\": \"\"\r\n        },\r\n\"MobileNumber\":\"\",\r\n\"HomeNumber\":\"\",\r\n\"WorkNumber\":\"\",\r\n\"EmailMarketing\":true,\r\n\"SMSMarketing\":false,\r\n\"PostalMarketing\":true,\r\n\"HasPreferenceJobAlerts\":true,\r\n\"LinkedIn\":\"\",\r\n\"CandidateSummary\":\"\",\r\n\"PermanentStatus\":\"\",\r\n\"ContractStatus\":\"\",\r\n\"OwnerUserEmail\":\"\",\r\n\"LegalBasis\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{candidates}}","description":"<p><strong>Required Scope:</strong> candidatesAPI-write</p>\n<p>This endpoint is used to create a new Candidate in Firefish.</p>\n<img src=\"https://content.pstmn.io/7111d49d-3b78-4b75-8a4d-558e9ce793bf/aW1hZ2UucG5n\" width=\"613\" height=\"255\" />\n\n<p>A Candidate may already exist in the system as a Contact. Before creating a candidate record, check to see if the person exists as a contact first to avoid creating records that later have to be merged.</p>\n<p>If a person exists as one entity type but not the other, it means that part of the record is inactive and will be activated upon being updated.</p>\n<p>To update an inactive candidate record, use the PUT update candidate record endpoint and provide the matching contactRef as the candidateRef.</p>\n<h2 id=\"workflow-diagram\">Workflow Diagram:</h2>\n<img src=\"https://content.pstmn.io/c68fb794-eb31-4c18-a9cb-3d59f8354027/Q2FuZGlkYXRlIFdyaXRlLmpwZw==\" alt=\"Diagram%20that%20summarises%20the%20what%20happens%20when%20a%20Candidate%20is%20Created/Updated\" width=\"755\" height=\"1354\" />\n\n<h1 id=\"request-object\">Request Object:</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>Yes</td>\n<td>The first name of the candidate.</td>\n<td>Shared with matching Contact Record</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>string</td>\n<td>Yes</td>\n<td>The surname of the candidate.</td>\n<td>Shared with matching Contact record</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>string</td>\n<td>Yes</td>\n<td>The source of the candidate.  <br />  <br />The API Profile name can be used as an Always available value.</td>\n<td>Must match the text of an entry in the Candidate Source dropdown.  <br />  <br />Other custom values may be available in Firefish</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>No</td>\n<td>The job title of the candidate.</td>\n<td>Shared with matching contact record</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>Yes</td>\n<td>The email address of the candidate.</td>\n<td>Must be a unique value when provided - if the value already exists in Firefish, the request will be rejected.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>No</td>\n<td>The address details of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The mobile number of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>HomeNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The home number of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>WorkNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The work number of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>EmailMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether or not the candidate is subscribed to receive email marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>SMSMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether or not the candidate is subscribed to receive sms marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>PostalMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether the candidate is subscribed to Postal Marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>HasPreferenceJobAlerts</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether or not the candidate is subscribed to receive portal marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td>string</td>\n<td>No</td>\n<td>The LinkedIn address of the candidate.</td>\n<td>Shared with the matching Contact Record.  <br />  <br />Must be a unique value when provided - if the value already exists in Firefish, the request will be rejected.</td>\n</tr>\n<tr>\n<td>CandidateSummary</td>\n<td>string</td>\n<td>No</td>\n<td>The candidate’s summary.</td>\n<td></td>\n</tr>\n<tr>\n<td>PermanentStatus</td>\n<td>string</td>\n<td>No</td>\n<td>The permanent status of the candidate.  <br />  <br />Values:  <br /><code>actively-looking</code>  <br /><code>immediately-available</code>  <br /><code>happy-in-current-position</code>  <br /><code>passively-looking</code>  <br /><code>placed-by-us</code>  <br /><code>not-interested</code>  <br />  <br />Or any non-deleted custom statuses, that are lower-case and dash separated.</td>\n<td>Defaults to system default when not provided  <br />  <br />Other custom values may be available in Firefish</td>\n</tr>\n<tr>\n<td>ContractStatus</td>\n<td>string</td>\n<td>No</td>\n<td>The contract status of the candidate.  <br />  <br />Values:  <br /><code>actively-looking</code>  <br /><code>immediately-available</code>  <br /><code>contracting-through-us</code>  <br /><code>currently-in-contract</code>  <br /><code>passively-looking</code>  <br /><code>not-interested</code>  <br />  <br />Or any non-deleted custom statuses, that are lower-case and dash separated.</td>\n<td>Defaults to system default when not provided  <br />  <br />Other custom values may be available in Firefish</td>\n</tr>\n<tr>\n<td>OwnerUserEmail</td>\n<td>string</td>\n<td>No</td>\n<td>The email of the candidate’s owner.</td>\n<td>must be a recognised user email in Firefish when provided</td>\n</tr>\n<tr>\n<td>LegalBasis</td>\n<td>string</td>\n<td>Yes</td>\n<td>The legal basis of the candidate.  <br />  <br />Must be one of the following Values:  <br /><code>consent-request</code>, <code>consent-provided</code>, <code>legitimate-interest</code>, <code>not-applicable-at-this-stage</code>.</td>\n<td>choosing <code>consent-request</code> wil trigger Firefish' GDPR workflow, sending the Consent Request email template to this candidate upon creation.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{candidates}}"],"query":[],"variable":[]}},"response":[{"id":"45095f0f-c588-454c-9910-db86ccabb44c","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"New API\",\r\n\"Surname\":\"Candidate1\",\r\n\"Source\":\"Sourcewhale\",\r\n\"JobTitle\":\"Feedback Tester\",\r\n\"EmailAddress\":\"CandidateEmailAddress01@gsnail.com\",\r\n\"Address\":{\r\n            \"Address1\": \"10b France Drive\",\r\n            \"Address2\": \"Simonton\",\r\n            \"Address3\": \"A Boulevard\",\r\n            \"Town\": \"Bordeux\",\r\n            \"County\": \"Yorkshire\",\r\n            \"Country\": \"UK\",\r\n            \"PostCode\": \"S1M B4\"\r\n        },\r\n\"MobileNumber\":\"+447410 800100\",\r\n\"HomeNumber\":\"(01300025010)\",\r\n\"WorkNumber\":\"999-999-9102\",\r\n\"EmailMarketing\":true,\r\n\"SMSMarketing\":false,\r\n\"PostalMarketing\":true,\r\n\"HasPreferenceJobAlerts\":true,\r\n\"LinkedIn\":\"https://wwww.linkedin.com/i/NewCandidate-019vcbg5\",\r\n\"CandidateSummary\":\"Test of a candidate summary\",\r\n\"PermanentStatus\":\"immediately-available\",\r\n\"ContractStatus\":\"not-interested\",\r\n\"OwnerUserEmail\":\"recruiter@template.dud\",\r\n\"LegalBasis\":\"legitimate-interest\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{candidates}}"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"13"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 15:59:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ref\": 48831\n}"},{"id":"b22e10d9-52c2-4eb2-8f18-1ead9550811e","name":"Duplicate Email example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"New API\",\r\n\"Surname\":\"Candidate1\",\r\n\"Source\":\"Sourcewhale\",\r\n\"JobTitle\":\"Feedback Tester\",\r\n\"EmailAddress\":\"CandidateEmailAddress01@gsnail.com\",\r\n\"Address\":{\r\n            \"Address1\": \"10b France Drive\",\r\n            \"Address2\": \"Simonton\",\r\n            \"Address3\": \"A Boulevard\",\r\n            \"Town\": \"Bordeux\",\r\n            \"County\": \"Yorkshire\",\r\n            \"Country\": \"UK\",\r\n            \"PostCode\": \"S1M B4\"\r\n        },\r\n\"MobileNumber\":\"+447410 800100\",\r\n\"HomeNumber\":\"(01300025010)\",\r\n\"WorkNumber\":\"999-999-9102\",\r\n\"EmailMarketing\":true,\r\n\"SMSMarketing\":false,\r\n\"PostalMarketing\":true,\r\n\"HasPreferenceJobAlerts\":true,\r\n\"LinkedIn\":\"https://wwww.linkedin.com/i/NewCandidate-019vcbg5\",\r\n\"CandidateSummary\":\"Test of a candidate summary\",\r\n\"PermanentStatus\":\"immediately-available\",\r\n\"ContractStatus\":\"not-interested\",\r\n\"OwnerUserEmail\":\"recruiter@template.dud\",\r\n\"LegalBasis\":\"legitimate-interest\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{candidates}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"122"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 15:59:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"EmailAddress\": [\n            \"A Candidate already exists with that email address\"\n        ]\n    }\n}"},{"id":"7d9fcbef-0f12-482c-9b80-267976875441","name":"Invalid Dropdown Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"New API\",\r\n\"Surname\":\"Candidate1\",\r\n\"Source\":\"Sourcewhale\",\r\n\"JobTitle\":\"Feedback Tester\",\r\n\"EmailAddress\":\"CandidateEmailAddress02@gsnail.com\",\r\n\"Address\":{\r\n            \"Address1\": \"10b France Drive\",\r\n            \"Address2\": \"Simonton\",\r\n            \"Address3\": \"A Boulevard\",\r\n            \"Town\": \"Bordeux\",\r\n            \"County\": \"Yorkshire\",\r\n            \"Country\": \"UK\",\r\n            \"PostCode\": \"S1M B4\"\r\n        },\r\n\"MobileNumber\":\"+447410 800100\",\r\n\"HomeNumber\":\"(01300025010)\",\r\n\"WorkNumber\":\"999-999-9102\",\r\n\"EmailMarketing\":true,\r\n\"SMSMarketing\":false,\r\n\"PostalMarketing\":true,\r\n\"HasPreferenceJobAlerts\":true,\r\n\"LinkedIn\":\"https://wwww.linkedin.com/a/NewCandidate-019vcbg5\",\r\n\"CandidateSummary\":\"Test of a candidate summary\",\r\n\"PermanentStatus\":\"immediately-availae\",\r\n\"ContractStatus\":\"not-interested\",\r\n\"OwnerUserEmail\":\"recruiter@template.dud\",\r\n\"LegalBasis\":\"legitimate-interest\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{candidates}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"115"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 16:00:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"PermanentStatus\": [\n            \"immediately-availae is not a valid value\"\n        ]\n    }\n}"}],"_postman_id":"42e7f2f6-becd-43a9-94ba-e7bfaee21dbf"},{"name":"Update Candidate Profile","id":"5d5b3921-c86b-4ce6-b39c-f788770ef0e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"\",\r\n\"SurName\":\"\",\r\n\"Source\":\"\",\r\n\"JobTitle\":\"\",\r\n\"EmailAddress\":\"\",\r\n\"Address\":{\r\n            \"Address1\": \"\",\r\n            \"Address2\": \"\",\r\n            \"Address3\": \"\",\r\n            \"Town\": \"\",\r\n            \"County\": \"\",\r\n            \"Country\": \"\",\r\n            \"PostCode\": \"\"\r\n        },\r\n\"MobileNumber\":\"\",\r\n\"HomeNumber\":\"\",\r\n\"WorkNumber\":\"\",\r\n\"EmailMarketing\":false,\r\n\"SMSMarketing\":false,\r\n\"PostalMarketing\":false,\r\n\"HasPreferenceJobAlerts\":false,\r\n\"LinkedIn\":\"\",\r\n\"CandidateSummary\":\"\",\r\n\"PermanentStatus\":\"\",\r\n\"ContractStatus\":\"\",\r\n\"OwnerUserEmail\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{candidates}}{CandidateRef}","description":"<p><strong>Required Scope:</strong> candidatesAPI-write</p>\n<p>This endpoint is used to update a Candidate.</p>\n<img src=\"https://content.pstmn.io/306e3cba-a3d0-45f0-8cac-4b1399c16165/aW1hZ2UucG5n\" width=\"617\" height=\"177\" />\n\n<p>When updating a candidate’s main profile, the nature of the API Request Type means that all fields are updated as per the submission, and so <strong>every available field must be included</strong> as part of the PUT request, otherwise it is treated as <strong>null.</strong></p>\n<p>Every updatable field is available to retrieve first via the GET Candidate Profile. As such, updating candidate record should always be proceeded by a GET Candidate Profile request to ensure that any information that needs to be kept the same can be submitted as well.</p>\n<p>To see a diagram summarising the API Steps taken when updating a Candidate Record, refer to the <a href=\"https://developer.firefishsoftware.com/#42e7f2f6-becd-43a9-94ba-e7bfaee21dbf\">POST Create Candidate Profile Endpoint.</a></p>\n<h1 id=\"request-object\">Request Object:</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>Yes</td>\n<td>The first name of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>string</td>\n<td>Yes</td>\n<td>The surname of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>Source</td>\n<td>string</td>\n<td>Yes</td>\n<td>The source of the candidate.  <br />  <br />The API Profile name can be used as an Always available value.</td>\n<td>Must match the text of an entry in the Candidate Source dropdown.  <br />  <br />Other custom values may be available in Firefish</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>No</td>\n<td>The job title of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>Yes</td>\n<td>The email address of the candidate.</td>\n<td>Must be a unique value when a new value provided - if the value already exists in Firefish, the request will be rejected.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>No</td>\n<td>The address details of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The mobile number of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>HomeNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The home number of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>WorkNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The work number of the candidate.</td>\n<td></td>\n</tr>\n<tr>\n<td>EmailMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether or not the candidate is subscribed to receive email marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>SMSMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether or not the candidate is subscribed to receive sms marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>PostalMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether the candidate is subscribed to Postal Marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>HasPreferenceJobAlerts</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether or not the candidate is subscribed to receive portal marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td>string</td>\n<td>No</td>\n<td>The LinkedIn address of the candidate.</td>\n<td>Must be a unique value when a new value provided - if the value already exists in Firefish, the request will be rejected.</td>\n</tr>\n<tr>\n<td>CandidateSummary</td>\n<td>string</td>\n<td>No</td>\n<td>The candidate’s summary.</td>\n<td></td>\n</tr>\n<tr>\n<td>PermanentStatus</td>\n<td>string</td>\n<td>No</td>\n<td>The permanent status of the candidate.  <br />  <br />Values:  <br /><code>actively-looking</code>  <br /><code>immediately-available</code>  <br /><code>happy-in-current-position</code>  <br /><code>passively-looking</code>  <br /><code>placed-by-us</code>  <br /><code>not-interested</code>  <br />  <br />Or any non-deleted custom statuses, that are lower-case and dash separated.</td>\n<td>Defaults to system default when not provided  <br />  <br />Other custom values may be available in Firefish</td>\n</tr>\n<tr>\n<td>ContractStatus</td>\n<td>string</td>\n<td>No</td>\n<td>The contract status of the candidate.  <br />  <br />Values:  <br /><code>actively-looking</code>  <br /><code>immediately-available</code>  <br /><code>contracting-through-us</code>  <br /><code>currently-in-contract</code>  <br /><code>passively-looking</code>  <br /><code>not-interested</code>  <br />  <br />Or any non-deleted custom statuses, that are lower-case and dash separated.</td>\n<td>Defaults to system default when not provided  <br />  <br />Other custom values may be available in Firefish</td>\n</tr>\n<tr>\n<td>OwnerUserEmail</td>\n<td>string</td>\n<td>No</td>\n<td>The email of the candidate’s owner.</td>\n<td>must be a recognised user email in Firefish when provided</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{candidates}}{CandidateRef}"],"query":[],"variable":[]}},"response":[{"id":"e42901b7-0b8e-4421-b8ef-fef6bf34d3b6","name":"Successful Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"Updated API\",\r\n\"SurName\":\"Candidate01\",\r\n\"Source\":\"Gumtree\",\r\n\"JobTitle\":\"Research Assistant\",\r\n\"EmailAddress\":\"UpdatedEmailCand01@Gsnail.com\",\r\n\"Address\":{\r\n            \"Address1\": \"8 Blackford Hill House\",\r\n            \"Address2\": \"\",\r\n            \"Address3\": \"\",\r\n            \"Town\": \"Edinburgh\",\r\n            \"County\": \"\",\r\n            \"Country\": \"Scotland\",\r\n            \"PostCode\": \"\"\r\n        },\r\n\"MobileNumber\":\"07771110002\",\r\n\"HomeNumber\":\"0523102 3652\",\r\n\"WorkNumber\":\"118 118\",\r\n\"EmailMarketing\":false,\r\n\"SMSMarketing\":false,\r\n\"PostalMarketing\":false,\r\n\"HasPreferenceJobAlerts\":false,\r\n\"LinkedIn\":\"www.linkedin/in/cand-77ZQ22JA8DL0\",\r\n\"CandidateSummary\":\"Hardworking and determinded to assist you in any way I can\",\r\n\"PermanentStatus\":\"not-interested\",\r\n\"ContractStatus\":\"passively-looking\",\r\n\"OwnerUserEmail\":\"superuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{candidates}}48831"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 16:08:03 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"c7d148d0-b78c-40fa-a8fc-b0ab967f8926","name":"Duplicate Email Error example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"Updated API\",\r\n\"SurName\":\"Candidate01\",\r\n\"Source\":\"Gumtree\",\r\n\"JobTitle\":\"Research Assistant\",\r\n\"EmailAddress\":\"AllanBasta@testmail.com.dud\",\r\n\"Address\":{\r\n            \"Address1\": \"8 Blackford Hill House\",\r\n            \"Address2\": \"\",\r\n            \"Address3\": \"\",\r\n            \"Town\": \"Edinburgh\",\r\n            \"County\": \"\",\r\n            \"Country\": \"Scotland\",\r\n            \"PostCode\": \"\"\r\n        },\r\n\"MobileNumber\":\"07771110002\",\r\n\"HomeNumber\":\"0523102 3652\",\r\n\"WorkNumber\":\"118 118\",\r\n\"EmailMarketing\":false,\r\n\"SMSMarketing\":false,\r\n\"PostalMarketing\":false,\r\n\"HasPreferenceJobAlerts\":false,\r\n\"LinkedIn\":\"www.linkedin/in/cand-77ZQ22JA8DL0\",\r\n\"CandidateSummary\":\"Hardworking and determinded to assist you in any way I can\",\r\n\"PermanentStatus\":\"not-interested\",\r\n\"ContractStatus\":\"passively-looking\",\r\n\"OwnerUserEmail\":\"superuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{candidates}}48831"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"122"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 16:09:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"EmailAddress\": [\n            \"A Candidate already exists with that email address\"\n        ]\n    }\n}"}],"_postman_id":"5d5b3921-c86b-4ce6-b39c-f788770ef0e1"},{"name":"Upload Candidate Document","id":"4649211a-6162-40b4-aa55-34b17fe022fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"type","value":"CV","type":"text","description":"<p>Available types: \"CV\", \"InterviewNotes\", \"Other\"</p>\n"},{"key":"files","type":"file","value":null}]},"url":"{{hostName}}{{candidates}}{candidateRef}/documents","description":"<p><strong>Required Scope:</strong> candidatesAPI-write</p>\n<p>This endpoint is used to upload a candidate document.</p>\n<img src=\"https://content.pstmn.io/03a7e3ba-6841-4678-8f70-6219493f58e0/aW1hZ2UucG5n\" width=\"617\" height=\"146\" />\n\n<p>The valid types currently available are:</p>\n<ul>\n<li><p>“CV” - this will attach the document as a CV to the associated candidate's record.</p>\n</li>\n<li><p>\"InterviewNotes\" - this will attached the document as an Interview Note on the associated candidate's record</p>\n</li>\n<li><p>\"Other\" - this will attached the document to the \"Other\" section on the associated candidate's record</p>\n</li>\n</ul>\n<p>The valid file types are:</p>\n<ul>\n<li><p>“CV”: .docx, .doc, .rtf, .pdf, .tif</p>\n</li>\n<li><p>\"InterviewNotes\" and \"Other\": .docx .doc .rtf .txt .xlsx .xls .jpg .jpeg .gif .png .pdf .vsd .dot .ppt .ppt, .eml, .msg</p>\n</li>\n</ul>\n<p>Files cannot be greater than 10Mb in size.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["documents"],"host":["{{hostName}}{{candidates}}{candidateRef}"],"query":[],"variable":[]}},"response":[{"id":"c44a29e0-f5fc-49c6-865b-75930aeea0ac","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"type","value":"CV","type":"text"},{"key":"files","type":"file","src":"kTCxLYAMO/Profile (1).pdf"}]},"url":"https://{{hostName}}{{candidates}}48272/documents"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 16:17:52 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"557f47a7-9d43-4785-a252-48d0c2fa7268","name":"Invalid File Type Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"type","value":"CV","type":"text"},{"key":"files","type":"file","src":"F_oUFBRvv/40992 - Report.rpt"}]},"url":"https://{{hostName}}{{candidates}}48272/documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"190"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 16:18:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The selected file type is not supported. See the list of supported types below:<br/><br/>Microsoft Word (*.docx, *.doc)<br />Adobe PDF (*.pdf)<br />Rich Text Format(*.rtf)<br/>\"\n}"}],"_postman_id":"4649211a-6162-40b4-aa55-34b17fe022fe"},{"name":"Add Candidate Employment History","id":"f3b48d8d-8994-4b06-a844-fb461b167583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"CompanyRef\": \"\",\r\n\"JobTitle\": \"\",\r\n\"IsCurrent\": false,\r\n\"FromMonth\": \"\",\r\n\"FromYear\": \"\",\r\n\"ToMonth\": \"\",\r\n\"ToYear\": \"\",\r\n\"Notes\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{candidates}}{candidateRef}/employment","description":"<p><strong>Required Scope:</strong> candidatesAPI-write</p>\n<p>This endpoint adds employment history to an existing candidate.</p>\n<img src=\"https://content.pstmn.io/a3920b68-e491-4d7f-b779-e4cf64eafa64/aW1hZ2UucG5n\" width=\"614\" height=\"154\" />\n\n<p>Note that this is not currently possible to remove or edit existing employment history entries via the API. To update existing Employment History entries, this must be done by the user in Firefish directly.</p>\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CompanyRef</td>\n<td>integer</td>\n<td>Yes</td>\n<td>The unique reference of the associated Company in Firefish.</td>\n<td>Must be a valid CompanyRef for a company in Firefish</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>Yes</td>\n<td>The job title of the Employment.</td>\n<td></td>\n</tr>\n<tr>\n<td>IsCurrent</td>\n<td>bool</td>\n<td>Yes</td>\n<td>Is the Employment on going?</td>\n<td></td>\n</tr>\n<tr>\n<td>FromMonth</td>\n<td>integer</td>\n<td>Yes</td>\n<td>The month the Employment started.</td>\n<td>Must be between 1-12</td>\n</tr>\n<tr>\n<td>FromYear</td>\n<td>integer</td>\n<td>Yes</td>\n<td>The year the Employment started.</td>\n<td>Must be between 1900 – 9999</td>\n</tr>\n<tr>\n<td>ToMonth</td>\n<td>integer</td>\n<td>No</td>\n<td>The month the Employment ended.</td>\n<td>Must be between 1-12</td>\n</tr>\n<tr>\n<td>ToYear</td>\n<td>integer</td>\n<td>No</td>\n<td>The year the Employment ended.</td>\n<td>Must be between 1900 – 9999</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>No</td>\n<td>Any notes to add against the Employment.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["employment"],"host":["{{hostName}}{{candidates}}{candidateRef}"],"query":[],"variable":[]}},"response":[{"id":"b2d90aa6-19da-43ce-a0f0-0814525e0ad9","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"CompanyRef\": 92813,\r\n\"JobTitle\": \"Engineer\",\r\n\"IsCurrent\": false,\r\n\"FromMonth\": 3,\r\n\"FromYear\": 2015,\r\n\"ToMonth\": 5,\r\n\"ToYear\": 2020,\r\n\"Notes\": \"This is a test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{candidates}}/48272/employment"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 16:22:18 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"98c0969b-5914-4856-b4a6-920b1d132778","name":"Validation Error examples","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"CompanyRef\": \"\",\r\n\"JobTitle\": \"\",\r\n\"IsCurrent\": false,\r\n\"FromMonth\": \"\",\r\n\"FromYear\": \"\",\r\n\"ToMonth\": \"\",\r\n\"ToYear\": \"\",\r\n\"Notes\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{candidates}}48272/employment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"459"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 16:24:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"candidateEmploymentInputDto.CompanyRef\": [\n            \"An error has occurred.\",\n            \"Invalid value for CompanyRef\"\n        ],\n        \"candidateEmploymentInputDto.FromMonth\": [\n            \"An error has occurred.\",\n            \"The field FromMonth must be between 1 and 12.\"\n        ],\n        \"candidateEmploymentInputDto.FromYear\": [\n            \"An error has occurred.\",\n            \"The field FromYear must be between 1900 and 9999.\"\n        ],\n        \"candidateEmploymentInputDto.JobTitle\": [\n            \"The JobTitle field is required.\"\n        ]\n    }\n}"}],"_postman_id":"f3b48d8d-8994-4b06-a844-fb461b167583"},{"name":"Add Candidate Education","id":"366d2618-ae7e-4296-878e-6bae5c36c871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"Establishment\": \"\",\r\n\"Qualification\": \"\",\r\n\"Course\": \"\",\r\n\"FromMonth\": \"\",\r\n\"FromYear\": \"\",\r\n\"ToMonth\": \"\",\r\n\"ToYear\": \"\",\r\n\"Notes\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{candidates}}{candidateRef}/education","description":"<p><strong>Required Scope:</strong> candidatesAPI-write</p>\n<p>This endpoint adds education history to an existing candidate.</p>\n<img src=\"https://content.pstmn.io/f2f64cd0-a833-408d-8577-cabbcb236ec6/aW1hZ2UucG5n\" width=\"601\" height=\"158\" />\n\n<p>Note that this is not currently possible to remove or edit existing education history entries via the API. To update existing education history entries, this must be done by the user in Firefish directly.</p>\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Establishment</td>\n<td>string</td>\n<td>Yes</td>\n<td>The establishment of the Education.</td>\n<td></td>\n</tr>\n<tr>\n<td>Qualification</td>\n<td>string</td>\n<td>Yes</td>\n<td>The qualification of the Education.</td>\n<td></td>\n</tr>\n<tr>\n<td>Course</td>\n<td>string</td>\n<td>No</td>\n<td>The course of the Education.</td>\n<td></td>\n</tr>\n<tr>\n<td>FromMonth</td>\n<td>integer</td>\n<td>No</td>\n<td>The month the Education started.</td>\n<td>Must be between 1-12</td>\n</tr>\n<tr>\n<td>FromYear</td>\n<td>integer</td>\n<td>Yes</td>\n<td>The year the Education started.</td>\n<td>Must be between 1900 - 9999</td>\n</tr>\n<tr>\n<td>ToMonth</td>\n<td>integer</td>\n<td>No</td>\n<td>The month the Education ended.</td>\n<td>Must be between 1 - 12, or -1 for unknown</td>\n</tr>\n<tr>\n<td>ToYear</td>\n<td>integer</td>\n<td>Yes</td>\n<td>The year the Education ended.</td>\n<td>Must be between 1900 - 9999, or -1 for unknown</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>No</td>\n<td>Any notes to add against the Education.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["education"],"host":["{{hostName}}{{candidates}}{candidateRef}"],"query":[],"variable":[]}},"response":[{"id":"211e6d23-b251-4d40-96ef-ba88b3a561a7","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"Establishment\": \"Edinburgh University\",\r\n\"Qualification\": \"BEng\",\r\n\"Course\": \"Software Engineering\",\r\n\"FromMonth\": 9,\r\n\"FromYear\": 2016,\r\n\"ToMonth\": 6,\r\n\"ToYear\": 2020,\r\n\"Notes\": \"4 year Degree\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{candidates}}/48272/education"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 16:23:59 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"4009f9cd-1594-4642-8b72-53934e604dba","name":"Validation Error Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"Establishment\": \"\",\r\n\"Qualification\": \"\",\r\n\"Course\": \"\",\r\n\"FromMonth\": \"\",\r\n\"FromYear\": \"\",\r\n\"ToMonth\": \"\",\r\n\"ToYear\": \"\",\r\n\"Notes\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{candidates}}/48272/education"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"440"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 16:25:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"candidateEducationWriteParametersDto.FromYear\": [\n            \"An error has occurred.\",\n            \"The field FromYear must be between 1900 and 9999.\"\n        ],\n        \"candidateEducationWriteParametersDto.ToYear\": [\n            \"An error has occurred.\"\n        ],\n        \"candidateEducationWriteParametersDto.Establishment\": [\n            \"The Establishment field is required.\"\n        ],\n        \"candidateEducationWriteParametersDto.Qualification\": [\n            \"The Qualification field is required.\"\n        ]\n    }\n}"}],"_postman_id":"366d2618-ae7e-4296-878e-6bae5c36c871"},{"name":"Add Candidate Note","id":"0460ef12-5058-46db-8382-853772d6e1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"note\":\"\"}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{candidates}}{candidateRef}/activity/notes","description":"<p><strong>Required Scope:</strong> candidatesAPI-write</p>\n<p>This endpoint is used to add a recent activity note for a Candidate.</p>\n<img src=\"https://content.pstmn.io/a4a18e25-166a-4335-9253-249e472bb972/aW1hZ2UucG5n\" width=\"614\" height=\"167\" />\n\n<p>This endpoint is only suitable for miscellaneous system notes required by the application using it and should not be used for recording any information that a user would want to track or report against.</p>\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Note</td>\n<td>string</td>\n<td>Yes</td>\n<td>The note to add to the Candidate</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["activity","notes"],"host":["{{hostName}}{{candidates}}{candidateRef}"],"query":[],"variable":[]}},"response":[{"id":"e2cbe12a-2ce2-4157-b961-0d3319d37fc0","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"note\":\"Testing\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{candidates}}48272/activity/notes"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Feb 2024 16:26:26 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0460ef12-5058-46db-8382-853772d6e1a7"}],"id":"502eac1e-98b6-4bac-9a7f-b6f75420be7d","description":"<p>The Firefish Candidates Application Programming Interface (API) is a JavaScript Object Notation (JSON) API and it provides access to all candidates made within the Firefish system. This includes the details of a candidate search result, and other details such as candidate details, candidate references, candidate preferences, candidate pay details and candidate actions.</p>\n<p>The candidate search result is a basic candidate object with an option to get more details from a candidate complex object.</p>\n<p>This API also provides write access so that Candidate information can be created and/or updated.</p>\n<p>It can be used to integrate this data into other platforms, such as Reporting Suites, Communications Platforms or Marketing Automation products.</p>\n<h1 id=\"available-permission-scopes\">Available Permission Scopes:</h1>\n<ul>\n<li>candidatesAPI-read</li>\n<li>candidatesAPI-write</li>\n</ul>\n","_postman_id":"502eac1e-98b6-4bac-9a7f-b6f75420be7d","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Companies","item":[{"name":"Company Search","id":"07d62d90-fb48-4c9c-9a35-d2783231abaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{companiesSearchPath}}","description":"<p><strong>Required Scope:</strong> companiesAPI-read</p>\n<p>This endpoint is used to search for companies within the Firefish system.</p>\n<p>By default, when no query parameters are provided, the search will return a basic companies object for companies that have been created, or updated, within the last 7 days. The search will do a LIKE comparison for any of the string parameters.</p>\n<p>Two characters is the minimum allowed to perform a search.</p>\n<img src=\"https://content.pstmn.io/260dce4e-2a70-4097-aefd-966f7c292539/aW1hZ2UucG5n\" width=\"604\" height=\"251\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<p>The <code>CompanySearchResult</code> object provides a high-level summary for each individual company which satisfies the given search criteria.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>int</td>\n<td>The unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td>The name of the associated company.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>The address details of the associated company.</td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>string</td>\n<td>The phone number of the associated company.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td>The email address of the associated company.</td>\n</tr>\n<tr>\n<td>IsArchived</td>\n<td>bool</td>\n<td>Whether or not the associated company is archived.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the person that has created the company.</td>\n</tr>\n<tr>\n<td>Created</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the associated company.</td>\n</tr>\n<tr>\n<td>UpdatedBy</td>\n<td>string</td>\n<td>The full name of the person that has updated the company.</td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>date-time</td>\n<td>ISO-8601 last updated date of the associated company.</td>\n</tr>\n<tr>\n<td>LastActionRef</td>\n<td>int</td>\n<td>The unique reference of the last action for the associated company.</td>\n</tr>\n<tr>\n<td>LastActionName</td>\n<td>string</td>\n<td>The name of the last action for the associated company.</td>\n</tr>\n<tr>\n<td>LastActionDate</td>\n<td>date-time</td>\n<td>ISO-8601 date of the last action for the associated company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"address\">Address</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Address1</td>\n<td>string</td>\n<td>Address line 1.</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>string</td>\n<td>Address line 2.</td>\n</tr>\n<tr>\n<td>Address3</td>\n<td>string</td>\n<td>Address line 3.</td>\n</tr>\n<tr>\n<td>Town</td>\n<td>string</td>\n<td>The town/city for the address.</td>\n</tr>\n<tr>\n<td>County</td>\n<td>string</td>\n<td>The county/district/state in which the given address resides.</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>string</td>\n<td>The country in which the address resides.</td>\n</tr>\n<tr>\n<td>PostCode</td>\n<td>string</td>\n<td>The postal/ZIP code for the address.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{companiesSearchPath}}"],"query":[{"disabled":true,"description":{"content":"<p>The first company created/updated from this date will be retrieved. Defaults to \"Today minus 7 days\" when not provided.</p>\n","type":"text/plain"},"key":"from-date","value":"date or datetime"},{"disabled":true,"description":{"content":"<p>The last company created/updated to this date will be retrieved. Defaults to \"today\" when not provided.</p>\n","type":"text/plain"},"key":"to-date","value":"date or datetime"},{"disabled":true,"description":{"content":"<p>Determines whether or not the companies' Updated Dates should be used instead of the default Created Dates. Defaults to \"False\" when not provided.</p>\n","type":"text/plain"},"key":"use-updated-dates","value":"boolean"},{"disabled":true,"description":{"content":"<p>Determines whether or not to include archived companies. Defaults to \"False\" when not provided.</p>\n","type":"text/plain"},"key":"include-archived","value":"boolean"},{"disabled":true,"description":{"content":"<p>The companies matching the name will be retrieved</p>\n","type":"text/plain"},"key":"name","value":"string"},{"disabled":true,"description":{"content":"<p>The companies matching the town will be retrieved</p>\n","type":"text/plain"},"key":"town","value":"string"},{"disabled":true,"description":{"content":"<p>The companies matching the postcode will be retrieved</p>\n","type":"text/plain"},"key":"postcode","value":"string"},{"disabled":true,"description":{"content":"<p>The companies matching the email will be retrieved</p>\n","type":"text/plain"},"key":"email-address","value":"string"},{"disabled":true,"description":{"content":"<p>The phone number on Company records that exactly contain the value submitted.</p>\n","type":"text/plain"},"key":"company-phone-number","value":"string"},{"disabled":true,"description":{"content":"<p>Only companies that have their most recent action after this date will be retrieved</p>\n","type":"text/plain"},"key":"last-action-date-from","value":"date or datetime"},{"disabled":true,"description":{"content":"<p>Only companies that have their most recent action before this date will be retrieved.</p>\n","type":"text/plain"},"key":"last-action-date-to","value":"date or datetime"},{"disabled":true,"description":{"content":"<p>The most recent action Companies must have to be retrieved</p>\n","type":"text/plain"},"key":"last-action-name","value":"string"}],"variable":[]}},"response":[{"id":"e53bbb7c-e428-4d28-8000-fa0be92daa32","name":"Successful Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{companiesSearchPath}}?from-date=2022-03-01","protocol":"https","host":["{{hostName}}{{companiesSearchPath}}"],"query":[{"key":"from-date","value":"2022-03-01","description":"The first company created/updated from this date will be retrieved"},{"key":"to-date","value":"2022-11-01","description":"The last company created/updated to this date will be retrieved","disabled":true},{"key":"use-updated-dates","value":"true","description":"Determines whether or not the companies' Updated Dates should be used instead of the default Created Dates","disabled":true},{"key":"include-archived","value":"true","description":"Determines whether or not to include archived companies","disabled":true},{"key":"name","value":"Ag","description":"The companies matching the name will be retrieved","disabled":true},{"key":"town","value":"Gl","description":"The companies matching the town will be retrieved","disabled":true},{"key":"postcode","value":"EH","description":"The companies matching the postcode will be retrieved","disabled":true},{"key":"email-address","value":"Te","description":"The companies matching the email will be retrieved","disabled":true},{"key":"company-phone-number","value":"01","description":"The phone number to which companies will be retrieved","disabled":true},{"key":"last-action-date-from","value":"2021-05-25","disabled":true},{"key":"last-action-date-to","value":"2023-08-31","disabled":true},{"key":"last-action-name","value":"create","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"3606"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 14:09:26 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Ref\": 92814,\n        \"Name\": \"JD Dev\",\n        \"Address\": {\n            \"Address1\": null,\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": null,\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": null\n        },\n        \"PhoneNumber\": null,\n        \"Email\": null,\n        \"OwnerUserEmail\": \"molly.emberley@quba.solutions\",\n        \"IsArchived\": false,\n        \"CreatedBy\": \"Molly Emberley\",\n        \"Created\": \"2024-01-08T17:13:18.613Z\",\n        \"UpdatedBy\": \"Molly Emberley\",\n        \"Updated\": \"2024-01-08T17:13:18.613Z\",\n        \"LastActionRef\": 79372,\n        \"LastActionName\": \"Create Company\",\n        \"LastActionDate\": \"2024-01-08T17:13:18.693Z\"\n    },\n    {\n        \"Ref\": 92813,\n        \"Name\": \"SynergyGroup\",\n        \"Address\": {\n            \"Address1\": null,\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": \"London\",\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": \"WC2A 2JR\"\n        },\n        \"PhoneNumber\": null,\n        \"Email\": null,\n        \"OwnerUserEmail\": null,\n        \"IsArchived\": false,\n        \"CreatedBy\": \"Leon Penny\",\n        \"Created\": \"2023-09-22T13:57:40.280Z\",\n        \"UpdatedBy\": \"Leon Penny\",\n        \"Updated\": \"2023-09-22T13:57:40.280Z\",\n        \"LastActionRef\": 79374,\n        \"LastActionName\": \"Notes - Meeting Notes\",\n        \"LastActionDate\": \"2024-01-12T15:02:47.657Z\"\n    },\n    {\n        \"Ref\": 92812,\n        \"Name\": \"Synergy\",\n        \"Address\": {\n            \"Address1\": \"7 Bell Yard\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": \"London\",\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": \"WC2A 2JR\"\n        },\n        \"PhoneNumber\": \"020 3551 7773\",\n        \"Email\": \"leon.penny@synergygrp.co.uk\",\n        \"OwnerUserEmail\": null,\n        \"IsArchived\": false,\n        \"CreatedBy\": \"Leon Penny\",\n        \"Created\": \"2023-03-16T11:48:33.523Z\",\n        \"UpdatedBy\": \"Leon Penny\",\n        \"Updated\": \"2023-03-16T11:48:33.523Z\",\n        \"LastActionRef\": 79361,\n        \"LastActionName\": \"Left Company\",\n        \"LastActionDate\": \"2023-03-23T13:29:29.870Z\"\n    },\n    {\n        \"Ref\": 92811,\n        \"Name\": \"AXA\",\n        \"Address\": {\n            \"Address1\": null,\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": \"Glasgow\",\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": \"G49XA\"\n        },\n        \"PhoneNumber\": null,\n        \"Email\": null,\n        \"OwnerUserEmail\": \"recruiter@template.dud\",\n        \"IsArchived\": false,\n        \"CreatedBy\": \"Recruiter Role\",\n        \"Created\": \"2022-03-18T00:00:00.000Z\",\n        \"UpdatedBy\": \"Recruiter Role\",\n        \"Updated\": \"2022-03-18T00:00:00.000Z\",\n        \"LastActionRef\": 79066,\n        \"LastActionName\": \"Create Company\",\n        \"LastActionDate\": \"2022-03-18T13:00:38.217Z\"\n    },\n    {\n        \"Ref\": 92808,\n        \"Name\": \"Employer\",\n        \"Address\": {\n            \"Address1\": \"Employer Address 1\",\n            \"Address2\": \"Employer Address 2\",\n            \"Address3\": \"Employer Address 3\",\n            \"Town\": \"Employer Town\",\n            \"County\": \"Employer County\",\n            \"Country\": \"Employer Country\",\n            \"PostCode\": \"EMPLOYER PC\"\n        },\n        \"PhoneNumber\": null,\n        \"Email\": \"employer@template.dud\",\n        \"OwnerUserEmail\": \"superuser@template.dud\",\n        \"IsArchived\": false,\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2022-03-02T00:00:00.000Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2022-03-02T00:00:00.000Z\",\n        \"LastActionRef\": 79320,\n        \"LastActionName\": \"Email\",\n        \"LastActionDate\": \"2022-07-13T17:03:47.127Z\"\n    },\n    {\n        \"Ref\": 92809,\n        \"Name\": \"Employer HQ\",\n        \"Address\": {\n            \"Address1\": \"EHQ Address 1\",\n            \"Address2\": \"EHQ Address 2\",\n            \"Address3\": \"EHQ Address 3\",\n            \"Town\": \"EHQ Town\",\n            \"County\": \"EHQ County\",\n            \"Country\": \"EHQ Country\",\n            \"PostCode\": \"EHQ PC\"\n        },\n        \"PhoneNumber\": null,\n        \"Email\": \"employer.hq@template.dud\",\n        \"OwnerUserEmail\": \"superuser@template.dud\",\n        \"IsArchived\": false,\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2022-03-02T00:00:00.000Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2022-03-02T00:00:00.000Z\",\n        \"LastActionRef\": 79029,\n        \"LastActionName\": \"Create Company\",\n        \"LastActionDate\": \"2022-03-02T21:02:14.607Z\"\n    },\n    {\n        \"Ref\": 92810,\n        \"Name\": \"Employer Accounts\",\n        \"Address\": {\n            \"Address1\": \"EA Address 1\",\n            \"Address2\": \"EA Address 2\",\n            \"Address3\": \"EA Address 3\",\n            \"Town\": \"EA Town\",\n            \"County\": \"EA County\",\n            \"Country\": \"EA Country\",\n            \"PostCode\": \"EA PC\"\n        },\n        \"PhoneNumber\": null,\n        \"Email\": \"email@ea.dud\",\n        \"OwnerUserEmail\": \"superuser@template.dud\",\n        \"IsArchived\": false,\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2022-03-02T00:00:00.000Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2022-03-02T00:00:00.000Z\",\n        \"LastActionRef\": 79030,\n        \"LastActionName\": \"Create Company\",\n        \"LastActionDate\": \"2022-03-02T21:05:54.443Z\"\n    }\n]"},{"id":"aecade7c-b622-456d-9c69-7c8f3beae9b3","name":"400 Bad Request example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{companiesSearchPath}}?from-date=2022-0","protocol":"https","host":["{{hostName}}{{companiesSearchPath}}"],"query":[{"key":"to-date","value":"2022-11-01","description":"The last company created/updated to this date will be retrieved","disabled":true},{"key":"use-updated-dates","value":"true","description":"Determines whether or not the companies' Updated Dates should be used instead of the default Created Dates","disabled":true},{"key":"include-archived","value":"true","description":"Determines whether or not to include archived companies","disabled":true},{"key":"name","value":"Ag","description":"The companies matching the name will be retrieved","disabled":true},{"key":"town","value":"Gl","description":"The companies matching the town will be retrieved","disabled":true},{"key":"postcode","value":"EH","description":"The companies matching the postcode will be retrieved","disabled":true},{"key":"email-address","value":"Te","description":"The companies matching the email will be retrieved","disabled":true},{"key":"company-phone-number","value":"01","description":"The phone number to which companies will be retrieved","disabled":true},{"key":"last-action-date-from","value":"2021-05-25","disabled":true},{"key":"last-action-date-to","value":"2023-08-31","disabled":true},{"key":"last-action-name","value":"create","type":"text","disabled":true},{"key":"from-date","value":"2022-0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"112"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 14:10:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"companySearchParameters.FromDate\": [\n            \"Invalid date format.\"\n        ]\n    }\n}"}],"_postman_id":"07d62d90-fb48-4c9c-9a35-d2783231abaa"},{"name":"Company Profile","id":"02814dfd-c2f5-482c-b14c-215e6d3448b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{companies}}{CompanyRef}","description":"<p><strong>Required Scope:</strong> companiesAPI-read</p>\n<p>This endpoint requires the company reference to be supplied, which can be obtained from the search results. It returns full company object.</p>\n<img src=\"https://content.pstmn.io/3c0694a6-56bb-4f4d-85ba-bd0faa227a09/aW1hZ2UucG5n\" width=\"608\" height=\"155\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>int</td>\n<td>The unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td>The name of the associated company.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>The address details of the associated company.</td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>string</td>\n<td>The phone number of the associated company.</td>\n</tr>\n<tr>\n<td>IsArchived</td>\n<td>bool</td>\n<td>Whether or not the associated company is archived.</td>\n</tr>\n<tr>\n<td>ParentCompanyRef</td>\n<td>int</td>\n<td>The parent company’s unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>ParentCompanyName</td>\n<td>string</td>\n<td>The parent company’s name for the associated company.</td>\n</tr>\n<tr>\n<td>IsParentCompany</td>\n<td>bool</td>\n<td>Whether or not the associated company is a parent company.</td>\n</tr>\n<tr>\n<td>OwnerUserRef</td>\n<td>int</td>\n<td>The unique reference of the owner recruiter of the associated company.</td>\n</tr>\n<tr>\n<td>OwnerUser</td>\n<td>string</td>\n<td>The full name of the owner recruiter of the associated company.</td>\n</tr>\n<tr>\n<td>OwnerUserEmail</td>\n<td>String</td>\n<td>The email address of the owner recruiter of the associated company.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>The status of the associated company.</td>\n</tr>\n<tr>\n<td>PrimaryIndustrySector</td>\n<td>string</td>\n<td>The primary industry sector for the associated company.</td>\n</tr>\n<tr>\n<td>SecondaryIndustrySector</td>\n<td>string</td>\n<td>The secondary industry sector for the associated company.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>string</td>\n<td>The type for the associated company.</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>string</td>\n<td>The source for the associated company.</td>\n</tr>\n<tr>\n<td>Size</td>\n<td>string</td>\n<td>The size for the associated company.</td>\n</tr>\n<tr>\n<td>Turnover</td>\n<td>long</td>\n<td>The turnover for the associated company.</td>\n</tr>\n<tr>\n<td>Website</td>\n<td>string</td>\n<td>The website of the associated company.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td>The email address of the associated company.</td>\n</tr>\n<tr>\n<td>CareersUrl</td>\n<td>string</td>\n<td>The careers link of the associated company.</td>\n</tr>\n<tr>\n<td>Facebook</td>\n<td>string</td>\n<td>The Facebook address of the associated company.</td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td>string</td>\n<td>The LinkedIn address of the associated company.</td>\n</tr>\n<tr>\n<td>Twitter</td>\n<td>string</td>\n<td>The Twitter handle of the associated company.</td>\n</tr>\n<tr>\n<td>Video</td>\n<td>string</td>\n<td>The video link of the associated company.</td>\n</tr>\n<tr>\n<td>InsuranceNumber</td>\n<td>string</td>\n<td>The insurance number of the associated company.</td>\n</tr>\n<tr>\n<td>LtdRegistration</td>\n<td>string</td>\n<td>The registration number for of the associated company.</td>\n</tr>\n<tr>\n<td>VATNumber</td>\n<td>string</td>\n<td>The VAT number for the associated company.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>The description for the associated company.</td>\n</tr>\n<tr>\n<td>Disciplines</td>\n<td>string</td>\n<td>Any hiring disciplines for the associated company. This would be retrieved as a comma separated list of disciplines in which the parent discipline is also outputted separated with colon.</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>string</td>\n<td>Any hiring locations for the associated company. This would be retrieved as a comma separated list of locations in which the parent location is also outputted separated with colon.</td>\n</tr>\n<tr>\n<td>Specialisations</td>\n<td>string</td>\n<td>Any hiring specialisations for the associated company. This would be retrieved as a comma separated list of specialisations in which the parent specialisation is also outputted separated with colon.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the person that has created the company.</td>\n</tr>\n<tr>\n<td>Created</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the associated company.</td>\n</tr>\n<tr>\n<td>UpdatedBy</td>\n<td>string</td>\n<td>The full name of the person that has updated the company.</td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>date-time</td>\n<td>ISO-8601 last updated date of the associated company.</td>\n</tr>\n<tr>\n<td>CompanyURL</td>\n<td>string</td>\n<td>The website URL needed to navigate to the associated company's profile in Firefish</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{companies}}{CompanyRef}"],"query":[],"variable":[]}},"response":[{"id":"13912b7c-c741-4063-8cbe-e85369543a42","name":"Successful example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{companies}}/92811"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"921"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 14:26:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ref\": 92811,\n    \"Name\": \"AXA\",\n    \"Address\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"Address3\": null,\n        \"Town\": \"Glasgow\",\n        \"County\": null,\n        \"Country\": null,\n        \"PostCode\": \"G49XA\"\n    },\n    \"PhoneNumber\": null,\n    \"IsArchived\": false,\n    \"ParentCompanyRef\": null,\n    \"ParentCompanyName\": null,\n    \"IsParentCompany\": false,\n    \"OwnerUserRef\": 48790,\n    \"OwnerUser\": \"Recruiter Role\",\n    \"OwnerUserEmail\": \"recruiter@template.dud\",\n    \"Status\": \"Client\",\n    \"PrimaryIndustrySector\": \"Technology & Telecommunications\",\n    \"SecondaryIndustrySector\": null,\n    \"Type\": null,\n    \"Source\": null,\n    \"Size\": \"750+ employees\",\n    \"Turnover\": null,\n    \"Website\": \"www.example.co.uk\",\n    \"Email\": null,\n    \"CareersUrl\": null,\n    \"Facebook\": null,\n    \"LinkedIn\": null,\n    \"Twitter\": null,\n    \"Video\": null,\n    \"InsuranceNumber\": null,\n    \"LtdRegistration\": null,\n    \"VATNumber\": null,\n    \"Description\": null,\n    \"Disciplines\": null,\n    \"Locations\": null,\n    \"Specialisations\": null,\n    \"CreatedBy\": \"Recruiter Role\",\n    \"Created\": \"2022-03-18T00:00:00.000Z\",\n    \"UpdatedBy\": \"Recruiter Role\",\n    \"Updated\": \"2022-03-18T00:00:00.000Z\"\n}"},{"id":"7a4696e4-4ae7-4e41-a346-9cd453acb80a","name":"401 Unauthorised","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{companies}}/92811"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 14:38:02 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"04082162-2e58-456e-9b2d-963c9b33151f","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{companies}}/9281"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 14:38:38 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"02814dfd-c2f5-482c-b14c-215e6d3448b5"},{"name":"Company Terms","id":"8bfcadce-3fd1-4f31-a7d2-6fb6d16905a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{companies}}{CompanyRef}/terms","description":"<p><strong>Available Scopes:</strong> companiesAPI-read, placementdetailsAPI-read</p>\n<p>This endpoint is used to retrieve companies’ terms information.</p>\n<p>This endpoint requires the company reference to be supplied, which can be obtained from the search results.</p>\n<h1 id=\"response-objects\">Response Objects</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>PermanentTermsType</td>\n<td>string</td>\n<td>The type of the permanent terms for the associated company. Example: “Standard” or “Custom”.</td>\n</tr>\n<tr>\n<td>PermanentBandings</td>\n<td>Bandings</td>\n<td>The bandings for the associated company.</td>\n</tr>\n<tr>\n<td>HasPermanentTermsDocument</td>\n<td>bool</td>\n<td>Whether or not the associated company has permanent terms document attached.</td>\n</tr>\n<tr>\n<td>PermanentRecruiterUserRef</td>\n<td>int</td>\n<td>The permanent recruiter user reference number for the associated company.</td>\n</tr>\n<tr>\n<td>PermanentRecruiterUser</td>\n<td>string</td>\n<td>The name of the permanent recruiter user for the associated company.</td>\n</tr>\n<tr>\n<td>PermanentReviewDate</td>\n<td>date</td>\n<td>The permanent review date for the associated company.</td>\n</tr>\n<tr>\n<td>ContractRecruiterRef</td>\n<td>int</td>\n<td>The contract recruiter user reference number for the associated company.</td>\n</tr>\n<tr>\n<td>ContractRecruiterUser</td>\n<td>string</td>\n<td>The name of the contract recruiter user for the associated company.</td>\n</tr>\n<tr>\n<td>ContractReviewDate</td>\n<td>date</td>\n<td>The contract review date for the associated company.</td>\n</tr>\n<tr>\n<td>ContractPaymentTerms</td>\n<td>string</td>\n<td>The contract payment terms for the associated company.</td>\n</tr>\n<tr>\n<td>ContractInvoiceFrequency</td>\n<td>string</td>\n<td>The contract invoice frequency for the associated company.</td>\n</tr>\n<tr>\n<td>ContractInvoiceCycle</td>\n<td>string</td>\n<td>The contract invoice cycle for the associated company.</td>\n</tr>\n<tr>\n<td>ContractAgreedRate</td>\n<td>decimal</td>\n<td>The contract agreed rate for the associated company.</td>\n</tr>\n<tr>\n<td>HasContractTermsDocument</td>\n<td>bool</td>\n<td>Whether or not the associated company has contract terms document attached.</td>\n</tr>\n<tr>\n<td>CreditStatus</td>\n<td>string</td>\n<td>The credit status for the associated company.</td>\n</tr>\n<tr>\n<td>CreditLimit</td>\n<td>decimal</td>\n<td>The credit limit for the associated company.</td>\n</tr>\n<tr>\n<td>AccountsReference</td>\n<td>string</td>\n<td>The accounts reference for the associated company.</td>\n</tr>\n<tr>\n<td>CreditStatusNotes</td>\n<td>string</td>\n<td>The credit status notes for the associated company.</td>\n</tr>\n<tr>\n<td>DefaultAccountsContact</td>\n<td>DefaultAccountsContact</td>\n<td>The default account contact for the associated company.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"bandings\">Bandings</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>From</td>\n<td>decimal</td>\n<td>The from value for the banding for the associated company.</td>\n</tr>\n<tr>\n<td>To</td>\n<td>decimal</td>\n<td>The to value for the banding for the associated company.</td>\n</tr>\n<tr>\n<td>Markup</td>\n<td>int</td>\n<td>The markup percentage value for the banding for the associated company.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"default-accounts-contact\">Default Accounts Contact</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>The mobile number of the associated default contact.</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The job title of the associated default contact.</td>\n</tr>\n<tr>\n<td>Ref</td>\n<td>int</td>\n<td>The unique reference number for the associated default contact.</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>The first name of the default contact.</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>string</td>\n<td>The last name of the default contact.</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>The email address of the default contact.</td>\n</tr>\n<tr>\n<td>ContactCompanyRef</td>\n<td>int</td>\n<td>The unique reference number of the default contact's company.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["terms"],"host":["{{hostName}}{{companies}}{CompanyRef}"],"query":[],"variable":[]}},"response":[{"id":"b0ca2fd8-7460-4e29-8762-868a22e15c51","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{companies}}92789/terms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1032"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 14:50:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"CompanyRef\": 92789,\n    \"PermanentTermsType\": \"Custom\",\n    \"PermanentBandings\": [\n        {\n            \"CompanyRef\": 92789,\n            \"From\": 0,\n            \"To\": 29999,\n            \"Markup\": 15\n        },\n        {\n            \"CompanyRef\": 92789,\n            \"From\": 30000,\n            \"To\": 49999,\n            \"Markup\": 20\n        },\n        {\n            \"CompanyRef\": 92789,\n            \"From\": 50000,\n            \"To\": 150000,\n            \"Markup\": 25\n        }\n    ],\n    \"HasPermanentTermsDocument\": false,\n    \"PermanentRecruiterUserRef\": 50789,\n    \"PermanentRecruiterUser\": \"Recruiter Role\",\n    \"PermanentReviewDate\": \"2024-02-22\",\n    \"ContractRecruiterUserRef\": 50786,\n    \"ContractRecruiterUser\": \"Superuser Role\",\n    \"ContractReviewDate\": \"2024-02-15\",\n    \"ContractPaymentTerms\": \"14 Days\",\n    \"ContractInvoiceFrequency\": \"Weekly\",\n    \"ContractInvoiceCycle\": \"31st of the month\",\n    \"ContractAgreedRate\": 20,\n    \"HasContractTermsDocument\": false,\n    \"CreditStatus\": \"Needs Authorisation\",\n    \"CreditStatusCheckedDate\": null,\n    \"CreditLimit\": 500000,\n    \"AccountsReference\": \"123ABC\",\n    \"CreditStatusNotes\": \"Notes provided as a test\",\n    \"DefaultAccountsContact\": {\n        \"MobileNumber\": null,\n        \"JobTitle\": null,\n        \"Ref\": 48641,\n        \"FirstName\": \"tedd\",\n        \"LastName\": \"Pavlou\",\n        \"EmailAddress\": \"alex@bags.co.uk\",\n        \"ContactCompanyRef\": 92789\n    }\n}"}],"_postman_id":"8bfcadce-3fd1-4f31-a7d2-6fb6d16905a6"},{"name":"Company Benefits","id":"c646f821-df60-4884-8844-7c1ecf40e49e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{companies}}{CompanyRef}/benefits","description":"<p><strong>Available Scopes:</strong> companiesAPI-read, placementdetailsAPI-read</p>\n<p>This endpoint is used to retrieve companies’ benefits information.</p>\n<p>This endpoint requires the company reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/a10e86a9-9d80-4952-aa60-1960c42c2464/aW1hZ2UucG5n\" width=\"610\" height=\"156\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>StandardWorkingHours</td>\n<td>string</td>\n<td>The standard working hours for the associated company.</td>\n</tr>\n<tr>\n<td>Holidays</td>\n<td>string</td>\n<td>The holidays for the associated company.</td>\n</tr>\n<tr>\n<td>PensionScheme</td>\n<td>string</td>\n<td>The pension scheme for the associated company.</td>\n</tr>\n<tr>\n<td>TrainingAndCareerDevelopment</td>\n<td>string</td>\n<td>The training and development scheme for the associated company.</td>\n</tr>\n<tr>\n<td>HealthCare</td>\n<td>string</td>\n<td>The health care scheme for the associated company.</td>\n</tr>\n<tr>\n<td>BonusScheme</td>\n<td>string</td>\n<td>The bonus scheme for the associated company.</td>\n</tr>\n<tr>\n<td>CommissionStructure</td>\n<td>string</td>\n<td>The commission structure for the associated company.</td>\n</tr>\n<tr>\n<td>OnCall</td>\n<td>string</td>\n<td>The on-call times for the associated company.</td>\n</tr>\n<tr>\n<td>AdditionalBenefits</td>\n<td>string</td>\n<td>Any additional benefits for the associated company.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["benefits"],"host":["{{hostName}}{{companies}}{CompanyRef}"],"query":[],"variable":[]}},"response":[{"id":"e2e4ccdc-9a31-438e-8343-fc8ccc5d66fd","name":"Successful example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{companies}}92745/benefits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"350"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 16:32:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"CompanyRef\": 92745,\n    \"StandardWorkingHours\": \"9-5, 9-4 on fridays\",\n    \"Holidays\": \"20 days plus bank\",\n    \"PensionScheme\": \"generous\",\n    \"TrainingAndCareerDevelopment\": null,\n    \"HealthCare\": \"private after probation\",\n    \"BonusScheme\": \"none\",\n    \"CommissionStructure\": \"available on sales values above threshold\",\n    \"OnCall\": \"5 days per month\",\n    \"AdditionalBenefits\": \"at discretion\"\n}"}],"_postman_id":"c646f821-df60-4884-8844-7c1ecf40e49e"},{"name":"Company Contacts","id":"8ac1ecbd-9f59-4ad7-b80b-b7c653a93489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{companies}}{CompanyRef}/company-contacts","description":"<p><strong>Available Scopes:</strong> companiesAPI-read, placementdetailsAPI-read</p>\n<p>This endpoint is used to retrieve companies’ contacts.</p>\n<p>This endpoint requires the company reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/d9e604f9-db4d-4ee1-8354-241c223dfc8b/aW1hZ2UucG5n\" width=\"609\" height=\"152\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<p>The CompanyContacts object contains details about any contacts the associated company has. This would bring back the contact reference number and any further contact information can be obtained by doing a further contact API calls.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>ContactRef</td>\n<td>int</td>\n<td>The unique reference number of the contact for the associated company.</td>\n</tr>\n<tr>\n<td>IsCurrentContact</td>\n<td>bool</td>\n<td>Whether or not the contact is a current contact to the associated company.</td>\n</tr>\n<tr>\n<td>IsCurrentEmployee</td>\n<td>bool</td>\n<td>Whether or not the contact is a current employee to the associated company.</td>\n</tr>\n<tr>\n<td>IsPastContact</td>\n<td>bool</td>\n<td>Whether or not the contact is a past contact to the associated company.</td>\n</tr>\n<tr>\n<td>IsPastEmployee</td>\n<td>bool</td>\n<td>Whether or not the contact is a past employee to the associated company.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["company-contacts"],"host":["{{hostName}}{{companies}}{CompanyRef}"],"query":[],"variable":[]}},"response":[{"id":"3ade3b16-d112-4250-b5af-0253f431c00d","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{companies}}92745/company-contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2701"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 16:35:32 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48273,\n        \"IsCurrentContact\": true,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48340,\n        \"IsCurrentContact\": true,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48191,\n        \"IsCurrentContact\": true,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48212,\n        \"IsCurrentContact\": true,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48214,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": true,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48231,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": true,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48810,\n        \"IsCurrentContact\": true,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48812,\n        \"IsCurrentContact\": true,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48608,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": true,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48609,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": true,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48616,\n        \"IsCurrentContact\": true,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48801,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": true\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48804,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": true\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48805,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": true\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48806,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": true,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48807,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": true,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": false\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48814,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": true\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48128,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": true\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48267,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": false,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": true\n    },\n    {\n        \"CompanyRef\": 92745,\n        \"ContactRef\": 48270,\n        \"IsCurrentContact\": false,\n        \"IsCurrentEmployee\": true,\n        \"IsPastContact\": false,\n        \"IsPastEmployee\": false\n    }\n]"}],"_postman_id":"8ac1ecbd-9f59-4ad7-b80b-b7c653a93489"},{"name":"Associated Companies","id":"75343114-39d0-44e6-b9a8-dbbc0098cc61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{companies}}{CompanyRef}/associated-companies","description":"<p><strong>Available Scopes:</strong> companiesAPI-read, placementdetailsAPI-read</p>\n<p>This endpoint is used to retrieve associated companies, specifically parent and child companies.</p>\n<p>This endpoint requires the company reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/d5d874c0-65b3-40b8-8aa1-51ca0ccc5af7/aW1hZ2UucG5n\" width=\"607\" height=\"159\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<p>The <code>AssociatedCompanies</code> object contains details about any company relationships with a given company. Multiple tiers are possible in Firefish, however this would only bring back the first level of associations for the chosen company. If there are any further associations for the inner companies, further API calls would have to be performed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the company being searched for.</td>\n</tr>\n<tr>\n<td>AssociatedCompanyRef</td>\n<td>int</td>\n<td>The unique reference number of the relationship for the associated company.</td>\n</tr>\n<tr>\n<td>IsParent</td>\n<td>bool</td>\n<td>Whether or not the associated company is a parent company.</td>\n</tr>\n<tr>\n<td>IsChild</td>\n<td>bool</td>\n<td>Whether or not the associated company is a child company.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["associated-companies"],"host":["{{hostName}}{{companies}}{CompanyRef}"],"query":[],"variable":[]}},"response":[{"id":"cae6dc8a-b78c-4f48-a6bb-48e034853464","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{companies}}92745/associated-companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"83"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 16:43:57 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CompanyRef\": 92745,\n        \"AssociatedCompanyRef\": 92704,\n        \"IsParent\": true,\n        \"IsChild\": false\n    }\n]"}],"_postman_id":"75343114-39d0-44e6-b9a8-dbbc0098cc61"},{"name":"Company Actions (Recent Activity)","event":[{"listen":"test","script":{"id":"a60ab9b6-4342-44e3-80e9-02ea0e05481a","exec":["\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 1s\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(1000);\r","});"],"type":"text/javascript","packages":{}}}],"id":"b46a30f3-92a1-4fe3-8c7f-2295f03c2a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{companies}}{CompanyRef}/actions","description":"<p><strong>Available Scopes:</strong> companiesAPI-read, placementdetailsAPI-read</p>\n<p>This endpoint is used to retrieve a history of company’s actions.</p>\n<p>This endpoint requires the company reference to be supplied, which can be obtained from the search results.</p>\n<img src=\"https://content.pstmn.io/f13bbec0-cce6-47a2-9ba5-121f62c8f9a4/aW1hZ2UucG5n\" width=\"609\" height=\"255\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ActionRef</td>\n<td>string</td>\n<td>The unique reference number for the Action.</td>\n</tr>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>ContactRef</td>\n<td>int</td>\n<td>The unique reference number for the associated contact.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>JobRef</td>\n<td>int</td>\n<td>The unique reference number for the associated job.</td>\n</tr>\n<tr>\n<td>AdvertRef</td>\n<td>int</td>\n<td>The unique reference number for the associated advert.</td>\n</tr>\n<tr>\n<td>FriendlyPlacementRef</td>\n<td>string</td>\n<td>The friendly placement associated with the action.</td>\n</tr>\n<tr>\n<td>ActionName</td>\n<td>string</td>\n<td>The name of the action.</td>\n</tr>\n<tr>\n<td>ActionDetail</td>\n<td>string</td>\n<td>The action detail for the action.</td>\n</tr>\n<tr>\n<td>Note</td>\n<td>string</td>\n<td>The note of the action.</td>\n</tr>\n<tr>\n<td>FollowUpDate</td>\n<td>date-time</td>\n<td>ISO-8601 follow-up date of the action.</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the action.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the user who created the action.</td>\n</tr>\n<tr>\n<td>CreatedUserRef</td>\n<td>int</td>\n<td>The unique reference number of the user who created the action.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["actions"],"host":["{{hostName}}{{companies}}{CompanyRef}"],"query":[],"variable":[]}},"response":[{"id":"9149faef-8e84-4a95-bec1-73c76dac4682","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{companies}}92745/actions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"174975"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 16:53:45 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ActionRef\": 79354,\n        \"CandidateRef\": 48128,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91998,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T10:23:46.987Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79353,\n        \"CandidateRef\": 48128,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91998,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T10:23:46.987Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79352,\n        \"CandidateRef\": 48128,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91998,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91998-4802-4803\",\n        \"ActionName\": \"Extension - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T10:23:46.987Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79350,\n        \"CandidateRef\": 48128,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91998,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T10:23:04.173Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79349,\n        \"CandidateRef\": 48128,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91998,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T10:23:04.173Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79348,\n        \"CandidateRef\": 48128,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91998,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91998-4802-4802\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2023-03-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T10:23:04.173Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79348,\n        \"CandidateRef\": 48128,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91998,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91998-4802-4802\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2023-03-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T10:23:04.173Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79343,\n        \"CandidateRef\": 48128,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91998,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2023-03-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:47:43.717Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79342,\n        \"CandidateRef\": 48128,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91998,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2023-03-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:47:07.793Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79341,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91998,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:46:16.920Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79340,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91997,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91997-4800-4801\",\n        \"ActionName\": \"Extension - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:38:24.583Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79338,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91997,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:37:33.833Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79337,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91997,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:37:33.833Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79336,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91997,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91997-4800-4800\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2023-03-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:37:33.833Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79336,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91997,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91997-4800-4800\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2023-03-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:37:33.833Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79333,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91997,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2023-03-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:37:03.473Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79332,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91997,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2023-03-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:36:23.490Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79331,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91997,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:35:35.363Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79109,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48812,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-04-06T10:29:04.793Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79108,\n        \"CandidateRef\": 48802,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2022-03-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:20:59.813Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79096,\n        \"CandidateRef\": 48806,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:15:04.357Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79095,\n        \"CandidateRef\": 48806,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:15:04.357Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79094,\n        \"CandidateRef\": 48806,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:15:04.357Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79094,\n        \"CandidateRef\": 48806,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:15:04.357Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79092,\n        \"CandidateRef\": 48806,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2022-03-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:14:39.793Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79091,\n        \"CandidateRef\": 48805,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:13:59.153Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79090,\n        \"CandidateRef\": 48805,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:13:59.153Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79089,\n        \"CandidateRef\": 48805,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2022-03-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:13:59.153Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79088,\n        \"CandidateRef\": 48805,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2022-03-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:13:39.777Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79087,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91986,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-31T13:13:27.043Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79083,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48810,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"User Management - Employer Account Created\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-30T14:22:14.363Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79081,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48810,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-30T14:14:42.280Z\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"CreatedUserRef\": 48790\n    },\n    {\n        \"ActionRef\": 79023,\n        \"CandidateRef\": 48286,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91970,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-03-01T09:08:52.157Z\",\n        \"CreatedBy\": \"Superuser Role\",\n        \"CreatedUserRef\": 48787\n    },\n    {\n        \"ActionRef\": 78961,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T21:59:07.027Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78876,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:37.120Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78875,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:37.013Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78874,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:36.887Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78873,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:36.763Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78872,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:05.900Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78871,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:05.777Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78870,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:05.637Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78869,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:05.307Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78868,\n        \"CandidateRef\": 48302,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T10:50:21.143Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78867,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:47:15.867Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78677,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91969,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-26T17:17:31.797Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78672,\n        \"CandidateRef\": 48620,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:40:39.203Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78572,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91956,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-01T11:52:32.040Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78564,\n        \"CandidateRef\": 48154,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91947,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-07T17:05:45.100Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78563,\n        \"CandidateRef\": 48314,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91947,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-07T17:05:44.973Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78267,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T16:03:55.217Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78266,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T16:03:00.150Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78265,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:28:32.257Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78263,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:39:13.187Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78262,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:38:13.997Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78261,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:36:55.107Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78259,\n        \"CandidateRef\": 48225,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-04-29T14:58:39.043Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78258,\n        \"CandidateRef\": 48302,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:48.607Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78257,\n        \"CandidateRef\": 48254,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:48.483Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78256,\n        \"CandidateRef\": 48180,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:49:48.153Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78255,\n        \"CandidateRef\": 48312,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:49:47.857Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78254,\n        \"CandidateRef\": 48280,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:33.040Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78253,\n        \"CandidateRef\": 48245,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:32.930Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78252,\n        \"CandidateRef\": 48264,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:32.647Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78251,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:22.113Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78250,\n        \"CandidateRef\": 48260,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.830Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78249,\n        \"CandidateRef\": 48248,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.533Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78248,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.190Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78247,\n        \"CandidateRef\": 48352,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.003Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78246,\n        \"CandidateRef\": 48313,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.817Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78245,\n        \"CandidateRef\": 48356,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.627Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78244,\n        \"CandidateRef\": 48359,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.317Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78243,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:59:21.630Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78242,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.437Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78241,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.310Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78240,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.187Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78239,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.047Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78238,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:14.153Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78237,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:13.997Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78236,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:13.827Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78235,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:13.653Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78234,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-31T14:08:05.037Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78233,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:58:24.667Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78232,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:57:39.823Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78231,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:57:39.603Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78230,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:23:44.487Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78229,\n        \"CandidateRef\": 48232,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:23:44.143Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78228,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-26T14:22:31.913Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78227,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-19T15:56:52.287Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78225,\n        \"CandidateRef\": 48270,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91961,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-04T11:49:10.333Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78224,\n        \"CandidateRef\": 48270,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91961,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-04T11:45:48.157Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78222,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:27:19.150Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78221,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:20:12.517Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78220,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:20:11.830Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78219,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:17:51.090Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78218,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:17:50.733Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78217,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91952,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T11:09:48.547Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78216,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48372,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91951,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T09:33:22.220Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78215,\n        \"CandidateRef\": 48103,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:42:08.043Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78214,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:42:07.793Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78213,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:42:07.353Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78212,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:44:45.413Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78211,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:44:45.147Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78210,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:44:44.867Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78209,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:44:44.493Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78208,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-06T09:53:34.010Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78207,\n        \"CandidateRef\": 48240,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91959,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T12:18:37.583Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78206,\n        \"CandidateRef\": 48517,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91959,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T12:18:37.240Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78205,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48372,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91951,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T09:30:56.123Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78201,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:27:19.150Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78199,\n        \"CandidateRef\": 48270,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91961,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-04T11:45:48.157Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78198,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-19T15:56:52.287Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78197,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-26T14:22:31.913Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78196,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:58:24.667Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78195,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-31T14:08:05.037Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78194,\n        \"CandidateRef\": 48180,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:49:48.153Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78193,\n        \"CandidateRef\": 48312,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:49:47.857Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78192,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:59:21.630Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78191,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48372,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91951,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T09:33:22.220Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78190,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91952,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T11:09:48.547Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78189,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:17:50.733Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78188,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:17:51.090Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78187,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:20:11.830Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78186,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:20:12.517Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78184,\n        \"CandidateRef\": 48232,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:23:44.143Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78183,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:23:44.487Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78182,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:57:39.603Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78181,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:57:39.823Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78180,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:13.653Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78179,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:13.827Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78178,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:13.997Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78177,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T16:03:55.217Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78176,\n        \"CandidateRef\": 48693,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91979,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:52:29.500Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78175,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T16:03:00.150Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78174,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:28:32.257Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78172,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:39:13.187Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78171,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:38:13.997Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78170,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:36:55.107Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78168,\n        \"CandidateRef\": 48225,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-04-29T14:58:39.043Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78167,\n        \"CandidateRef\": 48302,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:48.607Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78166,\n        \"CandidateRef\": 48254,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:48.483Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78165,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:14.153Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78164,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.047Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78163,\n        \"CandidateRef\": 48280,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:33.040Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78162,\n        \"CandidateRef\": 48245,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:32.930Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78161,\n        \"CandidateRef\": 48264,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:32.647Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78160,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:22.113Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78159,\n        \"CandidateRef\": 48260,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.830Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78158,\n        \"CandidateRef\": 48248,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.533Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78157,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.190Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78156,\n        \"CandidateRef\": 48352,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.003Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78155,\n        \"CandidateRef\": 48313,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.817Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78154,\n        \"CandidateRef\": 48356,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.627Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78153,\n        \"CandidateRef\": 48359,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.317Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78152,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.187Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78151,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.437Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78150,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.310Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78149,\n        \"CandidateRef\": 48270,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91961,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-04T11:49:10.333Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78109,\n        \"CandidateRef\": 48225,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-04-29T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-04-29T14:59:05.390Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78108,\n        \"CandidateRef\": 48225,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-04-29T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-04-29T14:58:39.043Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78107,\n        \"CandidateRef\": 48225,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-04-29T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-04-29T14:58:27.403Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78017,\n        \"CandidateRef\": 48302,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:48.607Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78017,\n        \"CandidateRef\": 48302,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:48.607Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78015,\n        \"CandidateRef\": 48254,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:48.483Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78015,\n        \"CandidateRef\": 48254,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:48.483Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78012,\n        \"CandidateRef\": 48678,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:18.310Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78011,\n        \"CandidateRef\": 48280,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:18.200Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78010,\n        \"CandidateRef\": 48250,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:31:00.277Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78009,\n        \"CandidateRef\": 48254,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:30:59.777Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78008,\n        \"CandidateRef\": 48302,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91948,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:30:59.183Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78007,\n        \"CandidateRef\": 48286,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91970,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:24:03.273Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78006,\n        \"CandidateRef\": 48359,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91970,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:23:58.413Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78005,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91970,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:23:57.460Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 78004,\n        \"CandidateRef\": 48678,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91970,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T23:23:56.837Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 77998,\n        \"CandidateRef\": 48180,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:49:48.153Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77997,\n        \"CandidateRef\": 48312,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:49:47.857Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77994,\n        \"CandidateRef\": 48207,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:36.273Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77994,\n        \"CandidateRef\": 48207,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:36.273Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77993,\n        \"CandidateRef\": 48189,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:36.167Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77993,\n        \"CandidateRef\": 48189,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:36.167Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77992,\n        \"CandidateRef\": 48344,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:36.057Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77992,\n        \"CandidateRef\": 48344,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:36.057Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77991,\n        \"CandidateRef\": 48315,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:35.963Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77991,\n        \"CandidateRef\": 48315,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:35.963Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77990,\n        \"CandidateRef\": 48312,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:35.853Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77990,\n        \"CandidateRef\": 48312,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:35.853Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77989,\n        \"CandidateRef\": 48180,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:35.743Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77989,\n        \"CandidateRef\": 48180,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:35.743Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77988,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Reopen Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:48:12.977Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77986,\n        \"CandidateRef\": 48280,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:33.040Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77986,\n        \"CandidateRef\": 48280,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:33.040Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77984,\n        \"CandidateRef\": 48245,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:32.930Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77984,\n        \"CandidateRef\": 48245,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:32.930Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77982,\n        \"CandidateRef\": 48264,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:32.647Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77982,\n        \"CandidateRef\": 48264,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:47:32.647Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77978,\n        \"CandidateRef\": 48264,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:23.647Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77978,\n        \"CandidateRef\": 48264,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:23.647Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77977,\n        \"CandidateRef\": 48281,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:23.177Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77977,\n        \"CandidateRef\": 48281,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:23.177Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77976,\n        \"CandidateRef\": 48282,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:22.677Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77976,\n        \"CandidateRef\": 48282,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:22.677Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77975,\n        \"CandidateRef\": 48245,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:21.990Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77975,\n        \"CandidateRef\": 48245,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:21.990Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77974,\n        \"CandidateRef\": 48321,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:15.113Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77974,\n        \"CandidateRef\": 48321,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:15.113Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77973,\n        \"CandidateRef\": 48287,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:14.520Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77973,\n        \"CandidateRef\": 48287,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:14.520Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77972,\n        \"CandidateRef\": 48346,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:13.317Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77972,\n        \"CandidateRef\": 48346,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:13.317Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77971,\n        \"CandidateRef\": 48328,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:11.723Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77971,\n        \"CandidateRef\": 48328,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:11.723Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77970,\n        \"CandidateRef\": 48254,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:11.097Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77970,\n        \"CandidateRef\": 48254,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:11.097Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77969,\n        \"CandidateRef\": 48250,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:10.520Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77969,\n        \"CandidateRef\": 48250,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:10.520Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77968,\n        \"CandidateRef\": 48280,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:09.800Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77968,\n        \"CandidateRef\": 48280,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:09.800Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77967,\n        \"CandidateRef\": 48268,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:09.193Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77967,\n        \"CandidateRef\": 48268,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:46:09.193Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77966,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:22.113Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77966,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:22.113Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77965,\n        \"CandidateRef\": 48260,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.830Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77965,\n        \"CandidateRef\": 48260,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.830Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77964,\n        \"CandidateRef\": 48248,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.533Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77964,\n        \"CandidateRef\": 48248,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.533Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77963,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.190Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77963,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.190Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77962,\n        \"CandidateRef\": 48352,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.003Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77962,\n        \"CandidateRef\": 48352,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.003Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77961,\n        \"CandidateRef\": 48313,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.817Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77961,\n        \"CandidateRef\": 48313,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.817Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77960,\n        \"CandidateRef\": 48356,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.627Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77960,\n        \"CandidateRef\": 48356,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.627Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77959,\n        \"CandidateRef\": 48359,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.317Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77959,\n        \"CandidateRef\": 48359,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.317Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77958,\n        \"CandidateRef\": 48359,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:44.703Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77958,\n        \"CandidateRef\": 48359,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:44.703Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77957,\n        \"CandidateRef\": 48356,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:44.110Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77957,\n        \"CandidateRef\": 48356,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:44.110Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77956,\n        \"CandidateRef\": 48313,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:43.610Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77956,\n        \"CandidateRef\": 48313,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:43.610Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77955,\n        \"CandidateRef\": 48352,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:43.097Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77955,\n        \"CandidateRef\": 48352,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:43.097Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77954,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:42.517Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77954,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:42.517Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77953,\n        \"CandidateRef\": 48248,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:42.017Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77953,\n        \"CandidateRef\": 48248,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:42.017Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77952,\n        \"CandidateRef\": 48260,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:41.563Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77952,\n        \"CandidateRef\": 48260,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:41.563Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77951,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:40.597Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77951,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:44:40.597Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77930,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91967,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Close Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-09-02T17:11:06.867Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77929,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Close Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-09-02T17:10:40.023Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77928,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Close Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-09-02T17:10:27.537Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77926,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91945,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Close Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-09-02T17:09:50.097Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77923,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": 1476,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-09-02T17:04:49.477Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76892,\n        \"CandidateRef\": null,\n        \"ContactRef\": null,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Unarchive\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T22:00:44.280Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76891,\n        \"CandidateRef\": null,\n        \"ContactRef\": null,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Archive\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T22:00:29.217Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76890,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Proposal\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T21:59:07.027Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76889,\n        \"CandidateRef\": null,\n        \"ContactRef\": null,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Notes - Comments\",\n        \"ActionDetail\": null,\n        \"Note\": \"AXaxAX\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T21:58:35.277Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76882,\n        \"CandidateRef\": 48366,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:48.263Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76881,\n        \"CandidateRef\": 48120,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:47.950Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76880,\n        \"CandidateRef\": 48297,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:47.653Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76879,\n        \"CandidateRef\": 48109,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:47.357Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76878,\n        \"CandidateRef\": 48229,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:47.073Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76877,\n        \"CandidateRef\": 48256,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:46.747Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76876,\n        \"CandidateRef\": 48201,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:46.480Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76875,\n        \"CandidateRef\": 48172,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:46.213Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76874,\n        \"CandidateRef\": 48204,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:45.933Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76873,\n        \"CandidateRef\": 48181,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:45.667Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76872,\n        \"CandidateRef\": 48219,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:45.387Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76871,\n        \"CandidateRef\": 48123,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:45.137Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76870,\n        \"CandidateRef\": 48159,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:44.870Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76869,\n        \"CandidateRef\": 48143,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:44.543Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76868,\n        \"CandidateRef\": 48164,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:44.293Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76867,\n        \"CandidateRef\": 48098,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:44.060Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76866,\n        \"CandidateRef\": 48157,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:43.777Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76865,\n        \"CandidateRef\": 48225,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:43.463Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76864,\n        \"CandidateRef\": 48167,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:43.230Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76863,\n        \"CandidateRef\": 48200,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:42.963Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76862,\n        \"CandidateRef\": 48189,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:42.637Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76861,\n        \"CandidateRef\": 48102,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:42.387Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76860,\n        \"CandidateRef\": 48306,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:42.120Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76859,\n        \"CandidateRef\": 48170,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:41.887Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76858,\n        \"CandidateRef\": 48146,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:41.620Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76857,\n        \"CandidateRef\": 48138,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:41.387Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76856,\n        \"CandidateRef\": 48272,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:41.137Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76855,\n        \"CandidateRef\": 48124,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:40.857Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76854,\n        \"CandidateRef\": 48199,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:40.620Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76853,\n        \"CandidateRef\": 48149,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:40.293Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76852,\n        \"CandidateRef\": 48366,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:39.950Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76851,\n        \"CandidateRef\": 48120,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:39.653Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76850,\n        \"CandidateRef\": 48297,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:39.370Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76849,\n        \"CandidateRef\": 48109,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:39.090Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76848,\n        \"CandidateRef\": 48229,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:38.777Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76847,\n        \"CandidateRef\": 48256,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:38.497Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76846,\n        \"CandidateRef\": 48201,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:38.247Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76845,\n        \"CandidateRef\": 48172,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:37.980Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76844,\n        \"CandidateRef\": 48204,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:37.700Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76843,\n        \"CandidateRef\": 48181,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:37.247Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76842,\n        \"CandidateRef\": 48219,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:36.980Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76841,\n        \"CandidateRef\": 48123,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:36.667Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76840,\n        \"CandidateRef\": 48159,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:36.370Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76839,\n        \"CandidateRef\": 48143,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:36.090Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76838,\n        \"CandidateRef\": 48164,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:35.683Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76837,\n        \"CandidateRef\": 48098,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:35.433Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76836,\n        \"CandidateRef\": 48157,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:35.183Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76835,\n        \"CandidateRef\": 48225,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:34.933Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76834,\n        \"CandidateRef\": 48167,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:34.557Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76833,\n        \"CandidateRef\": 48200,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:34.260Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76832,\n        \"CandidateRef\": 48189,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:34.027Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76831,\n        \"CandidateRef\": 48102,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:33.667Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76830,\n        \"CandidateRef\": 48306,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:33.433Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76829,\n        \"CandidateRef\": 48170,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:33.200Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76828,\n        \"CandidateRef\": 48146,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:32.980Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76827,\n        \"CandidateRef\": 48138,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:32.747Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76826,\n        \"CandidateRef\": 48272,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:32.510Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76825,\n        \"CandidateRef\": 48124,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:32.230Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76824,\n        \"CandidateRef\": 48199,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:32.010Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76823,\n        \"CandidateRef\": 48149,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-24T20:34:31.480Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 76719,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91982,\n        \"AdvertRef\": 1475,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T16:07:20.143Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76718,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91982,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T16:04:58.953Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76716,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"General Update\",\n        \"ActionDetail\": null,\n        \"Note\": \"sljxchjas\",\n        \"FollowUpDate\": \"2019-06-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T16:04:35.797Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76715,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91981-5790-5791\",\n        \"ActionName\": \"Termination\",\n        \"ActionDetail\": null,\n        \"Note\": \"kjxjks\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T16:03:55.217Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76713,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91981-5790-5790\",\n        \"ActionName\": \"Placement - Permanent\",\n        \"ActionDetail\": null,\n        \"Note\": \"degshdfg\",\n        \"FollowUpDate\": \"2019-09-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T16:03:00.150Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76710,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": \"degshdfg\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:59:21.630Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76706,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.437Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76706,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.437Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76704,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.310Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76704,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.310Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76702,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.187Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76702,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.187Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76700,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.047Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76700,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:59.047Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76695,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:14.153Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76694,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:13.997Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76693,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:13.827Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76692,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:56:13.653Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76690,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:37.120Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76688,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:37.013Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76686,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:36.887Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76684,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:36.763Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76682,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:05.900Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76680,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:05.777Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76678,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:05.637Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76676,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:55:05.307Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76671,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:54:26.540Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76669,\n        \"CandidateRef\": 48350,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:51:45.410Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76668,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:51:31.647Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76667,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:51:25.863Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76661,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91981,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-18T15:48:15.657Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76645,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T19:46:04.177Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76636,\n        \"CandidateRef\": 48277,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91973,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T19:38:36.553Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76633,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T19:38:36.100Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76632,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91952,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T19:38:36.007Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76629,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T19:38:35.677Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76628,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91973,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T19:38:35.583Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76627,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91976,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T19:38:35.473Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76607,\n        \"CandidateRef\": 48372,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T19:29:22.520Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76606,\n        \"CandidateRef\": 48372,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T19:29:22.427Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76535,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T19:29:07.783Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 76352,\n        \"CandidateRef\": 48302,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91980,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-06-11T10:50:21.143Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75681,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91971-4786-4787\",\n        \"ActionName\": \"Extension - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-31T14:08:05.037Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75679,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91979,\n        \"AdvertRef\": 1473,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-31T14:00:01.713Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75677,\n        \"CandidateRef\": 48302,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91979,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-31T13:58:30.430Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75676,\n        \"CandidateRef\": 48254,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91979,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-31T13:58:30.057Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75675,\n        \"CandidateRef\": 48268,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91979,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-31T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-31T13:58:29.650Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75674,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91979,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-31T13:57:18.117Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75673,\n        \"CandidateRef\": 48103,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:42:08.043Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75672,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:42:07.793Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75671,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:42:07.353Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75670,\n        \"CandidateRef\": 48372,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:41:29.853Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75669,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:41:29.197Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75668,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:41:28.730Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75667,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:41:28.260Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75666,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:41:27.743Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75665,\n        \"CandidateRef\": 48103,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:41:27.353Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75663,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": 1472,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:34:12.907Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75662,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91978,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-28T13:30:42.670Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75652,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": 1471,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:51:55.880Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75647,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:47:15.867Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75635,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-21T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:41:39.873Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75633,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-21T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:41:38.983Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75632,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-21T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:41:38.500Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75631,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-21T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:41:38.107Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75630,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-21T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:41:37.450Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75629,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:35:52.367Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74265,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91976,\n        \"AdvertRef\": 1470,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-09T13:27:52.190Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74263,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91976,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-09T13:19:45.073Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74262,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91976,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-09T13:19:44.450Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74261,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91976,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-09T13:19:43.793Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74260,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91976,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-09T13:17:44.427Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74246,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:58:24.667Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74244,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:57:39.823Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74244,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:57:39.823Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74242,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:57:39.603Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74242,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:57:39.603Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74235,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": 1469,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:47:22.057Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74234,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-30T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:44:45.413Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74233,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-30T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:44:45.147Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74232,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-30T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:44:44.867Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74231,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-30T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:44:44.493Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74229,\n        \"CandidateRef\": 48300,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-30T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:43:58.257Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74228,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-30T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:43:57.740Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74227,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-30T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:43:57.163Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74226,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-30T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:43:56.693Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74225,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91975,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-30T10:37:56.263Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74193,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91973,\n        \"AdvertRef\": 1467,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-15T14:45:25.840Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74192,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91973,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-15T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-15T14:41:00.663Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74191,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91973,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-15T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-15T14:41:00.130Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74190,\n        \"CandidateRef\": 48277,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91973,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-15T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-15T14:40:59.710Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74188,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91973,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-15T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-15T14:40:58.677Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74187,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91973,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-15T14:35:13.640Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74178,\n        \"CandidateRef\": 48333,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to bob barker's action summary\",\n        \"FollowUpDate\": \"2019-04-11T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-11T10:09:47.210Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73837,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:35:47.913Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73835,\n        \"CandidateRef\": 48227,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:35:47.740Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73834,\n        \"CandidateRef\": 48149,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:35:47.677Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73830,\n        \"CandidateRef\": 48511,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:35:47.350Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73823,\n        \"CandidateRef\": 48232,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Reinstate Candidate\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:35:33.897Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73817,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91971-4786-4786\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": \"bndcgvnvbn\",\n        \"FollowUpDate\": \"2020-10-30T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:28:32.257Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73817,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91971-4786-4786\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": \"bndcgvnvbn\",\n        \"FollowUpDate\": \"2020-10-30T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:28:32.257Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73807,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": \"bndcgvnvbn\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:25:14.113Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73801,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:23:44.487Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73801,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:23:44.487Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73799,\n        \"CandidateRef\": 48232,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:23:44.143Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73799,\n        \"CandidateRef\": 48232,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:23:44.143Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73794,\n        \"CandidateRef\": 48232,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:22:27.733Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73793,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:22:27.220Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73790,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48191,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91971,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:19:17.073Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73789,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91953-4777-4785\",\n        \"ActionName\": \"Extension - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-04-09T13:09:31.200Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73772,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91969,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-26T17:17:31.797Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73766,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91969,\n        \"AdvertRef\": 1463,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-26T17:05:15.327Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73763,\n        \"CandidateRef\": 48273,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91969,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-03-26T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-26T17:03:42.917Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73762,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91969,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-26T17:02:08.773Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73733,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91953-4777-4784\",\n        \"ActionName\": \"Extension - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-26T14:22:31.913Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73691,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91953-4777-4782\",\n        \"ActionName\": \"Extension - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-19T15:56:52.287Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73596,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-03-06T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-06T09:53:34.010Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73594,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-03-06T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-06T09:52:27.447Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73593,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91962,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-06T09:51:08.070Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73587,\n        \"CandidateRef\": 48270,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91961,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91961-5785-5785\",\n        \"ActionName\": \"Placement - Permanent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-06-05T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-04T11:49:10.333Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73582,\n        \"CandidateRef\": 48270,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91961,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-04T11:45:48.157Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73581,\n        \"CandidateRef\": 48270,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91961,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-03-04T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-04T11:45:19.550Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73580,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91961,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-03-04T11:43:49.903Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73547,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91959,\n        \"AdvertRef\": 1457,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T12:21:43.103Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73546,\n        \"CandidateRef\": 48240,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91959,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-02-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T12:18:37.583Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73545,\n        \"CandidateRef\": 48517,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91959,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-02-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T12:18:37.240Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73539,\n        \"CandidateRef\": 48517,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91959,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-02-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T12:17:46.630Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73538,\n        \"CandidateRef\": 48240,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91959,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-02-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T12:17:46.130Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73536,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91959,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T12:15:39.533Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73534,\n        \"CandidateRef\": 48620,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Reinstate Candidate\",\n        \"ActionDetail\": null,\n        \"Note\": \"UJDHTGD N- KJGJHF\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:41:20.640Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73533,\n        \"CandidateRef\": 48620,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Not Progressing\",\n        \"ActionDetail\": null,\n        \"Note\": \"UJDHTGD\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:40:39.203Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73531,\n        \"CandidateRef\": 48620,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Reinstate Candidate\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:40:11.093Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73530,\n        \"CandidateRef\": 48372,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Reinstate Candidate\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:40:10.517Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73525,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91953-4778-4778\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-02-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:39:13.187Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73525,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91953-4778-4778\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-02-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:39:13.187Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73519,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91953-4773-4773\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": \"gyhkighjk\",\n        \"FollowUpDate\": \"2019-02-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:38:13.997Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73519,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91953-4773-4773\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": \"gyhkighjk\",\n        \"FollowUpDate\": \"2019-02-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:38:13.997Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73515,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:37:37.573Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73513,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91953-4777-4777\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-19T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:36:55.107Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73513,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": \"91953-4777-4777\",\n        \"ActionName\": \"Placement - Contract\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-04-19T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:36:55.107Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73500,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:33:24.913Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73496,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to bob barker's action summary\",\n        \"FollowUpDate\": \"2019-02-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-13T10:26:23.370Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73095,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91956,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-02-01T11:52:32.040Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73027,\n        \"CandidateRef\": 48620,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": \"UJDHTGD N- KJGJHF\",\n        \"FollowUpDate\": \"2019-01-29T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:40:23.773Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73025,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": 1452,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:33:24.787Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73022,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": \"gyhkighjk\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:27:19.150Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73018,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:20:12.517Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73018,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:20:12.517Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73016,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:20:11.830Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73016,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:20:11.830Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73013,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-29T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:17:51.090Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73012,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-29T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:17:50.733Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73010,\n        \"CandidateRef\": 48372,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-29T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:16:19.760Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73009,\n        \"CandidateRef\": 48458,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-29T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:16:19.353Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73008,\n        \"CandidateRef\": 48212,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-29T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:16:19.027Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73007,\n        \"CandidateRef\": 48340,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-29T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:16:18.603Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73005,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91953,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-29T17:10:02.047Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 73002,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91952,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T11:09:48.547Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72999,\n        \"CandidateRef\": 48226,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91952,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T11:08:32.827Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72998,\n        \"CandidateRef\": 48285,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91952,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T11:08:32.420Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72997,\n        \"CandidateRef\": 48284,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91952,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T11:08:32.157Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72995,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48238,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91952,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T10:55:57.697Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72985,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48372,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91951,\n        \"AdvertRef\": 1451,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T09:36:18.770Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72983,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48372,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91951,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T09:33:22.220Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72983,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48372,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91951,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Employer Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T09:33:22.220Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72978,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48372,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91951,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T09:30:56.123Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72974,\n        \"CandidateRef\": 48620,\n        \"ContactRef\": 48372,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91951,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T09:27:41.707Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72971,\n        \"CandidateRef\": 48512,\n        \"ContactRef\": 48372,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91951,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2019-01-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T09:24:55.357Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72970,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48372,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91951,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-28T09:22:09.960Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72871,\n        \"CandidateRef\": 48154,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91947,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-07T17:05:45.100Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72869,\n        \"CandidateRef\": 48314,\n        \"ContactRef\": 48226,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91947,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Arranged Recruiter Interview\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-01-07T17:05:44.973Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 72052,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Left Company\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-09-26T10:28:17.247Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 71696,\n        \"CandidateRef\": 48307,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"adgsdfg\\n\\nEmail attached to bob barker's action summary\",\n        \"FollowUpDate\": \"2018-09-05T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-09-05T15:06:58.753Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 71351,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Call - Follow Up\",\n        \"ActionDetail\": null,\n        \"Note\": \"follow up call\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-08-24T10:10:11.363Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 71294,\n        \"CandidateRef\": 48240,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to bob barker's action summary\",\n        \"FollowUpDate\": \"2018-08-09T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-08-09T08:01:11.153Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 71253,\n        \"CandidateRef\": 48277,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to Antonia Friedrick's action summary\",\n        \"FollowUpDate\": \"2018-07-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-07-24T11:32:44.390Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 71252,\n        \"CandidateRef\": 48517,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to Antonia Friedrick's action summary\",\n        \"FollowUpDate\": \"2018-07-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-07-24T11:32:43.890Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 71249,\n        \"CandidateRef\": 48431,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to Antonia Friedrick's action summary\",\n        \"FollowUpDate\": \"2018-07-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-07-24T11:32:42.953Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 71248,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to Antonia Friedrick's action summary\",\n        \"FollowUpDate\": \"2018-07-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-07-24T11:32:42.657Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 71247,\n        \"CandidateRef\": 48620,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to Antonia Friedrick's action summary\",\n        \"FollowUpDate\": \"2018-07-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-07-24T11:32:42.110Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 71246,\n        \"CandidateRef\": 48233,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to Antonia Friedrick's action summary\",\n        \"FollowUpDate\": \"2018-07-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-07-24T11:32:41.343Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 69873,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48212,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Permanent Terms\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-04-18T09:56:19.687Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 69841,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48616,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2018-04-12T14:54:34.760Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 67517,\n        \"CandidateRef\": 48620,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to Steven McCann's action summary\",\n        \"FollowUpDate\": \"2017-09-05T00:00:00.000Z\",\n        \"CreatedDate\": \"2017-09-05T11:09:49.063Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 67432,\n        \"CandidateRef\": 48337,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Candidate 1 project\\n\\nEmail attached to Steven McCann's action summary\",\n        \"FollowUpDate\": \"2017-08-22T00:00:00.000Z\",\n        \"CreatedDate\": \"2017-08-22T16:07:25.230Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 67385,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48337,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Left Company\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2017-08-15T11:52:32.427Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 67374,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48337,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Note\": \"lajshcljhaljchblj\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2017-08-15T11:35:46.900Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 67373,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Note\": \"lajshcljhaljchblj\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2017-08-15T11:35:46.773Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 66790,\n        \"CandidateRef\": 48219,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"wedgsdgv\\n\\nEmail attached to Steven McCann's action summary\",\n        \"FollowUpDate\": \"2017-06-07T00:00:00.000Z\",\n        \"CreatedDate\": \"2017-06-07T11:47:06.107Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 66408,\n        \"CandidateRef\": 48219,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to Steven McCann's action summary\",\n        \"FollowUpDate\": \"2017-04-25T00:00:00.000Z\",\n        \"CreatedDate\": \"2017-04-25T16:49:17.410Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 65932,\n        \"CandidateRef\": 48219,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"s\\\\dgsg\\n\\nEmail attached to Steven McCann's action summary\",\n        \"FollowUpDate\": \"2017-02-28T00:00:00.000Z\",\n        \"CreatedDate\": \"2017-02-28T12:08:05.977Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 64687,\n        \"CandidateRef\": null,\n        \"ContactRef\": null,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Create Company\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2011-05-23T08:05:55.477Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 64615,\n        \"CandidateRef\": 48219,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"Email attached to Steven McCann's action summary\",\n        \"FollowUpDate\": \"2017-01-05T00:00:00.000Z\",\n        \"CreatedDate\": \"2017-01-05T10:14:22.477Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 63299,\n        \"CandidateRef\": 48517,\n        \"ContactRef\": 48337,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"\\n\\nCV sent to Sandy Bell at AG Barr - Email attached to the contact action summary\",\n        \"FollowUpDate\": \"2016-11-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2016-11-18T16:39:25.993Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 63298,\n        \"CandidateRef\": 48517,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"\\n\\nCV sent to Steven McCann at AG Barr - Email attached to the contact action summary\",\n        \"FollowUpDate\": \"2016-11-18T00:00:00.000Z\",\n        \"CreatedDate\": \"2016-11-18T16:39:25.883Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 62888,\n        \"CandidateRef\": 48271,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"sdgsfgxcv\\n\\nCV sent to Steven McCann at AG Barr - Email attached to the contact action summary\",\n        \"FollowUpDate\": \"2016-09-22T00:00:00.000Z\",\n        \"CreatedDate\": \"2016-09-22T10:40:53.667Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 62835,\n        \"CandidateRef\": 48291,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent On Spec\",\n        \"ActionDetail\": null,\n        \"Note\": \"\\n\\nCV sent to Steven McCann at AG Barr - Email attached to the contact action summary\",\n        \"FollowUpDate\": \"2016-09-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2016-09-13T13:49:23.350Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 51948,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48609,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Left Company\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2015-03-17T11:59:01.753Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 51945,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48608,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Create Contact - Manual\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2015-03-17T11:49:03.143Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 49524,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48227,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email - Business Development\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2015-02-10T16:37:36.773Z\",\n        \"CreatedBy\": \"Demo Compliance\",\n        \"CreatedUserRef\": 48517\n    },\n    {\n        \"ActionRef\": 49292,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48337,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2015-01-26T15:34:53.200Z\",\n        \"CreatedBy\": \"Demo Compliance\",\n        \"CreatedUserRef\": 48517\n    },\n    {\n        \"ActionRef\": 49291,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Bulk Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2015-01-26T15:34:52.703Z\",\n        \"CreatedBy\": \"Demo Compliance\",\n        \"CreatedUserRef\": 48517\n    },\n    {\n        \"ActionRef\": 48110,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48214,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Call - Update\",\n        \"ActionDetail\": null,\n        \"Note\": \"dfsafhajh\\r\\ndfjhgjafg\",\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2014-11-14T15:12:49.780Z\",\n        \"CreatedBy\": \"Demo Compliance\",\n        \"CreatedUserRef\": 48517\n    },\n    {\n        \"ActionRef\": 40458,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48337,\n        \"CompanyRef\": 92745,\n        \"JobRef\": null,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Call - Canvass Call\",\n        \"ActionDetail\": null,\n        \"Note\": \"looking great  - call next week\",\n        \"FollowUpDate\": \"2011-05-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2011-05-24T10:14:44.777Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    }\n]"}],"_postman_id":"b46a30f3-92a1-4fe3-8c7f-2295f03c2a14"},{"name":"Create Company Profile","id":"b20a56c7-cff7-4407-891a-feb974aa8966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"Name\":\"New API Company02\",\r\n\"Source\":\"Sales Outreach\",\r\n\"Address\":{\r\n            \"Address1\": \"Unit 226b\",\r\n            \"Address2\": \"New API Way\",\r\n            \"Address3\": \"Idlesland\",\r\n            \"Town\": \"Glasgow\",\r\n            \"County\": \"Greater Glasgow\",\r\n            \"Country\": \"UK\",\r\n            \"PostCode\": \"G4 9XA\"\r\n        },\r\n\"PhoneNumber\":\"020 256 2533\",\r\n\"EmailAddress\":\"NewAPIComp02@Gsnail.com\",\r\n\"Website\":\"www.API4You.com\",\r\n\"LinkedIn\":\"wwww.LinkedIn.com/in/APIlife-8FDDFV87yhb\",\r\n\"OwnerUserEmail\":\"superuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{companies}}","description":"<p><strong>Required Scope:</strong> companiesAPI-write</p>\n<p>This endpoint is used to create a new company record in Firefish.</p>\n<img src=\"https://content.pstmn.io/70eabb6b-5324-40b3-8795-d1b31ffa5475/aW1hZ2UucG5n\" width=\"607\" height=\"247\" />\n\n<h2 id=\"workflow-diagram\">Workflow Diagram:</h2>\n<img src=\"https://content.pstmn.io/ca56f7f2-c91f-40aa-a824-aef7a4354a27/Q29tcGFueSBXcml0ZS5qcGc=\" alt=\"Diagram%20that%20summarises%20what%20happens%20when%20a%20Company%20is%20created/updated\" width=\"755\" height=\"1012\" />\n\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td>Yes</td>\n<td>The name of the company.</td>\n<td>Must be unique</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>string</td>\n<td>No</td>\n<td>The company source.</td>\n<td>must be a valid Source value in Firefish</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>No</td>\n<td>The address details of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The phone number of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>No</td>\n<td>The email address of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>Website</td>\n<td>string</td>\n<td>No</td>\n<td>The company website address.</td>\n<td></td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td>string</td>\n<td>No</td>\n<td>The LinkedIn address of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>OwnerUserEmail</td>\n<td>string</td>\n<td>Yes</td>\n<td>The email of the company’s owner.</td>\n<td>Must be a valid email address associated with an active user in Firefish</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{companies}}"],"query":[],"variable":[]}},"response":[{"id":"9e5b5383-a7a8-4c77-8d46-7a2686dbd1eb","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"Name\":\"New API Company02\",\r\n\"Source\":\"Sales Outreach\",\r\n\"Address\":{\r\n            \"Address1\": \"Unit 226b\",\r\n            \"Address2\": \"New API Way\",\r\n            \"Address3\": \"Idlesland\",\r\n            \"Town\": \"Glasgow\",\r\n            \"County\": \"Greater Glasgow\",\r\n            \"Country\": \"UK\",\r\n            \"PostCode\": \"G4 9XA\"\r\n        },\r\n\"PhoneNumber\":\"020 256 2533\",\r\n\"EmailAddress\":\"NewAPIComp02@Gsnail.com\",\r\n\"Website\":\"www.API4You.com\",\r\n\"LinkedIn\":\"wwww.LinkedIn.com/in/APIlife-8FDDFV87yhb\",\r\n\"OwnerUserEmail\":\"superuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{companies}}"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"13"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 16:55:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ref\": 92815\n}"},{"id":"db4a9eba-cebf-48bc-805c-df9e84aa915b","name":"400 Bad Request example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"Name\":\"New API Company02\",\r\n\"Source\":\"Sales Outreach\",\r\n\"Address\":{\r\n            \"Address1\": \"Unit 226b\",\r\n            \"Address2\": \"New API Way\",\r\n            \"Address3\": \"Idlesland\",\r\n            \"Town\": \"Glasgow\",\r\n            \"County\": \"Greater Glasgow\",\r\n            \"Country\": \"UK\",\r\n            \"PostCode\": \"G4 9XA\"\r\n        },\r\n\"PhoneNumber\":\"020 256 2533\",\r\n\"EmailAddress\":\"NewAPIComp02@Gsnail.com\",\r\n\"Website\":\"www.API4You.com\",\r\n\"LinkedIn\":\"wwww.LinkedIn.com/in/APIlife-8FDDFV87yhb\",\r\n\"OwnerUserEmail\":\"superuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{companies}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"103"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 16:55:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"Name\": [\n            \"Company name already exists in Firefish\"\n        ]\n    }\n}"}],"_postman_id":"b20a56c7-cff7-4407-891a-feb974aa8966"},{"name":"Update Company Profile","id":"b48cf770-050f-4862-8859-3e9ea68dccc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"Name\":\"Test Company Rename\",\r\n\"Source\":\"Website\",\r\n\"Address\":{\r\n            \"Address1\": \"The Berries\",\r\n            \"Address2\": \"4 Humbleyard\",\r\n            \"Address3\": \"Bowthorpe\",\r\n            \"Town\": \"Norwich\",\r\n            \"County\": \"Norfolk\",\r\n            \"Country\": \"UK\",\r\n            \"PostCode\": \"NR5 9BA\"\r\n        },\r\n\"PhoneNumber\":\"01234 000 000\",\r\n\"EmailAddress\":\"info@testco.com\",\r\n\"Website\":\"www.testco.com\",\r\n\"LinkedIn\":\"LinkedIn.com/in/testco\",\r\n\"OwnerUserEmail\":\"superuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{companies}}{CompanyRef}","description":"<p><strong>Required Scope:</strong> companiesAPI-write</p>\n<p>This endpoint is used to update an existing company record in Firefish.</p>\n<img src=\"https://content.pstmn.io/0d15d157-3e47-4b51-aa5b-187d8d6b7bff/aW1hZ2UucG5n\" width=\"618\" height=\"191\" />\n\n<p>When updating a Company profile, the nature of the API Request Type means that all fields are updated as per the submission, and so <strong>every available field must be included</strong> as part of the PUT request, otherwise it is treated as <strong>null.</strong></p>\n<p>Every updatable field is available to retrieve first via the GET Company Profile. As such, updating Company records should always be proceeded by a GET Company Profile request to ensure that any information that needs to be kept the same can be submitted as well.</p>\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td>Yes</td>\n<td>The name of the company.</td>\n<td>Must be unique</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>string</td>\n<td>No</td>\n<td>The company source.</td>\n<td>must be a valid Source value in Firefish</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>No</td>\n<td>The address details of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The phone number of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>No</td>\n<td>The email address of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>Website</td>\n<td>string</td>\n<td>No</td>\n<td>The company website address.</td>\n<td></td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td>string</td>\n<td>No</td>\n<td>The LinkedIn address of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>OwnerUserEmail</td>\n<td>string</td>\n<td>Yes</td>\n<td>The email of the company’s owner.</td>\n<td>Must be a valid email address associated with an active user in Firefish</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{companies}}{CompanyRef}"],"query":[],"variable":[]}},"response":[{"id":"d56bd81a-5864-4e91-b726-63a842d08f4a","name":"Successful Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"Name\":\"Test Company Rename\",\r\n\"Source\":\"Website\",\r\n\"Address\":{\r\n            \"Address1\": \"The Berries\",\r\n            \"Address2\": \"4 Humbleyard\",\r\n            \"Address3\": \"Bowthorpe\",\r\n            \"Town\": \"Norwich\",\r\n            \"County\": \"Norfolk\",\r\n            \"Country\": \"UK\",\r\n            \"PostCode\": \"NR5 9BA\"\r\n        },\r\n\"PhoneNumber\":\"01234 000 000\",\r\n\"EmailAddress\":\"info@testco.com\",\r\n\"Website\":\"www.testco.com\",\r\n\"LinkedIn\":\"LinkedIn.com/in/testco\",\r\n\"OwnerUserEmail\":\"superuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{companies}}92815"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 17:05:54 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b48cf770-050f-4862-8859-3e9ea68dccc0"},{"name":"Add Company Note","id":"1e2ea5de-17ae-4acb-962e-59270de567df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"note\":\"Testing\"}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{companies}}{CompanyRef}/activity/notes","description":"<p><strong>Required Scope:</strong> companiesAPI-write</p>\n<p>This endpoint is used to add a recent activity note for a Company.</p>\n<img src=\"https://content.pstmn.io/4d49ab93-d9ff-4463-8e61-06467641d11d/aW1hZ2UucG5n\" width=\"612\" height=\"190\" />\n\n<p>This endpoint is only suitable for miscellaneous system notes required by the application using it and should not be used for recording any information that a user would want to track or report against.</p>\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Note</td>\n<td>string</td>\n<td>Yes</td>\n<td>The note to add to the Company</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["activity","notes"],"host":["{{hostName}}{{companies}}{CompanyRef}"],"query":[],"variable":[]}},"response":[{"id":"a0223d1a-691c-424a-9bf8-e01686f78d3b","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"note\":\"Testing\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{companies}}92811/activity/notes"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Feb 2024 17:07:48 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1e2ea5de-17ae-4acb-962e-59270de567df"}],"id":"93ee1a10-2d28-4166-bdb0-d25121b6293b","description":"<p>The Firefish Companies Application Programming Interface (API) is a JavaScript Object Notation (JSON) API and it provides access to all companies made within the Firefish system. This includes the details of a company search result, and other details such as associated companies, company contacts, company benefits and company terms.</p>\n<p>The company search result is a basic company object with an option to get more details from a company complex object.</p>\n<p>This API also provides write access so that Company information can be created and/or updated.<br />It can be used to integrate this data into other platforms, such as analytics tools, Pay &amp; Bill platforms or Communications products</p>\n<h1 id=\"available-permission-scopes\">Available Permission Scopes</h1>\n<ul>\n<li><p>companiesAPI-read</p>\n</li>\n<li><p>companiesAPI-write</p>\n</li>\n</ul>\n","_postman_id":"93ee1a10-2d28-4166-bdb0-d25121b6293b","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Contacts","item":[{"name":"Contact Search","id":"fcb38fee-8ad7-4aec-b1bd-ba7871e8258c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{contactSearchPath}}","description":"<p><strong>Required Scope:</strong> contactsAPI-read</p>\n<p>This endpoint is used to search for contacts within the Firefish system.</p>\n<p>By default, when no query parameters are provided, the search will return a basic contacts object<br />for contacts that have been created, or updated, within the last 7 days. The search will do a LIKE<br />comparison for any of the string parameters. Two characters is the minimum allowed to perform a<br />search.</p>\n<img src=\"https://content.pstmn.io/50036c7d-a0a1-4dbd-bcf4-9e39d022481c/aW1hZ2UucG5n\" width=\"610\" height=\"259\" />\n\n<h2 id=\"pagination\">Pagination</h2>\n<p>By default, search results are returned in an unpaginated response that is limited to 1000 results. Pagination params can be used when calling this endpoint to return a page count and total results. The maximum number of results that can be returned per page is 1000.</p>\n<p>Note that performance will be affected if attempting to return large volumes of data. It is recommended that additional params are used to narrow the scope of your search.</p>\n<img src=\"https://content.pstmn.io/4d5d82ac-9a5f-438c-90f3-9540b199ae79/aW1hZ2UucG5n\" width=\"604\" height=\"320\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>int</td>\n<td>The unique reference number for the associated contact.</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>The first name of the associated contact.</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>string</td>\n<td>The surname of the associated contact.</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>The title of the associated contact.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The company reference of the employer of the associated contact.</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>The company name of the employer of the associated contact.</td>\n</tr>\n<tr>\n<td>CompanyPhone</td>\n<td>string</td>\n<td>The phone number of the employer of the associated contact</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The job title of the associated contact.</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>The email address of the associated contact.</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>The mobile number of the associated contact.</td>\n</tr>\n<tr>\n<td>WorkNumber</td>\n<td>string</td>\n<td>The work number of the associated contact.</td>\n</tr>\n<tr>\n<td>IsArchived</td>\n<td>bool</td>\n<td>Whether or not the associated contact is archived or not.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the person that has created the contact.</td>\n</tr>\n<tr>\n<td>Created</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the associated contact.</td>\n</tr>\n<tr>\n<td>UpdatedBy</td>\n<td>string</td>\n<td>The full name of the person that has updated the contact.</td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>date-time</td>\n<td>ISO-8601 last updated date of the associated contact.</td>\n</tr>\n<tr>\n<td>LastActionRef</td>\n<td>int</td>\n<td>The unique reference of the last action for the associated contact.</td>\n</tr>\n<tr>\n<td>LastActionName</td>\n<td>string</td>\n<td>The name of the last action for the associated contact.</td>\n</tr>\n<tr>\n<td>LastActionDate</td>\n<td>date-time</td>\n<td>ISO-8601 date of the last action for the associated contact.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{contactSearchPath}}"],"query":[{"disabled":true,"description":{"content":"<p>The first contact created/updated from this date will be retrieved. Defaults to \"Today minus 7 days\" if not provided.</p>\n","type":"text/plain"},"key":"from-date","value":"date or datetime"},{"disabled":true,"description":{"content":"<p>The last contact created/updated to this date will be retrieved. Defaults to \"Today\" if not provided</p>\n","type":"text/plain"},"key":"to-date","value":"date or datetime"},{"disabled":true,"description":{"content":"<p>Determines whether or not the contacts’ Updated Dates should be used instead of the default Created Dates. Defaults to \"False\"</p>\n","type":"text/plain"},"key":"use-updated-dates","value":"bool"},{"disabled":true,"description":{"content":"<p>Determines whether or not to include archived contacts. Defaults to \"False\"</p>\n","type":"text/plain"},"key":"include-archived","value":"bool"},{"disabled":true,"description":{"content":"<p>The contact(s) matching the name will be retrieved.</p>\n","type":"text/plain"},"key":"name","value":"string"},{"disabled":true,"description":{"content":"<p>The contact(s) matching the email will be retrieved.</p>\n","type":"text/plain"},"key":"email-address","value":"string"},{"disabled":true,"description":{"content":"<p>The contact(s) matching the current employer’s company name will be retrieved. </p>\n","type":"text/plain"},"key":"company-name","value":"string"},{"disabled":true,"description":{"content":"<p>The mobile or work numbers on Contact records that exactly contain the value submitted.</p>\n","type":"text/plain"},"key":"contact-phone-number","value":"string"},{"disabled":true,"description":{"content":"<p>Contacts with a last action date from this date</p>\n","type":"text/plain"},"key":"last-action-date-from","value":"date"},{"disabled":true,"description":{"content":"<p>Contacts with a last action date up to this date</p>\n","type":"text/plain"},"key":"last-action-date-to","value":"date"},{"disabled":true,"description":{"content":"<p>The most recent action contacts must have to be retrieved.</p>\n","type":"text/plain"},"key":"last-action-name","value":"string"},{"disabled":true,"description":{"content":"<p>when supplied, use pagination and return this page of results</p>\n","type":"text/plain"},"key":"page","value":"int"},{"disabled":true,"description":{"content":"<p>when supplied, use pagination and return this number of results per page. Maximum of 1000</p>\n","type":"text/plain"},"key":"page-size","value":"int"}],"variable":[]}},"response":[{"id":"6c7f5bc5-eb8f-45d3-b07c-37fb59e8a271","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hostName}}{{contactSearchPath}}?from-date=2010-07-11T16:16:49.010Z&to-date=2024-07-11T16:16:49.010Z&page=1&page-size=10","host":["{{hostName}}{{contactSearchPath}}"],"query":[{"key":"name","value":"Dartmouth Contact","disabled":true},{"key":"from-date","value":"2010-07-11T16:16:49.010Z","description":"The first contact created/updated from this date will be retrieved."},{"key":"to-date","value":"2024-07-11T16:16:49.010Z","description":"The last contact created/updated to this date will be retrieved."},{"key":"use-updated-dates","value":"true","description":"Determines whether or not the contacts’ Updated Dates should be used instead of the default Created Dates","disabled":true},{"key":"include-archived","value":"true","description":"Determines whether or not to include archived contacts.","disabled":true},{"key":"name","value":"Er","description":"The contact(s) matching the name will be retrieved.","disabled":true},{"key":"email-address","value":"De","description":"The contact(s) matching the email will be retrieved.","disabled":true},{"key":"company-name","value":"AG","description":"The contact(s) matching the current employer’s company name will be retrieved. ","disabled":true},{"key":"contact-phone-number","value":"01","description":"The mobile or work numbers to which contact(s) will be retrieved.","disabled":true},{"key":"last-action-date-from","value":"2024-07-11T16:16:49.010Z","description":"Contacts with a last action date from this date","disabled":true},{"key":"last-action-date-to","value":"2025-07-11T16:16:49.010Z","description":"Contacts with a last action date up to this date","disabled":true},{"key":"page","value":"1","description":"The page of Contacts that will be retrieved"},{"key":"page-size","value":"10","description":"The amount of Contacts returned per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"4956"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Wed, 25 Jun 2025 13:15:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Results\": [\n        {\n            \"Ref\": 49235,\n            \"FirstName\": \"Santa\",\n            \"Surname\": \"Clause\",\n            \"Title\": null,\n            \"CompanyRef\": 93825,\n            \"CompanyName\": \"Freel the Burn Industries\",\n            \"CompanyPhone\": \"+44123456822\",\n            \"JobTitle\": \"Xero - Permanent Data Analyst Role\",\n            \"EmailAddress\": \"Santa@dud.com\",\n            \"MobileNumber\": \"9776578\",\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"Santa Clause\",\n            \"Created\": \"2024-01-26T10:19:03.140Z\",\n            \"UpdatedBy\": \"CRM Superuser Role\",\n            \"Updated\": \"2025-06-18T14:55:28.890Z\",\n            \"LastActionRef\": 62992,\n            \"LastActionName\": \"Left Company\",\n            \"LastActionDate\": \"2025-01-16T14:31:55.600Z\"\n        },\n        {\n            \"Ref\": 49512,\n            \"FirstName\": \"MR\",\n            \"Surname\": \"Bump\",\n            \"Title\": null,\n            \"CompanyRef\": 93707,\n            \"CompanyName\": \"amor\",\n            \"CompanyPhone\": null,\n            \"JobTitle\": null,\n            \"EmailAddress\": \"ashishpatel87@gmail.com\",\n            \"MobileNumber\": null,\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"Demo Admin\",\n            \"Created\": \"2024-02-08T15:48:21.520Z\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"Updated\": \"2025-06-19T23:00:25.310Z\",\n            \"LastActionRef\": 71695,\n            \"LastActionName\": \"CV Sent On Spec\",\n            \"LastActionDate\": \"2023-12-17T15:06:58.627Z\"\n        },\n        {\n            \"Ref\": 49517,\n            \"FirstName\": \"Demo\",\n            \"Surname\": \"Compliance\",\n            \"Title\": \"Mr\",\n            \"CompanyRef\": 93697,\n            \"CompanyName\": \"firefish software\",\n            \"CompanyPhone\": \"08456194443\",\n            \"JobTitle\": \"Project Manager\",\n            \"EmailAddress\": \"compliance@firefishsoftware.com\",\n            \"MobileNumber\": null,\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"System Administrator\",\n            \"Created\": \"2024-03-21T16:12:23.463Z\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"Updated\": \"2025-06-19T23:00:25.310Z\",\n            \"LastActionRef\": 80918,\n            \"LastActionName\": \"Extension - Contract\",\n            \"LastActionDate\": \"2025-06-12T11:15:25.940Z\"\n        },\n        {\n            \"Ref\": 49458,\n            \"FirstName\": \"scot\",\n            \"Surname\": \"smith\",\n            \"Title\": null,\n            \"CompanyRef\": null,\n            \"CompanyName\": null,\n            \"CompanyPhone\": null,\n            \"JobTitle\": null,\n            \"EmailAddress\": null,\n            \"MobileNumber\": \"07860503764\",\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"Demo Admin\",\n            \"Created\": \"2024-04-22T13:12:03.570Z\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"Updated\": \"2025-06-19T23:00:25.310Z\",\n            \"LastActionRef\": 48907,\n            \"LastActionName\": \"Notes - Meeting Notes\",\n            \"LastActionDate\": \"2024-09-28T10:58:13.533Z\"\n        },\n        {\n            \"Ref\": 49337,\n            \"FirstName\": \"Sandy\",\n            \"Surname\": \"Bell\",\n            \"Title\": \"Mr\",\n            \"CompanyRef\": 93780,\n            \"CompanyName\": \"Arnold Clarck\",\n            \"CompanyPhone\": null,\n            \"JobTitle\": null,\n            \"EmailAddress\": \"sandy@demo.com\",\n            \"MobileNumber\": null,\n            \"WorkNumber\": \"877878\",\n            \"IsArchived\": false,\n            \"CreatedBy\": \"System Administrator\",\n            \"Created\": \"2024-01-15T09:02:58.557Z\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"Updated\": \"2025-06-19T23:00:25.310Z\",\n            \"LastActionRef\": 68910,\n            \"LastActionName\": \"Permanent Terms\",\n            \"LastActionDate\": \"2024-11-19T12:23:08.443Z\"\n        },\n        {\n            \"Ref\": 49372,\n            \"FirstName\": \"Darran\",\n            \"Surname\": \"Dunsmore\",\n            \"Title\": null,\n            \"CompanyRef\": 93791,\n            \"CompanyName\": \"essential personnel\",\n            \"CompanyPhone\": null,\n            \"JobTitle\": \"vets\",\n            \"EmailAddress\": \"test@test.com\",\n            \"MobileNumber\": null,\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"Demo Admin\",\n            \"Created\": \"2024-04-04T09:57:36.567Z\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"Updated\": \"2025-06-19T23:00:25.310Z\",\n            \"LastActionRef\": 79017,\n            \"LastActionName\": \"Repost Advert\",\n            \"LastActionDate\": \"2024-06-07T14:24:26.237Z\"\n        },\n        {\n            \"Ref\": 49238,\n            \"FirstName\": \"Gordon\",\n            \"Surname\": \"Brown\",\n            \"Title\": null,\n            \"CompanyRef\": 93745,\n            \"CompanyName\": \"AG Barr\",\n            \"CompanyPhone\": \"354543241\",\n            \"JobTitle\": \"Project Manager\",\n            \"EmailAddress\": null,\n            \"MobileNumber\": null,\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"Gordon Brown\",\n            \"Created\": \"2024-02-15T14:02:40.633Z\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"Updated\": \"2025-06-19T23:00:25.310Z\",\n            \"LastActionRef\": 79016,\n            \"LastActionName\": \"Repost Advert\",\n            \"LastActionDate\": \"2024-06-07T14:24:26.080Z\"\n        },\n        {\n            \"Ref\": 49233,\n            \"FirstName\": \"Jo\",\n            \"Surname\": \"bloggs\",\n            \"Title\": null,\n            \"CompanyRef\": 93732,\n            \"CompanyName\": \"bank of no one\",\n            \"CompanyPhone\": null,\n            \"JobTitle\": \"Project Manager\",\n            \"EmailAddress\": \"uggu@tesco.com\",\n            \"MobileNumber\": null,\n            \"WorkNumber\": \"354354\",\n            \"IsArchived\": false,\n            \"CreatedBy\": \"Jo bloggs\",\n            \"Created\": \"2024-01-25T10:28:52.510Z\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"Updated\": \"2025-06-19T23:00:25.310Z\",\n            \"LastActionRef\": 73719,\n            \"LastActionName\": \"Call - Update\",\n            \"LastActionDate\": \"2024-07-02T13:16:17.447Z\"\n        },\n        {\n            \"Ref\": 49527,\n            \"FirstName\": \"Big  Boss\",\n            \"Surname\": \"Barton\",\n            \"Title\": \"Mrs\",\n            \"CompanyRef\": 93823,\n            \"CompanyName\": \"Actions Company Ltd\",\n            \"CompanyPhone\": \"0141 01010101\",\n            \"JobTitle\": \"Action Taker\",\n            \"EmailAddress\": \"bigboss@awesome.com\",\n            \"MobileNumber\": null,\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"Demo Compliance\",\n            \"Created\": \"2024-04-05T13:22:40.340Z\",\n            \"UpdatedBy\": \"CRM Superuser Role\",\n            \"Updated\": \"2025-06-24T12:50:46.587Z\",\n            \"LastActionRef\": 81187,\n            \"LastActionName\": \"Left Company\",\n            \"LastActionDate\": \"2025-06-24T12:50:22.930Z\"\n        },\n        {\n            \"Ref\": 49234,\n            \"FirstName\": \"John\",\n            \"Surname\": \"Clark\",\n            \"Title\": null,\n            \"CompanyRef\": null,\n            \"CompanyName\": null,\n            \"CompanyPhone\": null,\n            \"JobTitle\": null,\n            \"EmailAddress\": \"John@dud.com\",\n            \"MobileNumber\": null,\n            \"WorkNumber\": null,\n            \"IsArchived\": false,\n            \"CreatedBy\": \"John Clark\",\n            \"Created\": \"2024-01-25T10:55:24.573Z\",\n            \"UpdatedBy\": \"AN Superuser Role\",\n            \"Updated\": \"2025-06-25T08:51:56.770Z\",\n            \"LastActionRef\": 61372,\n            \"LastActionName\": \"Create Contact - Manual\",\n            \"LastActionDate\": \"2024-11-19T16:59:51.633Z\"\n        }\n    ],\n    \"TotalPages\": 18,\n    \"TotalCount\": 173\n}"},{"id":"067ce8c7-cd74-49fe-a731-1219491d5274","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hostName}}{{contactSearchPath}}?from-date=2010-07-11T16&to-date=2025-07-11T16:16:49.010Z&page=1&page-size=10","host":["{{hostName}}{{contactSearchPath}}"],"query":[{"key":"name","value":"Dartmouth Contact","disabled":true},{"key":"from-date","value":"2010-07-11T16","description":"The first contact created/updated from this date will be retrieved."},{"key":"to-date","value":"2025-07-11T16:16:49.010Z","description":"The last contact created/updated to this date will be retrieved."},{"key":"use-updated-dates","value":"true","description":"Determines whether or not the contacts’ Updated Dates should be used instead of the default Created Dates","disabled":true},{"key":"include-archived","value":"true","description":"Determines whether or not to include archived contacts.","disabled":true},{"key":"name","value":"Er","description":"The contact(s) matching the name will be retrieved.","disabled":true},{"key":"email-address","value":"De","description":"The contact(s) matching the email will be retrieved.","disabled":true},{"key":"company-name","value":"AG","description":"The contact(s) matching the current employer’s company name will be retrieved. ","disabled":true},{"key":"contact-phone-number","value":"01","description":"The mobile or work numbers to which contact(s) will be retrieved.","disabled":true},{"key":"last-action-date-from","value":"2024-07-11T16:16:49.010Z","description":"Contacts with a last action date from this date","disabled":true},{"key":"last-action-date-to","value":"2025-07-11T16:16:49.010Z","description":"Contacts with a last action date up to this date","disabled":true},{"key":"page","value":"1","description":"The page of Contacts that will be retrieved"},{"key":"page-size","value":"10","description":"The amount of Contacts returned per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"112"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Wed, 25 Jun 2025 13:13:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"contactSearchParameters.FromDate\": [\n            \"Invalid date format.\"\n        ]\n    }\n}"}],"_postman_id":"fcb38fee-8ad7-4aec-b1bd-ba7871e8258c"},{"name":"Contact Profile","id":"949c5906-a1cc-453b-a65e-8f8169d5c8e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{contacts}}{ContactRef}","description":"<p><strong>Required Scope:</strong> contactsAPI-read</p>\n<p>This endpoint requires the contact reference to be supplied, which can be obtained from the search<br />results. It returns full contact object.</p>\n<img src=\"https://content.pstmn.io/10908179-ff22-47e5-936c-14dd937e2845/aW1hZ2UucG5n\" width=\"605\" height=\"146\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>int</td>\n<td>The unique reference number for the associated contact.</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>The first name of the associated contact.</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>string</td>\n<td>The surname of the associated contact.</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>The title of the associated contact.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The company reference of the employer of the associated contact.</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>The company name of the employer of the associated contact.</td>\n</tr>\n<tr>\n<td>CompanyPostcode</td>\n<td>string</td>\n<td>The company postcode of the employer of the associated contact.</td>\n</tr>\n<tr>\n<td>ParentCompanyRef</td>\n<td>int</td>\n<td>The parent company reference of the employer of the associated contact.</td>\n</tr>\n<tr>\n<td>ParentCompanyName</td>\n<td>string</td>\n<td>The parent company name of the employer of the associated contact.</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The job title of the associated contact.</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>The email address of the associated contact.</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>The mobile number of the associated contact.</td>\n</tr>\n<tr>\n<td>WorkNumber</td>\n<td>string</td>\n<td>The work number of the associated contact.</td>\n</tr>\n<tr>\n<td>LastActionDate</td>\n<td>date-time</td>\n<td>The last action date that has been performed by the associated contact.</td>\n</tr>\n<tr>\n<td>OwnerUserRef</td>\n<td>int</td>\n<td>The unique reference of the owner recruiter of the associated contact.</td>\n</tr>\n<tr>\n<td>OwnerUser</td>\n<td>string</td>\n<td>The full name of the owner recruiter of the associated contact.</td>\n</tr>\n<tr>\n<td>OwnerUserEmail</td>\n<td>String</td>\n<td>The email address of the owner recruiter of the associated contact.</td>\n</tr>\n<tr>\n<td>EmailMarketing</td>\n<td>bool</td>\n<td>Whether or not the associated contact has subscribed to receive email marketing.</td>\n</tr>\n<tr>\n<td>SmsMarketing</td>\n<td>bool</td>\n<td>Whether or not the associated contact has subscribed to receive sms marketing.</td>\n</tr>\n<tr>\n<td>PostalMarketing</td>\n<td>bool</td>\n<td>Whether or not the associated contact has subscribed to receive portal marketing.</td>\n</tr>\n<tr>\n<td>IsArchived</td>\n<td>bool</td>\n<td>Whether or not the associated contact is archived.</td>\n</tr>\n<tr>\n<td>Website</td>\n<td>string</td>\n<td>The Website address of the associated contact.</td>\n</tr>\n<tr>\n<td>Twitter</td>\n<td>string</td>\n<td>The Twitter handle of the associated contact.</td>\n</tr>\n<tr>\n<td>Facebook</td>\n<td>string</td>\n<td>The Facebook address of the associated contact.</td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td>string</td>\n<td>The LinkedIn address of the associated contact.</td>\n</tr>\n<tr>\n<td>Skype</td>\n<td>string</td>\n<td>The Skype handle of the associated contact.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>The primary status of the associated contact.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>string</td>\n<td>The secondary status of the associated contact.</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>string</td>\n<td>The tags belonging to the associated contact. These would be retrieved as a comma separated list.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the person that has created the contact.</td>\n</tr>\n<tr>\n<td>Created</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the associated contact.</td>\n</tr>\n<tr>\n<td>UpdatedBy</td>\n<td>string</td>\n<td>The full name of the person that has updated the contact.</td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>date-time</td>\n<td>ISO-8601 last updated date of the associated contact.</td>\n</tr>\n<tr>\n<td>ContactURL</td>\n<td>string</td>\n<td>The website URL needed to navigate to the associated contact's profile in Firefish</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{contacts}}{ContactRef}"],"query":[],"variable":[]}},"response":[{"id":"377f8bb9-5cc1-465f-9275-7f69d565c703","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{contacts}}/48616"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"760"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Feb 2024 16:48:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ref\": 48616,\n    \"FirstName\": \"bob\",\n    \"Surname\": \"barker\",\n    \"Title\": null,\n    \"CompanyRef\": 92745,\n    \"CompanyName\": \"AG Barr\",\n    \"CompanyPostcode\": \"B13\",\n    \"ParentCompanyRef\": 92704,\n    \"ParentCompanyName\": \"Stream Solutions\",\n    \"JobTitle\": \"chief guy\",\n    \"EmailAddress\": \"doh@doh.hh\",\n    \"MobileNumber\": null,\n    \"WorkNumber\": null,\n    \"LastActionDate\": \"2024-02-26T16:39:45.046Z\",\n    \"OwnerUserRef\": null,\n    \"OwnerUser\": null,\n    \"OwnerUserEmail\": null,\n    \"EmailMarketing\": true,\n    \"SmsMarketing\": false,\n    \"PostalMarketing\": true,\n    \"IsArchived\": false,\n    \"Website\": null,\n    \"Twitter\": null,\n    \"Facebook\": null,\n    \"LinkedIn\": null,\n    \"VOIP\": \"skype:sfsdf.rgd\",\n    \"Status\": \"Decision Maker\",\n    \"Type\": \"Hot Lead\",\n    \"Tags\": \"tech\",\n    \"CreatedBy\": \"System Administrator\",\n    \"Created\": \"2016-05-16T14:13:11.107Z\",\n    \"UpdatedBy\": \"System Administrator\",\n    \"Updated\": \"2016-05-16T14:13:11.480Z\"\n}"}],"_postman_id":"949c5906-a1cc-453b-a65e-8f8169d5c8e3"},{"name":"Contact Hiring Preferences","id":"8d0534b7-bc68-4f84-9387-5920b35caf93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{contacts}}{ContactRef}/hiring-preferences","description":"<p><strong>Required Scope:</strong> contactsAPI-read</p>\n<p>This endpoint is used to retrieve contacts’ hiring preferences.</p>\n<p>This endpoint requires the contact reference to be supplied, which can be obtained from the search<br />results.</p>\n<img src=\"https://content.pstmn.io/d72337b6-8941-4f82-bd14-24c6c72d22a5/aW1hZ2UucG5n\" width=\"616\" height=\"150\" />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ContactRef</td>\n<td>int</td>\n<td>The unique reference number for the associated contact.</td>\n</tr>\n<tr>\n<td>Keywords</td>\n<td>string</td>\n<td>The keywords linked with the hiring preferences for the associated contact.</td>\n</tr>\n<tr>\n<td>InterestedInPermanent</td>\n<td>bool</td>\n<td>Whether or not the associated contact is interested in permanent jobs.</td>\n</tr>\n<tr>\n<td>InterestedInContract</td>\n<td>bool</td>\n<td>Whether or not the associated contact is interested in contract jobs.</td>\n</tr>\n<tr>\n<td>Disciplines</td>\n<td>string</td>\n<td>Any hiring disciplines the associated contact is interested in. This would be retrieved as a comma separated list of disciplines in which the parent discipline is also outputted separated with colon.</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>string</td>\n<td>Any hiring locations the associated contact is interested in. This would be retrieved as a comma separated list of locations in which the parent location is also outputted separated with colon.</td>\n</tr>\n<tr>\n<td>Specialisations</td>\n<td>string</td>\n<td>Any hiring specialisations the associated contact is interested in. This would be retrieved as a comma separated list of specialisations in which the parent specialisation is also outputted separated with colon.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["hiring-preferences"],"host":["{{hostName}}{{contacts}}{ContactRef}"],"query":[],"variable":[]}},"response":[{"id":"2e509cdd-0d5e-4460-ab03-82551a70440c","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{contacts}}/48225/hiring-preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"345"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Feb 2024 17:00:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ContactRef\": 48225,\n    \"Keywords\": \"Boolean AND search AND string\",\n    \"InterestedInPermanent\": false,\n    \"InterestedInContract\": true,\n    \"Disciplines\": \"Engineering: Supervisor, Maintenance Technician\",\n    \"Locations\": \"Ireland: Cork, Galway; London: North, South, East, West; Scotland: Edinburgh, Glasgow, Stirling, Aberdeen, Ayr, Dundee\",\n    \"Specialisations\": \"Marine\"\n}"}],"_postman_id":"8d0534b7-bc68-4f84-9387-5920b35caf93"},{"name":"Contact Actions (Recent Activity)","event":[{"listen":"test","script":{"id":"a60ab9b6-4342-44e3-80e9-02ea0e05481a","exec":["\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 1s\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(1000);\r","});"],"type":"text/javascript","packages":{}}}],"id":"6a287691-40ad-4551-a37b-96074518a7df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{contacts}}{ContactRef}/actions","description":"<p><strong>Required Scope:</strong> contactsAPI-read</p>\n<p>This endpoint is used to retrieve a history of contact’s actions.</p>\n<p>This endpoint requires the contact reference to be supplied, which can be obtained from the search<br />results.</p>\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ActionRef</td>\n<td>string</td>\n<td>The unique reference number for the Action.</td>\n</tr>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>ContactRef</td>\n<td>int</td>\n<td>The unique reference number for the associated contact.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>JobRef</td>\n<td>int</td>\n<td>The unique reference number for the associated job.</td>\n</tr>\n<tr>\n<td>AdvertRef</td>\n<td>int</td>\n<td>The unique reference number for the associated advert.</td>\n</tr>\n<tr>\n<td>FriendlyPlacementRef</td>\n<td>string</td>\n<td>The friendly placement associated with the action.</td>\n</tr>\n<tr>\n<td>ActionName</td>\n<td>string</td>\n<td>The name of the action.</td>\n</tr>\n<tr>\n<td>ActionDetail</td>\n<td>string</td>\n<td>The action detail for the action.</td>\n</tr>\n<tr>\n<td>Note</td>\n<td>string</td>\n<td>The note of the action.</td>\n</tr>\n<tr>\n<td>FollowUpDate</td>\n<td>date-time</td>\n<td>ISO-8601 follow-up date of the action.</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the action.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the user who created the action.</td>\n</tr>\n<tr>\n<td>CreatedUserRef</td>\n<td>int</td>\n<td>The unique reference number of the user who created the action.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["actions"],"host":["{{hostName}}{{contacts}}{ContactRef}"],"query":[],"variable":[]}},"response":[{"id":"f8380304-5c44-41ba-af71-295519d7c15d","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{contacts}}/48277/actions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"9231"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Feb 2024 17:04:55 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ActionRef\": 78251,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:22.113Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78250,\n        \"CandidateRef\": 48260,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.830Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78249,\n        \"CandidateRef\": 48248,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.533Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78248,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.190Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78247,\n        \"CandidateRef\": 48352,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.003Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78246,\n        \"CandidateRef\": 48313,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.817Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78245,\n        \"CandidateRef\": 48356,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.627Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 78244,\n        \"CandidateRef\": 48359,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Email\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.317Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77966,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:22.113Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77966,\n        \"CandidateRef\": 48242,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:22.113Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77965,\n        \"CandidateRef\": 48260,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.830Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77965,\n        \"CandidateRef\": 48260,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.830Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77964,\n        \"CandidateRef\": 48248,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.533Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77964,\n        \"CandidateRef\": 48248,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.533Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77963,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.190Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77963,\n        \"CandidateRef\": 48267,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.190Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77962,\n        \"CandidateRef\": 48352,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.003Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77962,\n        \"CandidateRef\": 48352,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:21.003Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77961,\n        \"CandidateRef\": 48313,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.817Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77961,\n        \"CandidateRef\": 48313,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.817Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77960,\n        \"CandidateRef\": 48356,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.627Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77960,\n        \"CandidateRef\": 48356,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.627Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77959,\n        \"CandidateRef\": 48359,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.317Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 77959,\n        \"CandidateRef\": 48359,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"CV Sent\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2020-02-24T00:00:00.000Z\",\n        \"CreatedDate\": \"2020-02-24T22:45:20.317Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 75652,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": 1471,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:51:55.880Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 75629,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91977,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-21T13:35:52.367Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74265,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91976,\n        \"AdvertRef\": 1470,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Advert\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-09T13:27:52.190Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    },\n    {\n        \"ActionRef\": 74260,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48277,\n        \"CompanyRef\": 92745,\n        \"JobRef\": 91976,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2019-05-09T13:17:44.427Z\",\n        \"CreatedBy\": \"Demo Admin\",\n        \"CreatedUserRef\": 48226\n    }\n]"}],"_postman_id":"6a287691-40ad-4551-a37b-96074518a7df"},{"name":"Create Contact Profile","id":"92793a70-9b1b-42e9-a666-a620ed4b6fd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"\",\r\n\"Surname\":\"\",\r\n\"JobTitle\":\"\",\r\n\"CompanyRef\":\"\",\r\n\"EmailAddress\":\"\",\r\n\"MobileNumber\":\"\",\r\n\"WorkNumber\":\"\",\r\n\"EmailMarketing\":true,\r\n\"SMSMarketing\":true,\r\n\"PostalMarketing\":true,\r\n\"LinkedIn\":\"\",\r\n\"OwnerUserEmail\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{contacts}}","description":"<p><strong>Required Scope:</strong> contactsAPI-write</p>\n<p>This endpoint is used to create a new Contact Record.</p>\n<img src=\"https://content.pstmn.io/84de5abb-46d4-4873-ba43-97d61921d280/aW1hZ2UucG5n\" width=\"602\" height=\"242\" />\n\n<p>A Contact may already exist in the system as a Candidate. Before creating a new contact record, check to see if the person exists as a candidate first to avoid creating records that later have to be merged.</p>\n<p>If a person exists as one entity type but not the other, it means that part of the record is inactive and will be activated upon being updated.</p>\n<p>To update an inactive contact record, use the PUT update contact record endpoint and provide the matching candidateRef as the contactRef.</p>\n<h2 id=\"workflow-diagram\">Workflow Diagram:</h2>\n<img src=\"https://content.pstmn.io/c941219b-3cd6-4702-80af-4d5e68a88384/Q29udGFjdCBDcmVhdGUuanBn\" alt=\"Diagram%20that%20summarises%20what%20happens%20when%20a%20Contact%20is%20created/updated\" width=\"778\" height=\"1115\" />\n\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>Yes</td>\n<td>The first name of the contact.</td>\n<td>Shared with matching candidate record</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>string</td>\n<td>Yes</td>\n<td>The surname of the contact.</td>\n<td>Shared with matching candidate record</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>No</td>\n<td>The job title of the contact.</td>\n<td>Shared with matching candidate record</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>Yes</td>\n<td>The email address of the contact.</td>\n<td>Must be a unique value when provided - if the value already exists in Firefish, the request will be rejected.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>No</td>\n<td>The reference of the associated company. Can be retrieved via the Company API.</td>\n<td></td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The mobile number of the contact.</td>\n<td></td>\n</tr>\n<tr>\n<td>WorkNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The work number of the contact.</td>\n<td></td>\n</tr>\n<tr>\n<td>EmailMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether or not the contact is subscribed to receive email marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>SMSMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether or not the contact is subscribed to receive SMS marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>PostalMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether the contact is subscribed to Postal Marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td>string</td>\n<td>No</td>\n<td>The LinkedIn address of the contact.</td>\n<td>Shared with matching candidate record  <br />  <br />Must be a unique value when provided - if the value already exists in Firefish, the request will be rejected.</td>\n</tr>\n<tr>\n<td>OwnerUserEmail</td>\n<td>string</td>\n<td>Yes</td>\n<td>The email of the contact’s owner.</td>\n<td>must be a recognised user email in Firefish when provided</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{contacts}}"],"query":[],"variable":[]}},"response":[{"id":"1b6bb059-d2b6-4acd-8ebc-9e3d68c47f48","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"New API\",\r\n\"Surname\":\"Contact01\",\r\n\"JobTitle\":\"Recruitment Manager\",\r\n\"CompanyRef\":\"92812\",\r\n\"EmailAddress\":\"NewContactAPI01@Gsnail.com\",\r\n\"MobileNumber\":\"+335205235147\",\r\n\"WorkNumber\":\"01125325620\",\r\n\"EmailMarketing\":true,\r\n\"SMSMarketing\":true,\r\n\"PostalMarketing\":true,\r\n\"LinkedIn\":\"https://wwww.linkedin.com/in/NewContact-0fgF8fED444F\",\r\n\"OwnerUserEmail\":\"superuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{contacts}}"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"13"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Feb 2024 16:33:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ref\": 48832\n}"},{"id":"925989d4-33eb-4d2c-a7ec-ddf52d61382b","name":"Company Not Found Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"New API\",\r\n\"Surname\":\"Contact01\",\r\n\"JobTitle\":\"Recruitment Manager\",\r\n\"CompanyRef\":\"922\",\r\n\"EmailAddress\":\"NewContactAPI01@Gsnail.com\",\r\n\"MobileNumber\":\"+335205235147\",\r\n\"WorkNumber\":\"01125325620\",\r\n\"EmailMarketing\":true,\r\n\"SMSMarketing\":true,\r\n\"PostalMarketing\":true,\r\n\"LinkedIn\":\"https://wwww.linkedin.com/in/NewContact-0fgF8fED444F\",\r\n\"OwnerUserEmail\":\"superuser@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{contacts}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"88"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Feb 2024 16:33:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"CompanyRef\": [\n            \"Company not found.\"\n        ]\n    }\n}"}],"_postman_id":"92793a70-9b1b-42e9-a666-a620ed4b6fd7"},{"name":"Update Contact Profile","id":"002bb8c0-0b41-4016-b33c-026a46b499b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"\",\r\n\"Surname\":\"\",\r\n\"JobTitle\":\"\",\r\n\"CompanyRef\":\"\",\r\n\"EmailAddress\":\"\",\r\n\"MobileNumber\":\"\",\r\n\"WorkNumber\":\"\",\r\n\"EmailMarketing\":false,\r\n\"SMSMarketing\":false,\r\n\"PostalMarketing\":true,\r\n\"LinkedIn\":\"\",\r\n\"OwnerUserEmail\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{contacts}}{ContactRef}","description":"<p><strong>Required Scope:</strong> contactsAPI-write</p>\n<p>This endpoint allows you to update an existing Contact record by specifying the Contact Ref (found as part of a contact search).</p>\n<img src=\"https://content.pstmn.io/008e5569-d7bb-4b3b-bd13-f85c293b40c3/aW1hZ2UucG5n\" width=\"610\" height=\"183\" />\n\n<p>When updating a contact’s main profile, the nature of the API Request Type means that all fields are updated as per the submission, and so <strong>every available field must be included</strong> as part of the PUT request, otherwise it is treated as <strong>null.</strong></p>\n<p>Every updatable field is available to retrieve first via the GET Contact Profile. As such, updating contact records should always be proceeded by a GET Contact Profile request to ensure that any information that needs to be kept the same can be submitted as well.</p>\n<p>To see a workflow diagram that summarises what happens when updating a contact, refer to the <a href=\"https://developer.firefishsoftware.com/#92793a70-9b1b-42e9-a666-a620ed4b6fd7\">POST Create Contact Profile endpoint.</a></p>\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>Yes</td>\n<td>The first name of the contact.</td>\n<td></td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>string</td>\n<td>Yes</td>\n<td>The surname of the contact.</td>\n<td></td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>No</td>\n<td>The job title of the contact.</td>\n<td></td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>Yes</td>\n<td>The email address of the contact.</td>\n<td>Must be a unique value when provided - if the value already exists in Firefish, the request will be rejected.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>No</td>\n<td>The reference of the associated company. Can be retrieved via the Company API.</td>\n<td>Must be a recognised CompanyRef when provided. If the companyRef cannot be found, the request will be rejected.</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The mobile number of the contact.</td>\n<td></td>\n</tr>\n<tr>\n<td>WorkNumber</td>\n<td>string</td>\n<td>No</td>\n<td>The work number of the contact.</td>\n<td></td>\n</tr>\n<tr>\n<td>EmailMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether or not the contact is subscribed to receive email marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>SMSMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether or not the contact is subscribed to receive SMS marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>PostalMarketing</td>\n<td>bool</td>\n<td>No</td>\n<td>Whether the contact is subscribed to Postal Marketing.</td>\n<td>Defaults to system default when not provided</td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td>string</td>\n<td>No</td>\n<td>The LinkedIn address of the contact.</td>\n<td>Must be a unique value when provided - if the value already exists in Firefish, the request will be rejected.</td>\n</tr>\n<tr>\n<td>OwnerUserEmail</td>\n<td>string</td>\n<td>Yes</td>\n<td>The email of the contact’s owner.</td>\n<td>must be a recognised user email in Firefish when provided</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{contacts}}{ContactRef}"],"query":[],"variable":[]}},"response":[{"id":"51f4782c-e0a5-4a15-a84e-e07abb5882a6","name":"Successful Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"Updated API\",\r\n\"Surname\":\"Contact01\",\r\n\"JobTitle\":\"Senior Recruiter\",\r\n\"CompanyRef\":\"92771\",\r\n\"EmailAddress\":\"SeniorRecruiter01@Gsnail.org\",\r\n\"MobileNumber\":\"+22555236001\",\r\n\"WorkNumber\":\"111.523.6986\",\r\n\"EmailMarketing\":false,\r\n\"SMSMarketing\":false,\r\n\"PostalMarketing\":true,\r\n\"LinkedIn\":\"\",\r\n\"OwnerUserEmail\":\"compliance@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{contacts}}48592"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Feb 2024 16:37:53 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"715a347a-55f9-42e7-80e1-7c3f5b957b6d","name":"Duplicate Email validation error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"FirstName\":\"Updated API\",\r\n\"Surname\":\"Contact01\",\r\n\"JobTitle\":\"Senior Recruiter\",\r\n\"CompanyRef\":\"92771\",\r\n\"EmailAddress\":\"NewContactAPI01@Gsnail.com\",\r\n\"MobileNumber\":\"+22555236001\",\r\n\"WorkNumber\":\"111.523.6986\",\r\n\"EmailMarketing\":false,\r\n\"SMSMarketing\":false,\r\n\"PostalMarketing\":true,\r\n\"LinkedIn\":\"\",\r\n\"OwnerUserEmail\":\"compliance@template.dud\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{contacts}}48592"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"120"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Feb 2024 16:38:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"EmailAddress\": [\n            \"A Contact already exists with that email address\"\n        ]\n    }\n}"}],"_postman_id":"002bb8c0-0b41-4016-b33c-026a46b499b2"},{"name":"Add Contact Note","id":"719952ff-53e2-4b9a-b27f-f6eaf2ca59a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"note\":\"\"}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{contacts}}{ContactRef}/activity/notes","description":"<p><strong>Required Scope:</strong> contactsAPI-write</p>\n<p>This endpoint is used to add a recent activity note for a contact.</p>\n<img src=\"https://content.pstmn.io/7cf06b61-16bb-4b60-bd21-c3d86972ecf3/aW1hZ2UucG5n\" width=\"615\" height=\"191\" />\n\n<p>This endpoint is only suitable for miscellaneous system notes required by the application using it and should not be used for recording any information that a user would want to track or report against.</p>\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Note</td>\n<td>string</td>\n<td>Yes</td>\n<td>The note to add to the Contact</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["activity","notes"],"host":["{{hostName}}{{contacts}}{ContactRef}"],"query":[],"variable":[]}},"response":[{"id":"bae2a4a3-dd6f-4d5c-abd8-5f2ae88149f4","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"note\":\"Testing\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{contacts}}48616/activity/notes"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Feb 2024 16:39:44 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"719952ff-53e2-4b9a-b27f-f6eaf2ca59a1"}],"id":"84f5bbee-083a-4b40-92c4-074a31724ed2","description":"<p>The Firefish Contacts Application Programming Interface (API) is a JavaScript Object Notation (JSON) API and it provides access to all contacts made within the Firefish system. This includes the details of a contact search result, and other details such as hiring preferences. The contact search result is a basic contact object with an option to get more details from a contact complex object.</p>\n<p>This API also provides write access so that Contact information can be created and/or updated.</p>\n<p>It can be used to integrate this data into other platforms, such as Marketing, Reporting or Pay &amp; Bill applications.</p>\n<h1 id=\"available-permission-scopes\">Available Permission Scopes</h1>\n<ul>\n<li><p>contactsAPI-read</p>\n</li>\n<li><p>contactsAPI-write</p>\n</li>\n</ul>\n","_postman_id":"84f5bbee-083a-4b40-92c4-074a31724ed2","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Jobs","item":[{"name":"V1.1","item":[{"name":"Job Search","id":"6bf64553-1f18-4875-9c31-d58eec98e918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{apiToken}}"},"isInherited":false},"method":"GET","header":[],"url":"{{hostName}}/api/v1.1/jobs/search","description":"<p><strong>Required Scope:</strong> jobsAPI-read</p>\n<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Job Search</strong> endpoint retrieves a filtered list of job records from Firefish.<br />It is typically used by partners to synchronise job data into external systems such as job boards, analytics platforms, or business reporting tools.</p>\n<p>This endpoint is functionally identical to <strong><code>/v1.0/jobs/search</code></strong>, with only the base URL version updated.</p>\n<hr />\n<h2 id=\"required-permission-scopes\">Required Permission Scopes</h2>\n<p>To call this endpoint, your integration must be granted the following scope:</p>\n<ul>\n<li><strong><code>jobsAPI-read</code></strong> – enables read-only access to job records.</li>\n</ul>\n<hr />\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method</strong>: <code>GET</code></p>\n</li>\n<li><p><strong>URL</strong>: <code>/api/v1.1/jobs/search</code></p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><p>Standard search filters (e.g. <code>from-date</code>, <code>to-date</code>, <code>use-updated-dates</code>, <code>title</code>, <code>status</code>, <code>job-type</code>, <code>company-name</code>, <code>stage</code>).</p>\n</li>\n<li><p>Limited to <strong>1000 results</strong> per request.</p>\n</li>\n<li><p><strong>Pagination is not supported</strong> for this endpoint.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"response\">Response</h2>\n<p>The response body is a JSON array of <strong>Job Objects</strong>, each representing a job record in Firefish.</p>\n<h3 id=\"response-object-job\">Response Object: Job</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Ref</strong></td>\n<td>int</td>\n<td>Unique reference identifier for the job record.</td>\n</tr>\n<tr>\n<td><strong>Title</strong></td>\n<td>string</td>\n<td>The job title.</td>\n</tr>\n<tr>\n<td><strong>Status</strong></td>\n<td>string</td>\n<td>The current job status (e.g. <code>Open</code>, <code>Closed</code>, <code>Placed</code>).</td>\n</tr>\n<tr>\n<td><strong>JobType</strong></td>\n<td>string</td>\n<td>The job type. Possible values: <code>Permanent</code>, <code>Contract</code>.</td>\n</tr>\n<tr>\n<td><strong>CompanyRef</strong></td>\n<td>int</td>\n<td>Unique reference for the associated company.</td>\n</tr>\n<tr>\n<td><strong>CompanyName</strong></td>\n<td>string</td>\n<td>Name of the associated company.</td>\n</tr>\n<tr>\n<td><strong>Stage</strong></td>\n<td>string</td>\n<td>Current stage of the job workflow (e.g. <code>New Job</code>, <code>Considering</code> <code>Recruiter Interview</code>, <code>CV Sent</code>, <code>Employer Interview</code> , <code>Offer</code>).</td>\n</tr>\n<tr>\n<td><strong>PositionsTotal</strong></td>\n<td>int</td>\n<td>Total number of positions available for the job.</td>\n</tr>\n<tr>\n<td><strong>CandidatesInProcess</strong></td>\n<td>int</td>\n<td>Number of candidates currently in process for this job.</td>\n</tr>\n<tr>\n<td><strong>PrimaryLocation</strong></td>\n<td>string</td>\n<td>The primary location of the job.</td>\n</tr>\n<tr>\n<td><strong>PrimaryDiscipline</strong></td>\n<td>string</td>\n<td>The primary discipline associated with the job.</td>\n</tr>\n<tr>\n<td><strong>PrimarySpecialisation</strong></td>\n<td>string</td>\n<td>The primary specialisation associated with the job.</td>\n</tr>\n<tr>\n<td><strong>UserName</strong></td>\n<td>string</td>\n<td>Name of the primary job owner (Firefish user).</td>\n</tr>\n<tr>\n<td><strong>UserRef</strong></td>\n<td>int</td>\n<td>Unique reference for the primary job owner.</td>\n</tr>\n<tr>\n<td><strong>AdditionalOwners</strong></td>\n<td>array</td>\n<td>Array of secondary job owners (Firefish users).</td>\n</tr>\n<tr>\n<td><strong>Website</strong></td>\n<td>string</td>\n<td>The Firefish website name the job is associated with.</td>\n</tr>\n<tr>\n<td><strong>CreatedBy</strong></td>\n<td>string</td>\n<td>The Firefish user who created the job.</td>\n</tr>\n<tr>\n<td><strong>Created</strong></td>\n<td>datetime</td>\n<td>ISO-8601 timestamp of when the job was created.</td>\n</tr>\n<tr>\n<td><strong>UpdatedBy</strong></td>\n<td>string</td>\n<td>The Firefish user who last updated the job.</td>\n</tr>\n<tr>\n<td><strong>Updated</strong></td>\n<td>datetime</td>\n<td>ISO-8601 timestamp of the most recent update.</td>\n</tr>\n<tr>\n<td><strong>LastActionRef</strong></td>\n<td>int</td>\n<td>Unique reference for the most recent action recorded against the job.</td>\n</tr>\n<tr>\n<td><strong>LastActionName</strong></td>\n<td>string</td>\n<td>Friendly name of the most recent action (e.g. <code>Offer Authorisation</code>).</td>\n</tr>\n<tr>\n<td><strong>LastActionDate</strong></td>\n<td>datetime</td>\n<td>ISO-8601 timestamp of the most recent action recorded against the job.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"additionaljobowners\">AdditionalJobOwners</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OwnerName</td>\n<td>string</td>\n<td>The Full Name of the user assigned as a secondary owner</td>\n</tr>\n<tr>\n<td>OwnerRef</td>\n<td>int</td>\n<td>The UserRef for the user assigned as a secondary owner</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1.1","jobs","search"],"host":["{{hostName}}"],"query":[{"disabled":true,"description":{"content":"<p>The first job created/update as of this datetime. Defaults to today minus 7 days when not provided</p>\n","type":"text/plain"},"key":"from-date","value":"datetime"},{"disabled":true,"description":{"content":"<p>The last job created/updated to this date will be retrieved. Defaults to today if not provided.</p>\n","type":"text/plain"},"key":"to-date","value":"datetime"},{"disabled":true,"description":{"content":"<p>Use updated dates instead of Created Dates in from-date and to-date. Defaults to false when not provided.</p>\n","type":"text/plain"},"key":"use-updated-dates","value":"boolean"},{"disabled":true,"description":{"content":"<p>The job(s) containing the value in title will be retrieved.</p>\n","type":"text/plain"},"key":"title","value":"string"},{"disabled":true,"description":{"content":"<p>The job(s) matching the status will be retrieved.  Example: “Open”, “Closed”, \"Placed\". Defaults to \"All\" when not provided.</p>\n","type":"text/plain"},"key":"status","value":"string"},{"disabled":true,"description":{"content":"<p>The job(s) matching the job type will be retrieved. Example: “Permanent”, “Contract”, \"Temp\". Defaults to \"all\" when not provided.</p>\n","type":"text/plain"},"key":"job-type","value":"string"},{"disabled":true,"description":{"content":"<p>The job(s) associated with a company whos name contains the value will be retrieved.</p>\n","type":"text/plain"},"key":"company-name","value":"string"},{"disabled":true,"description":{"content":"<p>The job(s) at the matching stage will be retrieved. Values: \"New Job\", \"Considering\", \"Recruiter Interview\", \"CV Sent\", Employer Interview\", \"Offer\". Defaults to \"all\" when not provided.</p>\n","type":"text/plain"},"key":"stage","value":"string"},{"disabled":true,"description":{"content":"<p>Return jobs whose last action created most recently as of this date</p>\n","type":"text/plain"},"key":"last-action-date-from","value":"datetime"},{"disabled":true,"description":{"content":"<p>Return jobs whose last action created most recently up to this date</p>\n","type":"text/plain"},"key":"last-action-date-to","value":"datetime"},{"disabled":true,"description":{"content":"<p>Return jobs whose who last action created most recently contains this value in the action name</p>\n","type":"text/plain"},"key":"last-action-name","value":"datetime"}],"variable":[]}},"response":[{"id":"87d8dfcc-86db-434e-8e76-33f9a85f5040","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hostName}}/api/v1.1/jobs/search","host":["{{hostName}}"],"path":["api","v1.1","jobs","search"],"query":[{"key":"from-date","value":"datetime","description":"The first job created/update as of this datetime. Defaults to today minus 7 days when not provided","disabled":true},{"key":"to-date","value":"datetime","description":"The last job created/updated to this date will be retrieved. Defaults to today if not provided.","disabled":true},{"key":"use-updated-dates","value":"boolean","description":"Use updated dates instead of Created Dates in from-date and to-date. Defaults to false when not provided.","disabled":true},{"key":"title","value":"string","description":"The job(s) containing the value in title will be retrieved.","disabled":true},{"key":"status","value":"string","description":"The job(s) matching the status will be retrieved.  Example: “Open”, “Closed”, \"Placed\". Defaults to \"All\" when not provided.","disabled":true},{"key":"job-type","value":"string","description":"The job(s) matching the job type will be retrieved. Example: “Permanent”, “Contract”, \"Temp\". Defaults to \"all\" when not provided.","disabled":true},{"key":"company-name","value":"string","description":"The job(s) associated with a company whos name contains the value will be retrieved.","disabled":true},{"key":"stage","value":"string","description":"The job(s) at the matching stage will be retrieved. Values: \"New Job\", \"Considering\", \"Recruiter Interview\", \"CV Sent\", Employer Interview\", \"Offer\". Defaults to \"all\" when not provided.","disabled":true},{"key":"last-action-date-from","value":"datetime","description":"Return jobs whose last action created most recently as of this date","disabled":true},{"key":"last-action-date-to","value":"datetime","description":"Return jobs whose last action created most recently up to this date","disabled":true},{"key":"last-action-name","value":"datetime","description":"Return jobs whose who last action created most recently contains this value in the action name","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"14272"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 16 Sep 2025 16:56:53 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Ref\": 93086,\n        \"Title\": \"Postman Permanent Job\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Permanent\",\n        \"CompanyRef\": 93819,\n        \"CompanyName\": \"Strathaven Company\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 13,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": \"Health\",\n        \"UserName\": \"INT Superuser Role\",\n        \"UserRef\": 49883,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"System Administrator\",\n        \"Created\": \"2025-09-16T16:11:40.187Z\",\n        \"UpdatedBy\": \"System Administrator\",\n        \"Updated\": \"2025-09-16T16:11:40.187Z\",\n        \"LastActionRef\": 81647,\n        \"LastActionName\": \"New Job\",\n        \"LastActionDate\": \"2025-09-16T16:11:40.360Z\"\n    },\n    {\n        \"Ref\": 93058,\n        \"Title\": \"Shift Job\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Temp\",\n        \"CompanyRef\": 93745,\n        \"CompanyName\": \"AG Barr\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"AN Superuser Role\",\n        \"UserRef\": 49819,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"AN Superuser Role\",\n        \"Created\": \"2025-09-09T09:04:54.823Z\",\n        \"UpdatedBy\": \"System Administrator\",\n        \"Updated\": \"2025-09-16T14:41:34.297Z\",\n        \"LastActionRef\": 81580,\n        \"LastActionName\": \"Job Board Advert Closed - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:37:05.383Z\"\n    },\n    {\n        \"Ref\": 93053,\n        \"Title\": \"Drivers\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Temp\",\n        \"CompanyRef\": 93886,\n        \"CompanyName\": \"Waltham Point\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Driver\",\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"Superuser Role\",\n        \"UserRef\": 49787,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"System Administrator\",\n        \"Created\": \"2025-09-10T15:00:52.337Z\",\n        \"UpdatedBy\": \"System Administrator\",\n        \"Updated\": \"2025-09-16T13:16:05.833Z\",\n        \"LastActionRef\": 81528,\n        \"LastActionName\": \"Shift Cancelled\",\n        \"LastActionDate\": \"2025-09-16T09:23:42.607Z\"\n    },\n    {\n        \"Ref\": 93081,\n        \"Title\": \"JDTest\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Temp\",\n        \"CompanyRef\": 93878,\n        \"CompanyName\": \"Company Merge Test 1 (Has Data)\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"System Administrator\",\n        \"UserRef\": 1001,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"System Administrator\",\n        \"Created\": \"2025-09-15T12:33:11.257Z\",\n        \"UpdatedBy\": \"CRM Superuser Role\",\n        \"Updated\": \"2025-09-16T12:32:19.250Z\",\n        \"LastActionRef\": 81423,\n        \"LastActionName\": \"New Job\",\n        \"LastActionDate\": \"2025-09-15T12:33:11.647Z\"\n    },\n    {\n        \"Ref\": 93085,\n        \"Title\": \"New Perm Job\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Permanent\",\n        \"CompanyRef\": 93745,\n        \"CompanyName\": \"AG Barr\",\n        \"Stage\": \"Offer\",\n        \"PositionsTotal\": 11,\n        \"CandidatesInProcess\": 1,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"AN Superuser Role\",\n        \"UserRef\": 49819,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"AN Superuser Role\",\n        \"Created\": \"2025-09-16T10:21:14.900Z\",\n        \"UpdatedBy\": \"AN Superuser Role\",\n        \"Updated\": \"2025-09-16T10:34:25.447Z\",\n        \"LastActionRef\": 81580,\n        \"LastActionName\": \"Job Board Advert Closed - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:37:05.383Z\"\n    },\n    {\n        \"Ref\": 93084,\n        \"Title\": \"Advert Section on Job\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 93808,\n        \"CompanyName\": \"Employer\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"Superuser Role\",\n        \"UserRef\": 49787,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2025-09-16T08:42:40.557Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2025-09-16T08:42:42.637Z\",\n        \"LastActionRef\": 81637,\n        \"LastActionName\": \"Advert Application\",\n        \"LastActionDate\": \"2025-09-16T14:03:48.493Z\"\n    },\n    {\n        \"Ref\": 93083,\n        \"Title\": \"Permanent Job\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Permanent\",\n        \"CompanyRef\": 93745,\n        \"CompanyName\": \"AG Barr\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 11,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"AN Superuser Role\",\n        \"UserRef\": 49819,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"System Administrator\",\n        \"Created\": \"2025-09-15T15:27:17.417Z\",\n        \"UpdatedBy\": \"System Administrator\",\n        \"Updated\": \"2025-09-15T15:34:34.600Z\",\n        \"LastActionRef\": 81580,\n        \"LastActionName\": \"Job Board Advert Closed - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:37:05.383Z\"\n    },\n    {\n        \"Ref\": 93082,\n        \"Title\": \"test\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Permanent\",\n        \"CompanyRef\": 93808,\n        \"CompanyName\": \"Employer\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"Superuser Role\",\n        \"UserRef\": 49787,\n        \"AdditionalOwners\": [\n            {\n                \"OwnerName\": \"AN Superuser Role\",\n                \"OwnerRef\": 49819\n            },\n            {\n                \"OwnerName\": \"CRM Superuser Role\",\n                \"OwnerRef\": 49820\n            }\n        ],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2025-09-15T13:43:52.790Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2025-09-15T13:43:53.617Z\",\n        \"LastActionRef\": 81637,\n        \"LastActionName\": \"Advert Application\",\n        \"LastActionDate\": \"2025-09-16T14:03:48.493Z\"\n    },\n    {\n        \"Ref\": 93032,\n        \"Title\": \"Perm Actions Framework\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Permanent\",\n        \"CompanyRef\": 93824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": \"Health\",\n        \"UserName\": \"INT Superuser Role\",\n        \"UserRef\": 49883,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"INT Superuser Role\",\n        \"Created\": \"2025-09-10T15:35:11.107Z\",\n        \"UpdatedBy\": \"INT Superuser Role\",\n        \"Updated\": \"2025-09-10T15:35:31.280Z\",\n        \"LastActionRef\": 81611,\n        \"LastActionName\": \"Job Board Post - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:39:05.290Z\"\n    },\n    {\n        \"Ref\": 93031,\n        \"Title\": \"Contract Actions Framework\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 93824,\n        \"CompanyName\": \"Great Barrier Reeve Ltd\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": \"Health\",\n        \"UserName\": \"INT Superuser Role\",\n        \"UserRef\": 49883,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"INT Superuser Role\",\n        \"Created\": \"2025-09-10T15:30:04.383Z\",\n        \"UpdatedBy\": \"INT Superuser Role\",\n        \"Updated\": \"2025-09-10T15:30:10.960Z\",\n        \"LastActionRef\": 81611,\n        \"LastActionName\": \"Job Board Post - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:39:05.290Z\"\n    },\n    {\n        \"Ref\": 93029,\n        \"Title\": \"Xero - Permanent Data Analyst Role\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Permanent\",\n        \"CompanyRef\": 93825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"CRM Superuser Role\",\n        \"UserRef\": 49820,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"CRM Superuser Role\",\n        \"Created\": \"2025-09-10T14:34:44.857Z\",\n        \"UpdatedBy\": \"CRM Superuser Role\",\n        \"Updated\": \"2025-09-10T14:56:22.797Z\",\n        \"LastActionRef\": 81613,\n        \"LastActionName\": \"Job Board Post - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:39:06.337Z\"\n    },\n    {\n        \"Ref\": 93030,\n        \"Title\": \"Xero - Contract Business Analyst Role\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 93825,\n        \"CompanyName\": \"Freel the Burn Industries\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": \"Technology\",\n        \"UserName\": \"CRM Superuser Role\",\n        \"UserRef\": 49820,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"CRM Superuser Role\",\n        \"Created\": \"2025-09-10T14:43:57.040Z\",\n        \"UpdatedBy\": \"CRM Superuser Role\",\n        \"Updated\": \"2025-09-10T14:53:18.063Z\",\n        \"LastActionRef\": 81613,\n        \"LastActionName\": \"Job Board Post - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:39:06.337Z\"\n    },\n    {\n        \"Ref\": 93049,\n        \"Title\": \"Timesheets Test 1 - Number of completed Timesheets within a time period matches expected number of w\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 93808,\n        \"CompanyName\": \"Employer\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": \"Health\",\n        \"UserName\": \"CRM Superuser Role\",\n        \"UserRef\": 49820,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"CRM Superuser Role\",\n        \"Created\": \"2025-09-10T11:32:55.030Z\",\n        \"UpdatedBy\": \"CRM Superuser Role\",\n        \"Updated\": \"2025-09-10T14:39:59.940Z\",\n        \"LastActionRef\": 81637,\n        \"LastActionName\": \"Advert Application\",\n        \"LastActionDate\": \"2025-09-16T14:03:48.493Z\"\n    },\n    {\n        \"Ref\": 93022,\n        \"Title\": \"SP - TEST\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 93698,\n        \"CompanyName\": \"Tesco\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"System Administrator\",\n        \"UserRef\": 1001,\n        \"AdditionalOwners\": [],\n        \"Website\": \"Website 2 !\\\"£$%^&*()-\",\n        \"CreatedBy\": \"System Administrator\",\n        \"Created\": \"2025-09-10T14:07:50.167Z\",\n        \"UpdatedBy\": \"System Administrator\",\n        \"Updated\": \"2025-09-10T14:29:03.473Z\",\n        \"LastActionRef\": 80055,\n        \"LastActionName\": \"Email\",\n        \"LastActionDate\": \"2025-09-10T14:07:51.150Z\"\n    },\n    {\n        \"Ref\": 93051,\n        \"Title\": \"Timesheets Test 3 - Extensions spanning weekends, with 'Include Weekends' not ticked\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 93808,\n        \"CompanyName\": \"Employer\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": \"Health\",\n        \"UserName\": \"CRM Superuser Role\",\n        \"UserRef\": 49820,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"CRM Superuser Role\",\n        \"Created\": \"2025-09-10T14:21:44.707Z\",\n        \"UpdatedBy\": \"CRM Superuser Role\",\n        \"Updated\": \"2025-09-10T14:23:30.233Z\",\n        \"LastActionRef\": 81637,\n        \"LastActionName\": \"Advert Application\",\n        \"LastActionDate\": \"2025-09-16T14:03:48.493Z\"\n    },\n    {\n        \"Ref\": 93050,\n        \"Title\": \"Timesheets Test 2 - Sunday and Monday placement\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 93808,\n        \"CompanyName\": \"Employer\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"CRM Superuser Role\",\n        \"UserRef\": 49820,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"CRM Superuser Role\",\n        \"Created\": \"2025-09-10T13:25:41.367Z\",\n        \"UpdatedBy\": \"CRM Superuser Role\",\n        \"Updated\": \"2025-09-10T13:29:01.583Z\",\n        \"LastActionRef\": 81637,\n        \"LastActionName\": \"Advert Application\",\n        \"LastActionDate\": \"2025-09-16T14:03:48.493Z\"\n    },\n    {\n        \"Ref\": 93034,\n        \"Title\": \"Example Job for Recruitment Tab\",\n        \"Status\": \"Placed\",\n        \"JobType\": \"Permanent\",\n        \"CompanyRef\": 93878,\n        \"CompanyName\": \"Company Merge Test 1 (Has Data)\",\n        \"Stage\": null,\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 1,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": \"Health\",\n        \"UserName\": \"CRM Superuser Role\",\n        \"UserRef\": 49820,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"CRM Superuser Role\",\n        \"Created\": \"2025-09-10T11:16:36.453Z\",\n        \"UpdatedBy\": \"CRM Superuser Role\",\n        \"Updated\": \"2025-09-10T11:17:57.103Z\",\n        \"LastActionRef\": 81423,\n        \"LastActionName\": \"New Job\",\n        \"LastActionDate\": \"2025-09-15T12:33:11.647Z\"\n    },\n    {\n        \"Ref\": 93028,\n        \"Title\": \"DevOps Engineer\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Permanent\",\n        \"CompanyRef\": 93697,\n        \"CompanyName\": \"firefish software\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": \"Technology\",\n        \"UserName\": \"Superuser Role\",\n        \"UserRef\": 49787,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2025-09-10T09:35:49.597Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2025-09-10T09:44:25.160Z\",\n        \"LastActionRef\": 80981,\n        \"LastActionName\": \"Extension - Contract\",\n        \"LastActionDate\": \"2025-09-05T09:52:20.300Z\"\n    },\n    {\n        \"Ref\": 93033,\n        \"Title\": \"Stepstone Direct Apply Job\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Permanent\",\n        \"CompanyRef\": 93822,\n        \"CompanyName\": \"Lewis's Air Fryers\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": \"Health\",\n        \"UserName\": \"INT Superuser Role\",\n        \"UserRef\": 49883,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"INT Superuser Role\",\n        \"Created\": \"2025-09-09T09:14:48.577Z\",\n        \"UpdatedBy\": \"INT Superuser Role\",\n        \"Updated\": \"2025-09-09T09:14:56.343Z\",\n        \"LastActionRef\": 81612,\n        \"LastActionName\": \"Job Board Post - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:39:05.823Z\"\n    },\n    {\n        \"Ref\": 93054,\n        \"Title\": \"Contract with hpd\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 93745,\n        \"CompanyName\": \"AG Barr\",\n        \"Stage\": \"Offer\",\n        \"PositionsTotal\": 23,\n        \"CandidatesInProcess\": 4,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"AN Superuser Role\",\n        \"UserRef\": 49819,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"AN Superuser Role\",\n        \"Created\": \"2025-09-09T07:52:02.133Z\",\n        \"UpdatedBy\": \"AN Superuser Role\",\n        \"Updated\": \"2025-09-09T09:04:23.603Z\",\n        \"LastActionRef\": 81580,\n        \"LastActionName\": \"Job Board Advert Closed - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:37:05.383Z\"\n    },\n    {\n        \"Ref\": 93057,\n        \"Title\": \"Perm Summary sh 37.5\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Permanent\",\n        \"CompanyRef\": 93745,\n        \"CompanyName\": \"AG Barr\",\n        \"Stage\": \"Offer\",\n        \"PositionsTotal\": 11,\n        \"CandidatesInProcess\": 1,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"AN Superuser Role\",\n        \"UserRef\": 49819,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"AN Superuser Role\",\n        \"Created\": \"2025-09-09T08:48:48.390Z\",\n        \"UpdatedBy\": \"AN Superuser Role\",\n        \"Updated\": \"2025-09-09T08:50:53.280Z\",\n        \"LastActionRef\": 81580,\n        \"LastActionName\": \"Job Board Advert Closed - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:37:05.383Z\"\n    },\n    {\n        \"Ref\": 93056,\n        \"Title\": \"Contract pd\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 93745,\n        \"CompanyName\": \"AG Barr\",\n        \"Stage\": \"Offer\",\n        \"PositionsTotal\": 12,\n        \"CandidatesInProcess\": 2,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"AN Superuser Role\",\n        \"UserRef\": 49819,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"AN Superuser Role\",\n        \"Created\": \"2025-09-09T08:40:09.833Z\",\n        \"UpdatedBy\": \"AN Superuser Role\",\n        \"Updated\": \"2025-09-09T08:47:32.533Z\",\n        \"LastActionRef\": 81580,\n        \"LastActionName\": \"Job Board Advert Closed - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:37:05.383Z\"\n    },\n    {\n        \"Ref\": 93055,\n        \"Title\": \"Contract Closed Offers\",\n        \"Status\": \"Closed\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 93745,\n        \"CompanyName\": \"AG Barr\",\n        \"Stage\": null,\n        \"PositionsTotal\": 0,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"AN Superuser Role\",\n        \"UserRef\": 49819,\n        \"AdditionalOwners\": [],\n        \"Website\": \"TCE\",\n        \"CreatedBy\": \"AN Superuser Role\",\n        \"Created\": \"2025-09-09T08:36:29.320Z\",\n        \"UpdatedBy\": \"AN Superuser Role\",\n        \"Updated\": \"2025-09-09T08:38:48.320Z\",\n        \"LastActionRef\": 81580,\n        \"LastActionName\": \"Job Board Advert Closed - Indeed\",\n        \"LastActionDate\": \"2025-09-16T10:37:05.383Z\"\n    }\n]"}],"_postman_id":"6bf64553-1f18-4875-9c31-d58eec98e918"},{"name":"Job Details","id":"c71ae2ff-dd6a-4835-b2ff-3f7d66d3e601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}/api/v1.1/jobs/{JobRef}","description":"<p><strong>Required Scope:</strong> jobsAPI-read</p>\n<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Job Profile</strong> endpoint retrieves the <strong>full details of a single job</strong> from Firefish, identified by its reference number. Reference Numbers can be obtained from <code>GET</code> Job Search.</p>\n<p>Unlike the Job Search endpoint, the Job Profile response structure differs depending on the <strong>JobType</strong> (<code>Contract</code>, <code>Permanent</code>, or <code>Temp</code>). Each JobType has its own set of fields, described below.</p>\n<hr />\n<h2 id=\"required-permission-scopes\">Required Permission Scopes</h2>\n<p>To call this endpoint, your integration must be granted the following scope:</p>\n<ul>\n<li><strong><code>jobsAPI-read</code></strong> – enables read-only access to job records.</li>\n</ul>\n<hr />\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method</strong>: <code>GET</code></p>\n</li>\n<li><p><strong>URL</strong>: <code>/api/v1.1/jobs/{JobRef}</code></p>\n</li>\n<li><p><strong>Path Parameters</strong>:</p>\n<ul>\n<li><code>JobRef</code> (int) → The unique reference number of the job.</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"response\">Response</h2>\n<p>The response body is a JSON object. The fields returned depend on the <strong>JobType</strong> of the job.</p>\n<hr />\n<h3 id=\"🔹-contract-job-profile\">🔹 Contract Job Profile</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>TotalPositions</strong></td>\n<td>int</td>\n<td>Total number of positions for this job.</td>\n</tr>\n<tr>\n<td><strong>PositionsRemaining</strong></td>\n<td>int</td>\n<td>Remaining unfilled positions.</td>\n</tr>\n<tr>\n<td><strong>MinimumRate</strong></td>\n<td>decimal</td>\n<td>Minimum hourly/daily rate for potential matches.</td>\n</tr>\n<tr>\n<td><strong>MaximumRate</strong></td>\n<td>decimal</td>\n<td>Maximum hourly/daily rate for potential matches.</td>\n</tr>\n<tr>\n<td><strong>CurrencyCode</strong></td>\n<td>string</td>\n<td>ISO currency code (e.g. <code>GBP</code>).</td>\n</tr>\n<tr>\n<td><strong>RateUnit</strong></td>\n<td>string</td>\n<td>Unit of rate (e.g. <code>Hourly</code>, <code>Daily</code>).</td>\n</tr>\n<tr>\n<td><strong>StartDate</strong></td>\n<td>date</td>\n<td>Job start date.</td>\n</tr>\n<tr>\n<td><strong>StartTime</strong></td>\n<td>string</td>\n<td>Job start time (if applicable)</td>\n</tr>\n<tr>\n<td><strong>EndDate</strong></td>\n<td>date</td>\n<td>Job end date.</td>\n</tr>\n<tr>\n<td><strong>EndTime</strong></td>\n<td>string</td>\n<td>Job end time (if applicable)</td>\n</tr>\n<tr>\n<td><strong>IncludeWeekends</strong></td>\n<td>bool</td>\n<td>Whether weekends are included.</td>\n</tr>\n<tr>\n<td><strong>HoursPerDay</strong></td>\n<td>decimal</td>\n<td>Expected hours worked per day.</td>\n</tr>\n<tr>\n<td><strong>TotalHours</strong></td>\n<td>decimal</td>\n<td>Total expected hours for the job.</td>\n</tr>\n<tr>\n<td><strong>CustomJobType</strong></td>\n<td>string</td>\n<td>Custom classification for this job. Available values can be obtained from <code>GET</code> Job Dropdowns.</td>\n</tr>\n<tr>\n<td><strong>JobCode</strong></td>\n<td>string</td>\n<td>Job Code associated with this job. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>CVDeadline</strong></td>\n<td>date</td>\n<td>Agreed deadline for CVs to be submitted for this job</td>\n</tr>\n<tr>\n<td><strong>JobSource</strong></td>\n<td>string</td>\n<td>The source of this job. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>Team</strong></td>\n<td>string</td>\n<td>The recruiter team responsible for this job. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>WorkingTimeDirective</strong></td>\n<td>string</td>\n<td>The WTR rate for this job</td>\n</tr>\n<tr>\n<td><strong>NationalInsurance</strong></td>\n<td>string</td>\n<td>The NI rate for this job</td>\n</tr>\n<tr>\n<td><strong>Pension</strong></td>\n<td>string</td>\n<td>The Pension rate for this job</td>\n</tr>\n<tr>\n<td><strong>CandidatesInProcess</strong></td>\n<td>int</td>\n<td>Number of candidates currently in process.</td>\n</tr>\n<tr>\n<td><strong>ProjectedSalesDate</strong></td>\n<td>date</td>\n<td>The project sales date for this job</td>\n</tr>\n<tr>\n<td><strong>ProjectedSales</strong></td>\n<td>decimal</td>\n<td>The total projected sales for this job</td>\n</tr>\n<tr>\n<td><strong>TotalAdditionalSales</strong></td>\n<td>decimal</td>\n<td>The total additional sales added to this job</td>\n</tr>\n<tr>\n<td><strong>ProposedRate</strong></td>\n<td>decimal</td>\n<td>Proposed contractor rate.</td>\n</tr>\n<tr>\n<td><strong>RateType</strong></td>\n<td>string</td>\n<td>Rate type (e.g. <code>LTD</code>, <code>PAYE</code>).</td>\n</tr>\n<tr>\n<td><strong>JobRef</strong></td>\n<td>int</td>\n<td>Unique job reference number.</td>\n</tr>\n<tr>\n<td><strong>Website</strong></td>\n<td>string</td>\n<td>Associated Firefish website.</td>\n</tr>\n<tr>\n<td><strong>Status</strong></td>\n<td>string</td>\n<td>Current status of the job. (eg <code>Open</code>, <code>Closed</code>, <code>Placed)</code></td>\n</tr>\n<tr>\n<td><strong>JobPriority</strong></td>\n<td>string</td>\n<td>Work Priority of job. values from null - high</td>\n</tr>\n<tr>\n<td><strong>OwnerUserRef</strong></td>\n<td>int</td>\n<td>Reference ID of the job owner.</td>\n</tr>\n<tr>\n<td><strong>OwnerUserName</strong></td>\n<td>string</td>\n<td>Name of the job owner.</td>\n</tr>\n<tr>\n<td><strong>AdditionalOwners</strong></td>\n<td>array</td>\n<td>List of secondary job owners.</td>\n</tr>\n<tr>\n<td><strong>JobType</strong></td>\n<td>string</td>\n<td>Always <code>Contract</code> for this object.</td>\n</tr>\n<tr>\n<td><strong>Title</strong></td>\n<td>string</td>\n<td>Job title.</td>\n</tr>\n<tr>\n<td><strong>CompanyRef</strong></td>\n<td>int</td>\n<td>Company reference ID.</td>\n</tr>\n<tr>\n<td><strong>CompanyName</strong></td>\n<td>string</td>\n<td>Company name.</td>\n</tr>\n<tr>\n<td><strong>ParentCompanyRef</strong></td>\n<td>int</td>\n<td>Ref of the parent company associated with Hiring Company</td>\n</tr>\n<tr>\n<td><strong>ParentCompanyName</strong></td>\n<td>string</td>\n<td>Name of the parent company associated with the Hiring Company</td>\n</tr>\n<tr>\n<td><strong>ContactRef</strong></td>\n<td>int</td>\n<td>Reference ID of associated hiring contact.</td>\n</tr>\n<tr>\n<td><strong>ContactName</strong></td>\n<td>string</td>\n<td>Name of associated hiring contact.</td>\n</tr>\n<tr>\n<td><strong>Stage</strong></td>\n<td>string</td>\n<td>Workflow stage of the job.</td>\n</tr>\n<tr>\n<td><strong>ReasonIfClosed</strong></td>\n<td>string</td>\n<td>Fixed reason for job being closed. (only applicable when Status = closed)</td>\n</tr>\n<tr>\n<td><strong>ClosedComments</strong></td>\n<td>string</td>\n<td>additional free text commentary for job being closed (only applicable when Status = closed)</td>\n</tr>\n<tr>\n<td><strong>Keywords</strong></td>\n<td>string</td>\n<td>Boolean search keywords for potential matches.</td>\n</tr>\n<tr>\n<td><strong>PrimaryDiscipline</strong></td>\n<td>string</td>\n<td>Primary discipline for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>SecondaryDiscipline</strong></td>\n<td>string</td>\n<td>Secondary discipline for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>PrimaryLocation</strong></td>\n<td>string</td>\n<td>Primary location for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>SecondaryLocation</strong></td>\n<td>string</td>\n<td>Secondary location for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>PrimarySpecialisation</strong></td>\n<td>string</td>\n<td>Primary specialisation for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>SecondarySpecialisation</strong></td>\n<td>string</td>\n<td>Secondary specialisation for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>Created</strong></td>\n<td>datetime</td>\n<td>Job creation timestamp.</td>\n</tr>\n<tr>\n<td><strong>CreatedUserRef</strong></td>\n<td>int</td>\n<td>Reference ID of creator.</td>\n</tr>\n<tr>\n<td><strong>CreatedUserName</strong></td>\n<td>string</td>\n<td>Name of creator.</td>\n</tr>\n<tr>\n<td><strong>Updated</strong></td>\n<td>datetime</td>\n<td>Last updated timestamp.</td>\n</tr>\n<tr>\n<td><strong>UpdatedUserRef</strong></td>\n<td>int</td>\n<td>Reference ID of last updater.</td>\n</tr>\n<tr>\n<td><strong>UpdatedUserName</strong></td>\n<td>string</td>\n<td>Name of last updater.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🔹-permanent-job-profile\">🔹 Permanent Job Profile</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>TotalPositions</strong></td>\n<td>int</td>\n<td>Total number of positions for this job.</td>\n</tr>\n<tr>\n<td><strong>PositionsRemaining</strong></td>\n<td>int</td>\n<td>Remaining unfilled positions.</td>\n</tr>\n<tr>\n<td><strong>SalaryFrom</strong></td>\n<td>decimal</td>\n<td>Minimum salary for potential matches.</td>\n</tr>\n<tr>\n<td><strong>SalaryTo</strong></td>\n<td>decimal</td>\n<td>Maximum salary for potential matches.</td>\n</tr>\n<tr>\n<td><strong>CurrencyCode</strong></td>\n<td>string</td>\n<td>ISO currency code (e.g. <code>GBP</code>).</td>\n</tr>\n<tr>\n<td><strong>StartDate</strong></td>\n<td>date</td>\n<td>Job start date.</td>\n</tr>\n<tr>\n<td><strong>AdditionalBeneifts</strong></td>\n<td>string</td>\n<td>Notes on additional benefits.</td>\n</tr>\n<tr>\n<td><strong>ProposedSalary</strong></td>\n<td>decimal</td>\n<td>Proposed salary figure.</td>\n</tr>\n<tr>\n<td><strong>CustomJobType</strong></td>\n<td>string</td>\n<td>Custom classification (e.g. <code>Retained</code>). Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>CVDeadline</strong></td>\n<td>date</td>\n<td>Deadline for CV submission.</td>\n</tr>\n<tr>\n<td><strong>Team</strong></td>\n<td>string</td>\n<td>The recruiter team responsible for the job. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>JobSource</strong></td>\n<td>string</td>\n<td>The source of the job. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>CandidatesInProcess</strong></td>\n<td>int</td>\n<td>Number of candidates currently in process.</td>\n</tr>\n<tr>\n<td><strong>ProjectedSalesDate</strong></td>\n<td>date</td>\n<td>The projected sales date for the job</td>\n</tr>\n<tr>\n<td><strong>ProjectedSales</strong></td>\n<td>decimal</td>\n<td>Projected sales value.</td>\n</tr>\n<tr>\n<td><strong>TotalAdditionalSales</strong></td>\n<td>decimal</td>\n<td>The total additional sales added to the job</td>\n</tr>\n<tr>\n<td><strong>JobRef</strong></td>\n<td>int</td>\n<td>Unique job reference number.</td>\n</tr>\n<tr>\n<td><strong>Website</strong></td>\n<td>string</td>\n<td>Associated Firefish website.</td>\n</tr>\n<tr>\n<td><strong>Status</strong></td>\n<td>string</td>\n<td>Current status of the job.</td>\n</tr>\n<tr>\n<td><strong>JobPriority</strong></td>\n<td>string</td>\n<td>work priority for the job. from null - high</td>\n</tr>\n<tr>\n<td><strong>OwnerUserRef</strong></td>\n<td>int</td>\n<td>Reference ID of the job owner.</td>\n</tr>\n<tr>\n<td><strong>OwnerUserName</strong></td>\n<td>string</td>\n<td>Name of the job owner.</td>\n</tr>\n<tr>\n<td><strong>AdditionalOwners</strong></td>\n<td>array</td>\n<td>List of secondary job owners with <code>OwnerName</code> and <code>OwnerRef</code>.</td>\n</tr>\n<tr>\n<td><strong>JobType</strong></td>\n<td>string</td>\n<td>Always <code>Permanent</code> for this object.</td>\n</tr>\n<tr>\n<td><strong>Title</strong></td>\n<td>string</td>\n<td>Job title.</td>\n</tr>\n<tr>\n<td><strong>CompanyRef</strong></td>\n<td>int</td>\n<td>hiring Company reference ID.</td>\n</tr>\n<tr>\n<td><strong>CompanyName</strong></td>\n<td>string</td>\n<td>hiring Company name.</td>\n</tr>\n<tr>\n<td><strong>ParentCompanyRef</strong></td>\n<td>int</td>\n<td>parent company ref associated with hiring company</td>\n</tr>\n<tr>\n<td><strong>ParentCompanyName</strong></td>\n<td>string</td>\n<td>name of parent company associated with hiring company</td>\n</tr>\n<tr>\n<td><strong>ContactRef</strong></td>\n<td>int</td>\n<td>Reference ID of associated contact.</td>\n</tr>\n<tr>\n<td><strong>ContactName</strong></td>\n<td>string</td>\n<td>Name of associated contact.</td>\n</tr>\n<tr>\n<td><strong>Stage</strong></td>\n<td>string</td>\n<td>Workflow stage of the job.</td>\n</tr>\n<tr>\n<td><strong>ReasonIfClosed</strong></td>\n<td>string</td>\n<td>fixed reason for job being closed. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>ClosedComments</strong></td>\n<td>string</td>\n<td>free text additional comments for job being closed.</td>\n</tr>\n<tr>\n<td><strong>Keywords</strong></td>\n<td>string</td>\n<td>Boolean search keywords for potential matches.</td>\n</tr>\n<tr>\n<td><strong>PrimaryDiscipline</strong></td>\n<td>string</td>\n<td>Primary discipline for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>SecondaryDiscipline</strong></td>\n<td>string</td>\n<td>Secondary discipline for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>PrimaryLocation</strong></td>\n<td>string</td>\n<td>Primary location for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>SecondaryLocation</strong></td>\n<td>string</td>\n<td>Secondary location for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>PrimarySpecialisation</strong></td>\n<td>string</td>\n<td>Primary specialisation for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>SecondarySpecialisation</strong></td>\n<td>string</td>\n<td>Secondary specialisation for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>Created</strong></td>\n<td>datetime</td>\n<td>Job creation timestamp.</td>\n</tr>\n<tr>\n<td><strong>CreatedUserRef</strong></td>\n<td>int</td>\n<td>Reference ID of creator.</td>\n</tr>\n<tr>\n<td><strong>CreatedUserName</strong></td>\n<td>string</td>\n<td>Name of creator.</td>\n</tr>\n<tr>\n<td><strong>Updated</strong></td>\n<td>datetime</td>\n<td>Last updated timestamp.</td>\n</tr>\n<tr>\n<td><strong>UpdatedUserRef</strong></td>\n<td>int</td>\n<td>Reference ID of last updater.</td>\n</tr>\n<tr>\n<td><strong>UpdatedUserName</strong></td>\n<td>string</td>\n<td>Name of last updater.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🔹-temp-job-profile\">🔹 Temp Job Profile</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Shifts</strong></td>\n<td>array</td>\n<td>Collection of shift objects (see below).</td>\n</tr>\n<tr>\n<td><strong>JobRef</strong></td>\n<td>int</td>\n<td>Unique job reference number.</td>\n</tr>\n<tr>\n<td><strong>Website</strong></td>\n<td>string</td>\n<td>Associated Firefish website.</td>\n</tr>\n<tr>\n<td><strong>Status</strong></td>\n<td>string</td>\n<td>Current status of the job.</td>\n</tr>\n<tr>\n<td><strong>JobPriority</strong></td>\n<td>string</td>\n<td>work priority of the job. from null - high</td>\n</tr>\n<tr>\n<td><strong>OwnerUserRef</strong></td>\n<td>int</td>\n<td>Reference ID of the job owner.</td>\n</tr>\n<tr>\n<td><strong>OwnerUserName</strong></td>\n<td>string</td>\n<td>Name of the job owner.</td>\n</tr>\n<tr>\n<td><strong>AdditionalOwners</strong></td>\n<td>array</td>\n<td>List of secondary job owners.</td>\n</tr>\n<tr>\n<td><strong>JobType</strong></td>\n<td>string</td>\n<td>Always <code>Temp</code> for this object.</td>\n</tr>\n<tr>\n<td><strong>Title</strong></td>\n<td>string</td>\n<td>Job title.</td>\n</tr>\n<tr>\n<td><strong>CompanyRef</strong></td>\n<td>int</td>\n<td>Hiring Company reference ID.</td>\n</tr>\n<tr>\n<td><strong>CompanyName</strong></td>\n<td>string</td>\n<td>Hiring Company name.</td>\n</tr>\n<tr>\n<td><strong>ParentCompanyRef</strong></td>\n<td>int</td>\n<td>Parent company ref associated with Hiring company</td>\n</tr>\n<tr>\n<td><strong>ParentCompanyName</strong></td>\n<td>string</td>\n<td>name of parent company associated with hiring company</td>\n</tr>\n<tr>\n<td><strong>ContactRef</strong></td>\n<td>int</td>\n<td>Reference ID of associated contact.</td>\n</tr>\n<tr>\n<td><strong>ContactName</strong></td>\n<td>string</td>\n<td>Name of associated contact.</td>\n</tr>\n<tr>\n<td><strong>Stage</strong></td>\n<td>string</td>\n<td>Workflow stage of the job.</td>\n</tr>\n<tr>\n<td><strong>ReasonIfClosed</strong></td>\n<td>string</td>\n<td>fixed reason if job is closed. Available values can be obtained from <code>GET</code> Job Dropdown Values</td>\n</tr>\n<tr>\n<td><strong>ClosedComments</strong></td>\n<td>string</td>\n<td>free-text additional comments for job being closed.</td>\n</tr>\n<tr>\n<td><strong>Keywords</strong></td>\n<td>string</td>\n<td>Job boolean search keywords for potential matches.</td>\n</tr>\n<tr>\n<td><strong>PrimaryDiscipline</strong></td>\n<td>string</td>\n<td>Primary discipline for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>SecondaryDiscipline</strong></td>\n<td>string</td>\n<td>Secondary discipline for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>PrimaryLocation</strong></td>\n<td>string</td>\n<td>Primary location for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>SecondaryLocation</strong></td>\n<td>string</td>\n<td>Secondary location for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>PrimarySpecialisation</strong></td>\n<td>string</td>\n<td>Primary specialisation for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>SecondarySpecialisation</strong></td>\n<td>string</td>\n<td>Secondary specialisation for potential matches. Available values can be obtained from <code>GET</code> Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>Created</strong></td>\n<td>datetime</td>\n<td>Job creation timestamp .</td>\n</tr>\n<tr>\n<td><strong>CreatedUserRef</strong></td>\n<td>int</td>\n<td>Reference ID of creator.</td>\n</tr>\n<tr>\n<td><strong>CreatedUserName</strong></td>\n<td>string</td>\n<td>Name of creator.</td>\n</tr>\n<tr>\n<td><strong>Updated</strong></td>\n<td>datetime</td>\n<td>Last updated timestamp.</td>\n</tr>\n<tr>\n<td><strong>UpdatedUserRef</strong></td>\n<td>int</td>\n<td>Reference ID of last updater.</td>\n</tr>\n<tr>\n<td><strong>UpdatedUserName</strong></td>\n<td>string</td>\n<td>Name of last updater.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"temp-job-shifts-object\">Temp Job Shifts Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>ID</strong></td>\n<td>int</td>\n<td>Unique identifier for the shift.</td>\n</tr>\n<tr>\n<td><strong>ShiftName</strong></td>\n<td>string</td>\n<td>Name of the shift.</td>\n</tr>\n<tr>\n<td><strong>ShiftStart</strong></td>\n<td>datetime</td>\n<td>Shift start timestamp.</td>\n</tr>\n<tr>\n<td><strong>ShiftEnd</strong></td>\n<td>datetime</td>\n<td>Shift end timestamp.</td>\n</tr>\n<tr>\n<td><strong>ShiftBreakInMinutes</strong></td>\n<td>int</td>\n<td>Break length in minutes.</td>\n</tr>\n<tr>\n<td><strong>TotalPositions</strong></td>\n<td>int</td>\n<td>Total number of positions for this shift.</td>\n</tr>\n<tr>\n<td><strong>PositionsRemaining</strong></td>\n<td>int</td>\n<td>Remaining unfilled positions for this shift.</td>\n</tr>\n<tr>\n<td><strong>Recurring</strong></td>\n<td>bool</td>\n<td>Whether this shift recurs.</td>\n</tr>\n<tr>\n<td><strong>CreatedBy</strong></td>\n<td>string</td>\n<td>Firefish user who created the shift.</td>\n</tr>\n<tr>\n<td><strong>UpdatedBy</strong></td>\n<td>string</td>\n<td>Firefish user who last updated the shift.</td>\n</tr>\n<tr>\n<td><strong>RecurrenceRule</strong></td>\n<td>object</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"recurrencerule-object\">RecurrenceRule Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Frequency</strong></td>\n<td>int</td>\n<td>Frequency of recurrence (e.g. <code>2</code>).</td>\n</tr>\n<tr>\n<td><strong>Interval</strong></td>\n<td>string</td>\n<td>Interval value. Currently always <code>\"1\"</code> = weekly.</td>\n</tr>\n<tr>\n<td><strong>Days</strong></td>\n<td>string</td>\n<td>Comma-separated list of day indices (<code>0 = Sunday</code> … <code>6 = Saturday</code>).</td>\n</tr>\n<tr>\n<td><strong>End</strong></td>\n<td>date</td>\n<td>End date for recurrence.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["api","v1.1","jobs","{JobRef}"],"host":["{{hostName}}"],"query":[],"variable":[]}},"response":[{"id":"fe539cb1-e341-4c7a-aeab-c25d8ee3cbce","name":"GET Temp Job example","originalRequest":{"method":"GET","header":[],"url":"{{hostName}}/api/v1.1/jobs/93058"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2610"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 16 Sep 2025 16:57:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Shifts\": [\n        {\n            \"ID\": 1,\n            \"ShiftName\": null,\n            \"ShiftStart\": \"2025-09-10T08:00:00.000Z\",\n            \"ShiftEnd\": \"2025-09-10T16:00:00.000Z\",\n            \"ShiftBreakInMinutes\": 30,\n            \"TotalPositions\": 5,\n            \"PositionsRemaining\": 5,\n            \"Recurring\": true,\n            \"CreatedBy\": \"AN Superuser Role\",\n            \"UpdatedBy\": \"AN Superuser Role\",\n            \"RecurrenceRule\": {\n                \"Frequency\": 2,\n                \"Interval\": \"1\",\n                \"Days\": \"0,1,2,3,4\",\n                \"End\": \"2025-09-11\"\n            }\n        },\n        {\n            \"ID\": 2,\n            \"ShiftName\": null,\n            \"ShiftStart\": \"2025-09-10T08:00:00.000Z\",\n            \"ShiftEnd\": \"2025-09-10T16:00:00.000Z\",\n            \"ShiftBreakInMinutes\": 30,\n            \"TotalPositions\": 5,\n            \"PositionsRemaining\": 5,\n            \"Recurring\": false,\n            \"CreatedBy\": \"AN Superuser Role\",\n            \"UpdatedBy\": \"AN Superuser Role\",\n            \"RecurrenceRule\": null\n        },\n        {\n            \"ID\": 3,\n            \"ShiftName\": null,\n            \"ShiftStart\": \"2025-09-08T07:00:00.000Z\",\n            \"ShiftEnd\": \"2025-09-08T17:00:00.000Z\",\n            \"ShiftBreakInMinutes\": 15,\n            \"TotalPositions\": 5,\n            \"PositionsRemaining\": 5,\n            \"Recurring\": true,\n            \"CreatedBy\": \"AN Superuser Role\",\n            \"UpdatedBy\": \"AN Superuser Role\",\n            \"RecurrenceRule\": {\n                \"Frequency\": 2,\n                \"Interval\": \"1\",\n                \"Days\": \"0,1,2,3,4,5,6\",\n                \"End\": \"2025-09-11\"\n            }\n        },\n        {\n            \"ID\": 5,\n            \"ShiftName\": null,\n            \"ShiftStart\": \"2025-09-17T23:00:00.000Z\",\n            \"ShiftEnd\": \"2025-09-18T09:00:00.000Z\",\n            \"ShiftBreakInMinutes\": 0,\n            \"TotalPositions\": 6,\n            \"PositionsRemaining\": 5,\n            \"Recurring\": false,\n            \"CreatedBy\": \"System Administrator\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"RecurrenceRule\": null\n        },\n        {\n            \"ID\": 23,\n            \"ShiftName\": \"Shift2\",\n            \"ShiftStart\": \"2025-09-12T01:00:00.000Z\",\n            \"ShiftEnd\": \"2025-09-12T22:30:10.000Z\",\n            \"ShiftBreakInMinutes\": 30,\n            \"TotalPositions\": 100,\n            \"PositionsRemaining\": 100,\n            \"Recurring\": false,\n            \"CreatedBy\": \"System Administrator\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"RecurrenceRule\": null\n        },\n        {\n            \"ID\": 24,\n            \"ShiftName\": \"Shift3\",\n            \"ShiftStart\": \"2025-09-16T22:00:00.000Z\",\n            \"ShiftEnd\": \"2025-09-17T05:30:10.000Z\",\n            \"ShiftBreakInMinutes\": 30,\n            \"TotalPositions\": 100,\n            \"PositionsRemaining\": 100,\n            \"Recurring\": false,\n            \"CreatedBy\": \"System Administrator\",\n            \"UpdatedBy\": \"System Administrator\",\n            \"RecurrenceRule\": null\n        }\n    ],\n    \"JobRef\": 93058,\n    \"Website\": \"TCE\",\n    \"Status\": \"Open\",\n    \"JobPriority\": null,\n    \"OwnerUserRef\": 49819,\n    \"OwnerUserName\": \"AN Superuser Role\",\n    \"AdditionalOwners\": [],\n    \"JobType\": \"Temp\",\n    \"Title\": \"Shift Job\",\n    \"CompanyRef\": 93745,\n    \"CompanyName\": \"AG Barr\",\n    \"ParentCompanyRef\": 93704,\n    \"ParentCompanyName\": \"Stream Solutions\",\n    \"ContactRef\": 49212,\n    \"ContactName\": \"Antonia Friedrick\",\n    \"Stage\": \"New Job\",\n    \"ReasonIfClosed\": null,\n    \"ClosedComments\": null,\n    \"Keywords\": \"hpd\",\n    \"PrimaryDiscipline\": null,\n    \"SecondaryDiscipline\": null,\n    \"PrimaryLocation\": null,\n    \"SecondaryLocation\": null,\n    \"PrimarySpecialisation\": null,\n    \"SecondarySpecialisation\": null,\n    \"Created\": \"2025-09-09T09:04:54.823Z\",\n    \"CreatedUserRef\": \"49819\",\n    \"CreatedUserName\": \"AN Superuser Role\",\n    \"Updated\": \"2025-09-16T14:41:34.297Z\",\n    \"UpdatedUserRef\": \"1001\",\n    \"UpdatedUserName\": \"System Administrator\"\n}"},{"id":"badd9869-ae05-4001-ae8e-a2c67546a750","name":"GET Contract Job example","originalRequest":{"method":"GET","header":[],"url":"{{hostName}}/api/v1.1/jobs/93023"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1407"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 16 Sep 2025 16:57:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalPositions\": 10,\n    \"PositionsRemaining\": 7,\n    \"MinimumRate\": 25,\n    \"MaximumRate\": 75,\n    \"CurrencyCode\": \"GBP\",\n    \"RateUnit\": \"Hourly\",\n    \"StartDate\": \"2025-08-29\",\n    \"StartTime\": null,\n    \"EndDate\": \"2025-09-06\",\n    \"EndTime\": null,\n    \"IncludeWeekends\": false,\n    \"HoursPerDay\": 8,\n    \"TotalHours\": 368,\n    \"CustomJobType\": \"PAYE Temp\",\n    \"JobCode\": null,\n    \"CVDeadline\": null,\n    \"JobSource\": null,\n    \"Team\": null,\n    \"WorkingTimeDirective\": null,\n    \"NationalInsurance\": null,\n    \"Pension\": null,\n    \"CandidatesInProcess\": 1,\n    \"ProjectedSalesDate\": null,\n    \"ProjectedSales\": null,\n    \"TotalAdditionalSales\": null,\n    \"ProposedRate\": 25,\n    \"RateType\": \"LTD\",\n    \"JobRef\": 93023,\n    \"Website\": \"TCE\",\n    \"Status\": \"Open\",\n    \"JobPriority\": null,\n    \"OwnerUserRef\": 1001,\n    \"OwnerUserName\": \"System Administrator\",\n    \"AdditionalOwners\": [],\n    \"JobType\": \"Contract\",\n    \"Title\": \"IT Contract Job\",\n    \"CompanyRef\": 93815,\n    \"CompanyName\": \"Dartmouth Canada Company\",\n    \"ParentCompanyRef\": null,\n    \"ParentCompanyName\": null,\n    \"ContactRef\": 49835,\n    \"ContactName\": \"Dartmouth Contact\",\n    \"Stage\": \"Considering\",\n    \"ReasonIfClosed\": null,\n    \"ClosedComments\": null,\n    \"Keywords\": \"test\",\n    \"PrimaryDiscipline\": \"Technology\",\n    \"SecondaryDiscipline\": \"Full Stack Developer\",\n    \"PrimaryLocation\": \"Scotland\",\n    \"SecondaryLocation\": \"Edinburgh\",\n    \"PrimarySpecialisation\": null,\n    \"SecondarySpecialisation\": null,\n    \"Created\": \"2025-09-05T09:03:38.010Z\",\n    \"CreatedUserRef\": \"1001\",\n    \"CreatedUserName\": \"System Administrator\",\n    \"Updated\": \"2025-09-04T09:12:16.963Z\",\n    \"UpdatedUserRef\": \"1001\",\n    \"UpdatedUserName\": \"System Administrator\"\n}"},{"id":"40d91196-e1a5-4ee2-a063-4d7e464d5cf2","name":"GET Perm Job example","originalRequest":{"method":"GET","header":[],"url":"{{hostName}}/api/v1.1/jobs/93018"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1215"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 16 Sep 2025 16:58:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalPositions\": 2,\n    \"PositionsRemaining\": 1,\n    \"SalaryFrom\": 45000,\n    \"SalaryTo\": 45000,\n    \"CurrencyCode\": \"GBP\",\n    \"StartDate\": \"2025-09-05\",\n    \"AdditionalBeneifts\": \"Additional benefits info\",\n    \"ProposedSalary\": 45000,\n    \"CustomJobType\": \"Retained\",\n    \"CVDeadline\": \"2025-09-05\",\n    \"Team\": null,\n    \"JobSource\": null,\n    \"CandidatesInProcess\": 1,\n    \"ProjectedSalesDate\": null,\n    \"ProjectedSales\": 8000,\n    \"TotalAdditionalSales\": null,\n    \"JobRef\": 93018,\n    \"Website\": \"TCE\",\n    \"Status\": \"Open\",\n    \"JobPriority\": null,\n    \"OwnerUserRef\": 49787,\n    \"OwnerUserName\": \"Superuser Role\",\n    \"AdditionalOwners\": [],\n    \"JobType\": \"Permanent\",\n    \"Title\": \"Action Taker - Permanent\",\n    \"CompanyRef\": 93823,\n    \"CompanyName\": \"Actions Company Ltd\",\n    \"ParentCompanyRef\": null,\n    \"ParentCompanyName\": null,\n    \"ContactRef\": 49865,\n    \"ContactName\": \"Will Power\",\n    \"Stage\": \"Employer Interview\",\n    \"ReasonIfClosed\": null,\n    \"ClosedComments\": null,\n    \"Keywords\": \"Actions\",\n    \"PrimaryDiscipline\": \"Sales\",\n    \"SecondaryDiscipline\": \"Field Sales\",\n    \"PrimaryLocation\": \"Scotland\",\n    \"SecondaryLocation\": \"Glasgow\",\n    \"PrimarySpecialisation\": \"Nuclear\",\n    \"SecondarySpecialisation\": null,\n    \"Created\": \"2025-09-05T06:52:10.370Z\",\n    \"CreatedUserRef\": \"49787\",\n    \"CreatedUserName\": \"Superuser Role\",\n    \"Updated\": \"2025-09-05T08:16:11.007Z\",\n    \"UpdatedUserRef\": \"49787\",\n    \"UpdatedUserName\": \"Superuser Role\"\n}"}],"_postman_id":"c71ae2ff-dd6a-4835-b2ff-3f7d66d3e601"},{"name":"Retrieve Dropdown Values","id":"1c03baf5-6750-4e01-9487-f0450fc23747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{hostName}}/api/v1.1/jobs/dropdownvalues","description":"<p><strong>Required Scope:</strong> jobsAPI-read</p>\n<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Job Dropdown Values</strong> endpoint returns the complete set of dropdown options available for jobs in a given Firefish instance.</p>\n<p>This allows third-party systems (e.g. job boards, reporting tools, integrations) to stay in sync with the configured values for dropdown fields such as <strong>Disciplines</strong>, <strong>Locations</strong>, <strong>Specialisations</strong>, and <strong>Custom Job Types</strong>.</p>\n<p>These values are applicable for <code>GET</code>, <code>POST</code> and <code>PATCH</code> job operations</p>\n<hr />\n<h2 id=\"required-permission-scopes\">Required Permission Scopes</h2>\n<p>To call this endpoint, your integration must be granted the following scope:</p>\n<ul>\n<li><strong><code>jobsAPI-read</code></strong> – enables read-only access to job-related configuration values.</li>\n</ul>\n<hr />\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method</strong>: <code>GET</code></p>\n</li>\n<li><p><strong>URL</strong>: <code>/api/v1.1/jobs/dropdownvalues</code></p>\n</li>\n<li><p><strong>Parameters</strong>: None required.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response\">Response</h2>\n<p>The response body is a JSON object containing arrays of dropdown values grouped by category.</p>\n<h3 id=\"response-object\">Response Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Disciplines</strong></td>\n<td>array</td>\n<td>List of available <strong>Disciplines</strong>, each with a <code>PrimaryDiscipline</code> and its related <code>SecondaryDiscipline</code> values.</td>\n</tr>\n<tr>\n<td><strong>Locations</strong></td>\n<td>array</td>\n<td>List of available <strong>Locations</strong>, each with a <code>PrimaryLocation</code> and its related <code>SecondaryLocation</code> values.</td>\n</tr>\n<tr>\n<td><strong>Specialisations</strong></td>\n<td>array</td>\n<td>List of available <strong>Specialisations</strong>, each with a <code>PrimarySpecialisation</code> and its related <code>SecondarySpecialisation</code> values.</td>\n</tr>\n<tr>\n<td><strong>PermanentCustomJobTypes</strong></td>\n<td>array</td>\n<td>List of custom job type values for <strong>Permanent</strong> jobs.</td>\n</tr>\n<tr>\n<td><strong>ContractCustomJobTypes</strong></td>\n<td>array</td>\n<td>List of custom job type values for <strong>Contract</strong> jobs.</td>\n</tr>\n<tr>\n<td><strong>ReasonIfClosed</strong></td>\n<td>array</td>\n<td>List of selectable reasons a job may be marked as closed.</td>\n</tr>\n<tr>\n<td><strong>Teams</strong></td>\n<td>array</td>\n<td>List of team values configured within the Firefish instance.</td>\n</tr>\n<tr>\n<td><strong>JobCodes</strong></td>\n<td>array</td>\n<td>List of job codes available for assignment.</td>\n</tr>\n<tr>\n<td><strong>JobSources</strong></td>\n<td>array</td>\n<td>List of job source options available for assignment.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"disciplines-object\">Disciplines Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>PrimaryDiscipline</strong></td>\n<td>string</td>\n<td>The top-level discipline category.</td>\n</tr>\n<tr>\n<td><strong>SecondaryDiscipline</strong></td>\n<td>array</td>\n<td>Array of related secondary disciplines.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"locations-object\">Locations Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>PrimaryLocation</strong></td>\n<td>string</td>\n<td>The top-level location category.</td>\n</tr>\n<tr>\n<td><strong>SecondaryLocation</strong></td>\n<td>array</td>\n<td>Array of related secondary locations.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"specialisations-object\">Specialisations Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>PrimarySpecialisation</strong></td>\n<td>string</td>\n<td>The top-level specialisation category.</td>\n</tr>\n<tr>\n<td><strong>SecondarySpecialisation</strong></td>\n<td>array</td>\n<td>Array of related secondary specialisations.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["api","v1.1","jobs","dropdownvalues"],"host":["{{hostName}}"],"query":[],"variable":[]}},"response":[{"id":"c0dfb3a6-2001-4bee-a2bc-cc2c5edb1fe2","name":"Retrieve Dropdown Values example","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{hostName}}/api/v1.1/jobs/dropdownvalues"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2224"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 16 Sep 2025 16:59:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Disciplines\": [\n        {\n            \"PrimaryDiscipline\": \"Technology\",\n            \"SecondaryDiscipline\": [\n                \"Full Stack Developer\",\n                \"Front End Dev\",\n                \"Architecture\",\n                \"Infrastructure\",\n                \"3rd line Support\",\n                \"Dev Opps\"\n            ]\n        },\n        {\n            \"PrimaryDiscipline\": \"Engineering\",\n            \"SecondaryDiscipline\": [\n                \"Supervisor\",\n                \"HVAC Technician\",\n                \"Cleaner\",\n                \"Maintenance Technician\"\n            ]\n        },\n        {\n            \"PrimaryDiscipline\": \"HR\",\n            \"SecondaryDiscipline\": [\n                \"HR Manager\",\n                \"Recruiter\"\n            ]\n        },\n        {\n            \"PrimaryDiscipline\": \"Sales\",\n            \"SecondaryDiscipline\": [\n                \"Field Sales\",\n                \"Inbound\",\n                \"Sales Manager\"\n            ]\n        },\n        {\n            \"PrimaryDiscipline\": \"Job Alerts Discipline\",\n            \"SecondaryDiscipline\": [\n                \"Job Alerts Role\"\n            ]\n        },\n        {\n            \"PrimaryDiscipline\": \"Driver\",\n            \"SecondaryDiscipline\": [\n                \"HGV\"\n            ]\n        }\n    ],\n    \"Locations\": [\n        {\n            \"PrimaryLocation\": \"Scotland\",\n            \"SecondaryLocation\": [\n                \"Edinburgh\",\n                \"Glasgow\",\n                \"Stirling\",\n                \"Aberdeen\",\n                \"Ayr\",\n                \"Dundee\"\n            ]\n        },\n        {\n            \"PrimaryLocation\": \"London\",\n            \"SecondaryLocation\": [\n                \"North\",\n                \"South\",\n                \"East\",\n                \"West\"\n            ]\n        },\n        {\n            \"PrimaryLocation\": \"Ireland\",\n            \"SecondaryLocation\": [\n                \"Cork\",\n                \"Galway\"\n            ]\n        },\n        {\n            \"PrimaryLocation\": \"Job Alerts Location\",\n            \"SecondaryLocation\": [\n                \"Job Alerts Sub-Location\"\n            ]\n        }\n    ],\n    \"Specialisations\": [\n        {\n            \"PrimarySpecialisation\": \"Health\",\n            \"SecondarySpecialisation\": [\n                \"Oncology\",\n                \"Nurses\"\n            ]\n        },\n        {\n            \"PrimarySpecialisation\": \"Technology\",\n            \"SecondarySpecialisation\": [\n                \"Digital\",\n                \"Data\",\n                \"E-Commerce\"\n            ]\n        },\n        {\n            \"PrimarySpecialisation\": \"Healthcare\",\n            \"SecondarySpecialisation\": [\n                \"Broadcasting\",\n                \"Film Production\"\n            ]\n        },\n        {\n            \"PrimarySpecialisation\": \"Dairy\",\n            \"SecondarySpecialisation\": [\n                \"IHT\"\n            ]\n        },\n        {\n            \"PrimarySpecialisation\": \"Nuclear\",\n            \"SecondarySpecialisation\": []\n        },\n        {\n            \"PrimarySpecialisation\": \"Marine\",\n            \"SecondarySpecialisation\": []\n        },\n        {\n            \"PrimarySpecialisation\": \"Commercial Build\",\n            \"SecondarySpecialisation\": []\n        },\n        {\n            \"PrimarySpecialisation\": \"Airports\",\n            \"SecondarySpecialisation\": []\n        },\n        {\n            \"PrimarySpecialisation\": \"Job Alerts Specialisation\",\n            \"SecondarySpecialisation\": [\n                \"Job Alerts Sub-Specialisation\"\n            ]\n        }\n    ],\n    \"PermanentCustomJobTypes\": [\n        \"Spec Job\",\n        \"Fixed Term Contract\",\n        \"Contingent\",\n        \"Retained\"\n    ],\n    \"ContractCustomJobTypes\": [\n        \"Speculative Contract\",\n        \"Contractor Umbrella Company\",\n        \"PAYE Temp\"\n    ],\n    \"ReasonIfClosed\": [\n        \"Cancelled Internally\",\n        \"Filled Internally\",\n        \"Lost\",\n        \"On Hold\"\n    ],\n    \"Teams\": [\n        \"All Users\",\n        \"London\",\n        \"Technology\",\n        \"Top Billers\",\n        \"Product Experience\",\n        \"Test Case - Shared Dashboard\"\n    ],\n    \"JobCodes\": [\n        \"Jobcode1\",\n        \"Jobcode2\"\n    ],\n    \"JobSources\": [\n        \"Candidate Referral\",\n        \"Customer Referral\",\n        \"Sales Prospect\",\n        \"Called in\"\n    ]\n}"}],"_postman_id":"1c03baf5-6750-4e01-9487-f0450fc23747"},{"name":"Retrieve Job Workflow Properties","id":"120ddc42-9632-4d8b-b452-11a540dbc2ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}/api/v1.1/properties/{JobType}","description":"<p><strong>Required Scope:</strong> placementdetailsAPI-read OR jobsAPI-read</p>\n<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Job Workflow Properties</strong> endpoint returns the enabled workflow property definitions for a given Firefish job type.</p>\n<p>This includes both <strong>system</strong> and <strong>custom</strong> properties, allowing third-party integrations to adapt to each customer's Firefish configuration. This is particularly useful where display labels, enabled fields and dropdown values may vary between customers.</p>\n<p>Use this endpoint when your integration needs to:</p>\n<ul>\n<li><p>discover enabled workflow fields for a given job type,</p>\n</li>\n<li><p>retrieve allowed dropdown values dynamically,</p>\n</li>\n<li><p>map against stable system field names rather than customer-specific display labels,</p>\n</li>\n<li><p>Anticipate available fields for subsequent placement records</p>\n</li>\n<li><p>retrieve valid Temp workflow cancellation reasons before calling the Cancel Shift Booking endpoint.</p>\n</li>\n</ul>\n<p>A field is considered enabled if it is enabled anywhere within the relevant workflow configuration. Disabled fields are not returned.</p>\n<p>For dropdown fields, <code>AllowedValues</code> is always returned as an array. For non-dropdown fields, <code>AllowedValues</code> will be <code>[]</code>.</p>\n<p>Properties are returned in a stable order. For dropdown fields, the <code>AllowedValues</code> array is returned in the same order as shown in the Firefish front end.</p>\n<blockquote>\n<p>Integration note: use <code>SystemName</code> for durable mapping in your integration as this will always describe the intended use case of that particular field. <code>Name</code> is the current display label shown to Firefish users and may differ between customers. </p>\n</blockquote>\n<hr />\n<h2 id=\"required-permission-scopes\">Required Permission Scopes</h2>\n<p>To call this endpoint, your integration must be granted <strong>at least one</strong> of the following scopes:</p>\n<ul>\n<li><p><strong><code>placementdetailsAPI-read</code></strong> – enables read access for placement / booking integrations.</p>\n</li>\n<li><p><strong><code>jobsAPI-read</code></strong> – enables read access for job integrations.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method:</strong> <code>GET</code></p>\n</li>\n<li><p><strong>URL:</strong> <code>/api/v1.1/properties/{jobType}</code></p>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>jobType</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The workflow type to retrieve properties for. Accepted values are <code>permanent</code>, <code>contract</code> and <code>temp</code>. Values are case-insensitive.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response\">Response</h2>\n<p>The response body is a JSON <strong>array of Property objects</strong>.</p>\n<h3 id=\"response-object\">Response Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Name</strong></td>\n<td>string</td>\n<td>The current display name of the field in Firefish.</td>\n</tr>\n<tr>\n<td><strong>SystemName</strong></td>\n<td>string</td>\n<td>The stable internal field name used by Firefish, for example <code>JobCode</code>, <code>CancelledReason</code> or <code>CustomDropdown4</code>.</td>\n</tr>\n<tr>\n<td><strong>PropertyType</strong></td>\n<td>string</td>\n<td>Where the property originates from. Values: <code>System</code>, <code>Custom</code>.</td>\n</tr>\n<tr>\n<td><strong>FieldType</strong></td>\n<td>string</td>\n<td>The data type accepted for the field. Values currently returned are <code>String</code>, <code>date</code> and <code>Int</code>.</td>\n</tr>\n<tr>\n<td><strong>AllowedValues</strong></td>\n<td>array(string)</td>\n<td>List of allowed dropdown values for the field. Returns an empty array for non-dropdown fields.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"status-codes\">Status Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>The enabled workflow properties for the requested job type were returned successfully.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>The supplied <code>jobType</code> was not recognised.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"temp-workflow-example\">Temp Workflow Example</h3>\n<p>To retrieve valid cancellation reasons for Temp shift bookings:</p>\n<p><code>GET /api/v1.1/properties/temp</code></p>\n<p>Locate the object where:</p>\n<ul>\n<li><code>SystemName = CancelledReason</code></li>\n</ul>\n<p>Then submit one of the returned <code>AllowedValues</code> when calling:</p>\n<p><code>PUT /api/v1.1/bookings/cancel/{bookingID}[/{ShiftStartDate}]</code></p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["api","v1.1","properties","{JobType}"],"host":["{{hostName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"120ddc42-9632-4d8b-b452-11a540dbc2ee"},{"name":"Add Shifts","id":"a2c97518-564b-44d8-a3b7-ea193d93aef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n   {\r\n       \"ShiftName\": \"Shift&#39;s Test1 \",\r\n       \"ShiftStart\": \"2025-09-01T01:00:00.000Z\",\r\n       \"ShiftEnd\": \"2025-09-01T06:30:10.000Z\",\r\n       \"Frequency\": 2,\r\n       \"Interval\": 1,\r\n       \"Days\": [\r\n           0, 1, 2, 3, 4, 5, 6\r\n       ],\r\n       \"End\": \"2025-09-10\",\r\n       \"ExclusionDates\": [\r\n        \"2025-09-06\"\r\n       ]\r\n   },\r\n   {\r\n       \"ShiftName\": \"Shift2\",\r\n       \"ShiftStart\": \"2025-09-12T01:00:00.000Z\",\r\n       \"ShiftEnd\": \"2025-09-12T22:30:10.000Z\",\r\n       \"TotalPositions\": 100,\r\n       \"ShiftBreakInMinutes\": 30,\r\n       \"Recurring\": false,\r\n       \"Frequency\": 2,\r\n       \"Interval\": 2,\r\n       \"Days\": [\r\n           2, 3, 4, 5, 6\r\n       ],\r\n       \"End\": \"2025-09-30\",\r\n       \"ExclusionDates\": [\r\n        \"2025-09-28\",\r\n        \"2025-09-27\"\r\n       ]\r\n   },\r\n   {\r\n       \"ShiftName\": \"Shift3\",\r\n       \"ShiftStart\": \"2025-09-16T22:00:00.000Z\",\r\n       \"ShiftEnd\": \"2025-09-17T05:30:10.000Z\",\r\n       \"TotalPositions\": 100,\r\n       \"ShiftBreakInMinutes\": 30,\r\n       \"Recurring\": false,\r\n       \"Frequency\": 2,\r\n       \"Interval\": 2,\r\n       \"Days\": [\r\n           2, 3, 4, 5, 6\r\n       ],\r\n       \"End\": \"2025-09-30\",\r\n       \"ExclusionDates\": [\r\n        \"2025-09-28\",\r\n        \"2025-09-27\"\r\n       ]\r\n   }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{hostName}}/api/v1.1/jobs/{JobRef}/shifts","description":"<p><strong>Required Scope:</strong> jobsAPI-write</p>\n<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Add Shifts</strong> endpoint allows integrators to create one or more <strong>new shifts</strong> for a job.</p>\n<p>⚠ <strong>Important:</strong></p>\n<ul>\n<li><p>Shifts can <strong>only</strong> be added to <strong>Temp jobs</strong>.</p>\n</li>\n<li><p>Attempting to add shifts to a <strong>Contract</strong> or <strong>Permanent</strong> job will result in a rejected request.</p>\n</li>\n<li><p>Only <strong>new shifts</strong> may be created — existing shifts <strong>cannot be updated</strong> or modified using this endpoint.</p>\n</li>\n<li><p>To identify Temp jobs, use the <a href=\"https://./jobs-search\"><code>GET /api/v1.1/jobs/search</code></a> endpoint.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"required-permission-scopes\">Required Permission Scopes</h2>\n<p>To call this endpoint, your integration must be granted the following scope:</p>\n<ul>\n<li><strong><code>jobsAPI-write</code></strong> – enables creation of job shifts.</li>\n</ul>\n<hr />\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method</strong>: <code>POST</code></p>\n</li>\n<li><p><strong>URL</strong>: <code>/api/v1.1/jobs/{JobRef}/shifts</code></p>\n</li>\n<li><p><strong>Path Parameters</strong>:</p>\n<ul>\n<li><code>JobRef</code> (int) → The unique reference number of the Temp job.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body must be an <strong>array of Shift objects</strong>. Each object represents a shift to be created.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>ShiftName</strong></td>\n<td>string</td>\n<td>No</td>\n<td>The name of the shift.</td>\n</tr>\n<tr>\n<td><strong>ShiftStart</strong></td>\n<td>datetime</td>\n<td>Yes</td>\n<td>Start time of the shift (ISO-8601 UTC).</td>\n</tr>\n<tr>\n<td><strong>ShiftEnd</strong></td>\n<td>datetime</td>\n<td>Yes</td>\n<td>End time of the shift (ISO-8601 UTC).</td>\n</tr>\n<tr>\n<td><strong>TotalPositions</strong></td>\n<td>int</td>\n<td>Yes</td>\n<td>Total number of positions for the shift (must be ≥ 1).</td>\n</tr>\n<tr>\n<td><strong>ShiftBreakInMinutes</strong></td>\n<td>int</td>\n<td>No</td>\n<td>Length of break in minutes. Defaults to 0 if not provided.</td>\n</tr>\n<tr>\n<td><strong>Recurring</strong></td>\n<td>bool</td>\n<td>No</td>\n<td>Whether the shift recurs. Defaults to False if not provided</td>\n</tr>\n<tr>\n<td><strong>Frequency</strong></td>\n<td>int</td>\n<td>No</td>\n<td>Frequency value for recurrence (used with <code>Interval</code>).</td>\n</tr>\n<tr>\n<td><strong>Interval</strong></td>\n<td>int</td>\n<td>No</td>\n<td>Interval between recurrences. Currently only accepted value is <code>1</code>=weekly.</td>\n</tr>\n<tr>\n<td><strong>Days</strong></td>\n<td>array(int)</td>\n<td>No</td>\n<td>Days of the week recurrence applies to (<code>0 = Sunday</code> … <code>6 = Saturday</code>).</td>\n</tr>\n<tr>\n<td><strong>End</strong></td>\n<td>date</td>\n<td>No</td>\n<td>Date when recurrence ends.</td>\n</tr>\n<tr>\n<td><strong>ExclusionDates</strong></td>\n<td>array(date)</td>\n<td>No</td>\n<td>Specific dates to exclude from recurrence.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response\">Response</h2>\n<p>The response body is a JSON object containing the results of the shift creation attempt.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Response.CreatedShifts</strong></td>\n<td>array</td>\n<td>List of successfully created shifts.</td>\n</tr>\n<tr>\n<td><strong>Response.FailedShifts</strong></td>\n<td>array</td>\n<td>List of shifts that failed validation, with error messages.</td>\n</tr>\n<tr>\n<td><strong>Error</strong></td>\n<td>string</td>\n<td>Message returned if entire request failed.</td>\n</tr>\n<tr>\n<td><strong>IsSuccessful</strong></td>\n<td>bool</td>\n<td>Indicates whether the request was processed successfully.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"shift-object-in-createdshifts-or-failedshifts\">Shift Object (in CreatedShifts or FailedShifts)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>ID</strong></td>\n<td>int</td>\n<td>Unique identifier of the shift (0 if creation failed).</td>\n</tr>\n<tr>\n<td><strong>ShiftName</strong></td>\n<td>string</td>\n<td>Name of the shift.</td>\n</tr>\n<tr>\n<td><strong>ShiftStart</strong></td>\n<td>datetime</td>\n<td>Start time of the shift.</td>\n</tr>\n<tr>\n<td><strong>ShiftEnd</strong></td>\n<td>datetime</td>\n<td>End time of the shift.</td>\n</tr>\n<tr>\n<td><strong>TotalPositions</strong></td>\n<td>int</td>\n<td>Total positions for the shift.</td>\n</tr>\n<tr>\n<td><strong>ShiftBreakInMinutes</strong></td>\n<td>int</td>\n<td>Break length in minutes.</td>\n</tr>\n<tr>\n<td><strong>Recurring</strong></td>\n<td>bool</td>\n<td>Whether the shift is recurring.</td>\n</tr>\n<tr>\n<td><strong>Days</strong></td>\n<td>array(int)</td>\n<td>Days of the week recurrence applies to (<code>0 = Sunday</code> … <code>6 = Saturday</code>).</td>\n</tr>\n<tr>\n<td><strong>ExclusionDates</strong></td>\n<td>array(date)</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>Frequency</strong></td>\n<td>int</td>\n<td>Frequency of recurrence.</td>\n</tr>\n<tr>\n<td><strong>Interval</strong></td>\n<td>int</td>\n<td>Interval of recurrence.</td>\n</tr>\n<tr>\n<td><strong>End</strong></td>\n<td>date</td>\n<td>Date when recurrence ends.</td>\n</tr>\n<tr>\n<td><strong>Errors</strong></td>\n<td>string</td>\n<td>Validation reason for failed shift</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["api","v1.1","jobs","{JobRef}","shifts"],"host":["{{hostName}}"],"query":[],"variable":[]}},"response":[{"id":"31ed2155-3ec0-4589-8111-5f97b5468d7d","name":"Success & Fail example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n   {\r\n       \"ShiftName\": \"Shift&#39;s Test1 \",\r\n       \"ShiftStart\": \"2025-09-01T01:00:00.000Z\",\r\n       \"ShiftEnd\": \"2025-09-01T06:30:10.000Z\",\r\n       \"Frequency\": 2,\r\n       \"Interval\": 1,\r\n       \"Days\": [\r\n           0, 1, 2, 3, 4, 5, 6\r\n       ],\r\n       \"End\": \"2025-09-10\",\r\n       \"ExclusionDates\": [\r\n        \"2025-09-06\"\r\n       ]\r\n   },\r\n   {\r\n       \"ShiftName\": \"Shift2\",\r\n       \"ShiftStart\": \"2025-09-12T01:00:00.000Z\",\r\n       \"ShiftEnd\": \"2025-09-12T22:30:10.000Z\",\r\n       \"TotalPositions\": 100,\r\n       \"ShiftBreakInMinutes\": 30,\r\n       \"Recurring\": false,\r\n       \"Frequency\": 2,\r\n       \"Interval\": 2,\r\n       \"Days\": [\r\n           2, 3, 4, 5, 6\r\n       ],\r\n       \"End\": \"2025-09-30\",\r\n       \"ExclusionDates\": [\r\n        \"2025-09-28\",\r\n        \"2025-09-27\"\r\n       ]\r\n   },\r\n   {\r\n       \"ShiftName\": \"Shift3\",\r\n       \"ShiftStart\": \"2025-09-16T22:00:00.000Z\",\r\n       \"ShiftEnd\": \"2025-09-17T05:30:10.000Z\",\r\n       \"TotalPositions\": 100,\r\n       \"ShiftBreakInMinutes\": 30,\r\n       \"Recurring\": false,\r\n       \"Frequency\": 2,\r\n       \"Interval\": 2,\r\n       \"Days\": [\r\n           2, 3, 4, 5, 6\r\n       ],\r\n       \"End\": \"2025-09-30\",\r\n       \"ExclusionDates\": [\r\n        \"2025-09-28\",\r\n        \"2025-09-27\"\r\n       ]\r\n   }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{hostName}}/api/v1.1/jobs/93058/shifts"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"927"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'"},{"key":"Date","value":"Tue, 16 Sep 2025 17:01:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"CreatedShifts\": [\n            {\n                \"ID\": 25,\n                \"ShiftStart\": \"2025-09-12T01:00:00.000Z\",\n                \"ShiftEnd\": \"2025-09-12T22:30:10.000Z\",\n                \"TotalPositions\": 100,\n                \"ShiftBreakInMinutes\": 30,\n                \"ShiftName\": \"Shift2\",\n                \"Recurring\": false,\n                \"Days\": null,\n                \"ExclusionDates\": null,\n                \"Frequency\": 0,\n                \"Interval\": 0,\n                \"End\": null,\n                \"Errors\": null\n            },\n            {\n                \"ID\": 26,\n                \"ShiftStart\": \"2025-09-16T22:00:00.000Z\",\n                \"ShiftEnd\": \"2025-09-17T05:30:10.000Z\",\n                \"TotalPositions\": 100,\n                \"ShiftBreakInMinutes\": 30,\n                \"ShiftName\": \"Shift3\",\n                \"Recurring\": false,\n                \"Days\": null,\n                \"ExclusionDates\": null,\n                \"Frequency\": 0,\n                \"Interval\": 0,\n                \"End\": null,\n                \"Errors\": null\n            }\n        ],\n        \"FailedShifts\": [\n            {\n                \"ID\": 0,\n                \"ShiftStart\": \"2025-09-01T01:00:00.000Z\",\n                \"ShiftEnd\": \"2025-09-01T06:30:10.000Z\",\n                \"TotalPositions\": 0,\n                \"ShiftBreakInMinutes\": 0,\n                \"ShiftName\": \"Shift&#39;s Test1 \",\n                \"Recurring\": false,\n                \"Days\": [\n                    0,\n                    1,\n                    2,\n                    3,\n                    4,\n                    5,\n                    6\n                ],\n                \"ExclusionDates\": [\n                    \"2025-09-06\"\n                ],\n                \"Frequency\": 2,\n                \"Interval\": 1,\n                \"End\": \"2025-09-10\",\n                \"Errors\": \"TotalPositions must be at least 1\"\n            }\n        ]\n    },\n    \"Error\": null,\n    \"IsSuccessful\": true\n}"}],"_postman_id":"a2c97518-564b-44d8-a3b7-ea193d93aef5"},{"name":"Create Job","id":"409b6326-9021-4249-830d-4ccbe6a8115b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //This is set up for Permanent, Use the examples linked to this Request for Contract and Shift\r\n    //SalaryFrom, SalaryTo, AdditionalBenefits, & ProposedSalary are exclusive to Permanent Jobs\r\n    //MinimumRate, MaximumRate, RateUnit, StartTime, EndDate, EndTime, IncludeWeekends, HoursPerDay are exclusive to Contract Jobs\r\n    \"JobType\": \"Permanent\",\r\n    \"Title\": \"Postman Permanent Job\",\r\n    \"Website\": \"Wayne Enterpriz\",\r\n    \"JobPriority\": \"Medium\",\r\n    \"TotalPositions\": 7,\r\n    \"OwnerUserRef\": 49883,\r\n    \"CompanyRef\": 93819,\r\n    \"ContactRef\": 49839,\r\n    \"AdditionalOwner\": 49820,\r\n    \"Keywords\": \"test OR health OR 123\",\r\n    \"PrimaryDiscipline\": \"Technology\",\r\n    \"SecondaryDiscipline\": \"Front End Dev\",\r\n    \"PrimaryLocation\": \"Scotland\",\r\n    \"SecondaryLocation\": \"Glasgow\",\r\n    \"PrimarySpecialisation\": \"Health\",\r\n    \"SecondarySpecialisation\": \"Nurses\",\r\n    \"SalaryFrom\": 35000,\r\n    \"SalaryTo\": 45000,\r\n    \"CurrencyCode\": \"USD\",\r\n    \"StartDate\": \"2025-10-20\",\r\n    \"AdditionalBenefits\": \"Pension & Healthcare\",\r\n    \"ProposedSalary\": 42500,\r\n    \"CustomJobType\": \"PAYE Temp\",\r\n    \"CVDeadline\": \"2025-10-01\",\r\n    \"Team\": \"Product Experience\",\r\n    \"JobSource\": \"Test1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}/api/v1.1/jobs","description":"<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Create Job</strong> endpoint allows integrators to create a <strong>new job record</strong> in Firefish.</p>\n<p>⚠ <strong>Important:</strong></p>\n<ul>\n<li><p>The request body structure varies depending on the <strong>JobType</strong>:</p>\n<ul>\n<li><p><strong>Permanent</strong></p>\n</li>\n<li><p><strong>Contract</strong></p>\n</li>\n<li><p><strong>Temp</strong></p>\n</li>\n</ul>\n</li>\n<li><p>Each job type has <strong>exclusive fields</strong> that must be used in addition to the common fields.</p>\n</li>\n<li><p>For <strong>Temp jobs</strong>, shifts can be created at the same time as the job, or added later via the <a href=\"https://./jobs-jobref-shifts\"><code>POST /api/v1.1/jobs/{JobRef}/shifts</code></a> endpoint.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"🔑-required-permission-scopes\">🔑 Required Permission Scopes</h2>\n<p>To call this endpoint, your integration must be granted the following scope:</p>\n<ul>\n<li><strong><code>jobsAPI-write</code></strong> – enables creation of job records.</li>\n</ul>\n<hr />\n<h2 id=\"📥-request\">📥 Request</h2>\n<ul>\n<li><p><strong>Method</strong>: <code>POST</code></p>\n</li>\n<li><p><strong>URL</strong>: <code>/api/v1.1/jobs</code></p>\n</li>\n</ul>\n<h3 id=\"common-fields\">Common Fields</h3>\n<p>These fields are accepted for <strong>all job types</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>JobType</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of the job. Values: <code>Permanent</code>, <code>Contract</code>, <code>Temp</code>.</td>\n</tr>\n<tr>\n<td><strong>Title</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>Job title.</td>\n</tr>\n<tr>\n<td><strong>Website</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>The Firefish website the job belongs to. This value can be obtained from the 'Name' field in System Config -&gt; General -&gt; Company Details</td>\n</tr>\n<tr>\n<td><strong>JobPriority</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Priority of the job (e.g. <code>High</code>, <code>Medium</code>, <code>Low</code>, <code>null</code>).</td>\n</tr>\n<tr>\n<td><strong>TotalPositions</strong></td>\n<td>int</td>\n<td>No</td>\n<td>Total number of positions (Permanent and Contract only).</td>\n</tr>\n<tr>\n<td><strong>OwnerUserRef</strong></td>\n<td>int</td>\n<td>Yes</td>\n<td>Reference ID of the primary job owner.</td>\n</tr>\n<tr>\n<td><strong>CompanyRef</strong></td>\n<td>int</td>\n<td>Yes</td>\n<td>Reference ID of the associated hiring company.</td>\n</tr>\n<tr>\n<td><strong>ContactRef</strong></td>\n<td>int</td>\n<td>Yes</td>\n<td>Reference ID of the associated hiring contact. must be associated with Hiring Company (either directly, or indirectly via Parent Company)</td>\n</tr>\n<tr>\n<td><strong>AdditionalOwner</strong></td>\n<td>int array</td>\n<td>No</td>\n<td>Reference ID of an additional job owner. Maximum 2.</td>\n</tr>\n<tr>\n<td><strong>Keywords</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Boolean search keywords for potential matches. Available values can be obtained from GET Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>PrimaryDiscipline</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>Primary discipline for potential matches. Available values can be obtained from GET Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>SecondaryDiscipline</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Secondary discipline for potential matches. Available values can be obtained from GET Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>PrimaryLocation</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>Primary location for potential matches. Available values can be obtained from GET Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>SecondaryLocation</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Secondary location for potential matches. Available values can be obtained from GET Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>PrimarySpecialisation</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Primary specialisation for potential matches. Available values can be obtained from GET Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>SecondarySpecialisation</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Secondary specialisation for potential matches. Available values can be obtained from GET Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>CustomJobType</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Custom job type value for potential matches. Available values can be obtained from GET Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>CVDeadline</strong></td>\n<td>date</td>\n<td>No</td>\n<td>Deadline for CV submission.</td>\n</tr>\n<tr>\n<td><strong>Team</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Recruiter team responsible for the job. Available values can be obtained from GET Job Dropdown Values.</td>\n</tr>\n<tr>\n<td><strong>JobSource</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Source of the job. Available values can be obtained from GET Job Dropdown Values</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"permanent-job--exclusive-fields\">Permanent Job – Exclusive Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>SalaryFrom</strong></td>\n<td>decimal</td>\n<td>Yes</td>\n<td>Minimum salary for potential matches.</td>\n</tr>\n<tr>\n<td><strong>SalaryTo</strong></td>\n<td>decimal</td>\n<td>Yes</td>\n<td>Maximum salary for potential matches.</td>\n</tr>\n<tr>\n<td><strong>CurrencyCode</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>ISO currency code (e.g. <code>USD</code>, <code>GBP</code>).</td>\n</tr>\n<tr>\n<td><strong>StartDate</strong></td>\n<td>date</td>\n<td>Yes</td>\n<td>Job start date.</td>\n</tr>\n<tr>\n<td><strong>AdditionalBenefits</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Notes on additional benefits.</td>\n</tr>\n<tr>\n<td><strong>BenefitsValue</strong></td>\n<td>decimal</td>\n<td>No</td>\n<td>value of additional benefits</td>\n</tr>\n<tr>\n<td><strong>ProposedSalary</strong></td>\n<td>decimal</td>\n<td>No</td>\n<td>Proposed salary figure.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"contract-job---exclusive-fields\">Contract Job - Exclusive Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>MinimumRate</strong></td>\n<td>decimal</td>\n<td>Yes</td>\n<td>Minimum pay rate for potential matches.</td>\n</tr>\n<tr>\n<td><strong>MaximumRate</strong></td>\n<td>decimal</td>\n<td>Yes</td>\n<td>Maximum pay rate for potential matches.</td>\n</tr>\n<tr>\n<td><strong>CurrencyCode</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>ISO currency code (e.g. <code>USD</code>, <code>AUD</code>).</td>\n</tr>\n<tr>\n<td><strong>RateUnit</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unit of rate (<code>Hourly</code>, <code>Daily</code>).</td>\n</tr>\n<tr>\n<td><strong>RateType</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Type of rate (<code>LTD</code>, <code>PAYE</code>). Defaults according to Firefish settings if not provided.</td>\n</tr>\n<tr>\n<td><strong>ProposedRate</strong></td>\n<td>decimal</td>\n<td>No</td>\n<td>The proposed standard pay rate for the job</td>\n</tr>\n<tr>\n<td><strong>StartDate</strong></td>\n<td>date</td>\n<td>Yes</td>\n<td>Job start date.</td>\n</tr>\n<tr>\n<td><strong>StartTime</strong></td>\n<td>time</td>\n<td>No</td>\n<td>Start time of job.</td>\n</tr>\n<tr>\n<td><strong>EndDate</strong></td>\n<td>date</td>\n<td>Yes</td>\n<td>Job end date.</td>\n</tr>\n<tr>\n<td><strong>EndTime</strong></td>\n<td>time</td>\n<td>No</td>\n<td>End time of job.</td>\n</tr>\n<tr>\n<td><strong>IncludeWeekends</strong></td>\n<td>bool</td>\n<td>No</td>\n<td>Whether weekends are included.</td>\n</tr>\n<tr>\n<td><strong>HoursPerDay</strong></td>\n<td>decimal</td>\n<td>No</td>\n<td>Expected total working hours per day.</td>\n</tr>\n<tr>\n<td><strong>JobCode</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Internal job code. Available values can be obtained from GET Job Dropdown Values</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"temp-job--exclusive-fields\">Temp Job – Exclusive Fields</h3>\n<p>Temp jobs (Shift jobs) only require the <strong>common fields</strong> listed above. Optionally, shifts can be included at job creation under a <code>Shifts</code> array. Information on this array can be found on the POST Add Shifts endpoint.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["api","v1.1","jobs"],"host":["{{hostName}}"],"query":[],"variable":[]}},"response":[{"id":"5c0181c9-9744-4def-9bfc-e9c6c8a7d6e0","name":"Create Perm Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"JobType\": \"Permanent\",\r\n    \"Title\": \"Postman Permanent Job\",\r\n    \"Website\": \"TCE\",\r\n    \"JobPriority\": \"Medium\",\r\n    \"TotalPositions\": 7,\r\n    \"OwnerUserRef\": 49883,\r\n    \"CompanyRef\": 93819,\r\n    \"ContactRef\": 49839,\r\n    \"AdditionalOwner\": 49820,\r\n    \"Keywords\": \"test OR health OR 123\",\r\n    \"PrimaryDiscipline\": \"Technology\",\r\n    \"SecondaryDiscipline\": \"Front End Dev\",\r\n    \"PrimaryLocation\": \"Scotland\",\r\n    \"SecondaryLocation\": \"Glasgow\",\r\n    \"PrimarySpecialisation\": \"Health\",\r\n    \"SecondarySpecialisation\": \"Nurses\",\r\n    \"SalaryFrom\": 35000,\r\n    \"SalaryTo\": 45000,\r\n    \"CurrencyCode\": \"USD\",\r\n    \"StartDate\": \"2025-10-20\",\r\n    \"AdditionalBenefits\": \"Pension & Healthcare\",\r\n    \"ProposedSalary\": 42500,\r\n    \"CustomJobType\": \"Contingent\",\r\n    \"CVDeadline\": \"2025-10-01\",\r\n    \"Team\": \"Product Experience\",\r\n    \"JobSource\": \"Called In\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}/api/v1.1/jobs"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"59"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'"},{"key":"Date","value":"Tue, 16 Sep 2025 17:03:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"Ref\": 93087\n    },\n    \"Error\": null,\n    \"IsSuccessful\": true\n}"}],"_postman_id":"409b6326-9021-4249-830d-4ccbe6a8115b"},{"name":"Update Job","id":"265752d0-26fd-49da-a785-2212f00c2730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    //This is set up for Permanent, Use the examples linked to this Request for Contract and Shift\r\n    //If \"Status\" is closed then \"ReasonIfClosed\" & \"ClosedComment\" can be added to the request\r\n    \"Title\": \"Postman Updated\",\r\n    \"Status\": \"Open\",\r\n    //\"ReasonIfClosed\": \"Filled Internally\",\r\n    //\"ClosedComments\": \"Comment:- Job was filled by existing staff!\",\r\n    \"Website\": \"Wayne Enterpriz\",\r\n    \"JobPriority\": \"Low\",\r\n    \"TotalPositions\": 1,\r\n    \"OwnerUserRef\": 49820,\r\n    \"CompanyRef\": 93819,\r\n    \"ContactRef\": 49839,\r\n    \"AdditionalOwner\": 49820,\r\n    \"Keywords\": \"C# OR Java OR css OR Python\",\r\n    \"PrimaryDiscipline\": \"Sales\",\r\n    \"SecondaryDiscipline\": \"Field Sales\",\r\n    \"PrimaryLocation\": \"London\",\r\n    \"SecondaryLocation\": \"West\",\r\n    \"PrimarySpecialisation\": \"Healthcare\",\r\n    \"SecondarySpecialisation\": \"Broadcasting\",\r\n    \"SalaryFrom\": 22222,\r\n    \"SalaryTo\": 28000,\r\n    \"CurrencyCode\": \"GBP\",\r\n    \"StartDate\": \"2025-11-01\",\r\n    \"AdditionalBenefits\": \"Home Insurance\",\r\n    \"ProposedSalary\": 26000,\r\n    \"CustomJobType\": \"PAYE Temp\",\r\n    \"CVDeadline\": \"2025-10-15\",\r\n    \"Team\": \"Product Experience\",\r\n    \"JobSource\": \"Test1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}/api/v1.1/jobs/{JobRef}","description":"<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Update Job</strong> endpoint allows integrators to update fields on an existing job record.<br />The request body follows the same structure as <a href=\"https://./jobs\"><code>POST /api/v1.1/jobs</code></a>, but only the <strong>supplied fields</strong> are updated.</p>\n<p>⚠ <strong>Important:</strong></p>\n<ul>\n<li><p>Jobs may be <strong>closed or reopened</strong> via this endpoint.</p>\n<ul>\n<li><p>To <strong>close</strong> a job: set <code>Status = Closed</code> and provide both <code>ReasonIfClosed</code> and <code>ClosedComment</code>.</p>\n</li>\n<li><p>To <strong>reopen</strong> a job: set <code>Status = Open</code>. <code>ReasonIfClosed</code> and <code>ClosedComment</code> must <strong>not</strong> be supplied.</p>\n</li>\n</ul>\n</li>\n<li><p>A Job with the status <code>Placed</code> cannot be modified.</p>\n</li>\n<li><p>Validation rules apply per job type, consistent with job creation.</p>\n</li>\n<li><p>Available dropdown values for certain fields (<code>Disciplines</code>, <code>Locations</code>, <code>Specialisations</code>, <code>CustomJobTypes</code>, <code>Teams</code>, <code>JobSources</code>, <code>JobCodes</code>) can be obtained from <a href=\"https://./jobs-dropdownvalues\"><code>GET /api/v1.1/jobs/dropdownvalues</code></a>.</p>\n</li>\n<li><p>A Job's type may not be changed (eg a Permanent Job cannot become a Temp job)</p>\n</li>\n<li><p>Shifts cannot be modified on an existing Temp Job.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"required-permission-scopes\">Required Permission Scopes</h2>\n<p>To call this endpoint, your integration must be granted the following scope:</p>\n<ul>\n<li><strong><code>jobsAPI-write</code></strong> – enables modification of job records.</li>\n</ul>\n<hr />\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method</strong>: <code>PATCH</code></p>\n</li>\n<li><p><strong>URL</strong>: <code>/api/v1.1/jobs/{JobRef}</code></p>\n</li>\n<li><p><strong>Path Parameters</strong>:</p>\n<ul>\n<li><code>JobRef</code> (int) → The unique reference number of the job to update.</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"common-fields\">Common Fields</h3>\n<p>These fields are accepted for <strong>all job types</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Title</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>Job title.</td>\n</tr>\n<tr>\n<td><strong>Website</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>The Firefish website the job belongs to. This value can be obtained from the 'Name' field in System Config -&gt; General -&gt; Company Details</td>\n</tr>\n<tr>\n<td><strong>JobPriority</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Priority of the job (e.g. <code>High</code>, <code>Medium</code>, <code>Low</code>, <code>null</code>).</td>\n</tr>\n<tr>\n<td><strong>TotalPositions</strong></td>\n<td>int</td>\n<td>No</td>\n<td>Total number of positions (Permanent and Contract only).</td>\n</tr>\n<tr>\n<td><strong>OwnerUserRef</strong></td>\n<td>int</td>\n<td>Yes</td>\n<td>Reference ID of the primary job owner.</td>\n</tr>\n<tr>\n<td><strong>ContactRef</strong></td>\n<td>int</td>\n<td>Yes</td>\n<td>Reference ID of the associated hiring contact. Must be associated with Hiring Company (directly or indirectly via Parent Company).</td>\n</tr>\n<tr>\n<td><strong>AdditionalOwner</strong></td>\n<td>int array</td>\n<td>No</td>\n<td>Reference IDs of additional job owners. Maximum 2.</td>\n</tr>\n<tr>\n<td><strong>Keywords</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Boolean search keywords for potential matches.</td>\n</tr>\n<tr>\n<td><strong>PrimaryDiscipline</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>Primary discipline for potential matches.</td>\n</tr>\n<tr>\n<td><strong>SecondaryDiscipline</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Secondary discipline for potential matches.</td>\n</tr>\n<tr>\n<td><strong>PrimaryLocation</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>Primary location for potential matches.</td>\n</tr>\n<tr>\n<td><strong>SecondaryLocation</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Secondary location for potential matches.</td>\n</tr>\n<tr>\n<td><strong>PrimarySpecialisation</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Primary specialisation for potential matches.</td>\n</tr>\n<tr>\n<td><strong>SecondarySpecialisation</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Secondary specialisation for potential matches.</td>\n</tr>\n<tr>\n<td><strong>CustomJobType</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Custom job type value for potential matches.</td>\n</tr>\n<tr>\n<td><strong>CVDeadline</strong></td>\n<td>date</td>\n<td>No</td>\n<td>Deadline for CV submission.</td>\n</tr>\n<tr>\n<td><strong>Team</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Recruiter team responsible for the job.</td>\n</tr>\n<tr>\n<td><strong>JobSource</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Source of the job.</td>\n</tr>\n<tr>\n<td><strong>Status</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Current status of the job. Values: <code>Open</code>, <code>Closed</code>.</td>\n</tr>\n<tr>\n<td><strong>ReasonIfClosed</strong></td>\n<td>string</td>\n<td>Conditional</td>\n<td>Required if <code>Status = Closed</code>. Rejected if job is not closed.</td>\n</tr>\n<tr>\n<td><strong>ClosedComments</strong></td>\n<td>string</td>\n<td>Conditional</td>\n<td>Required if <code>Status = Closed</code>. Rejected if job is not closed.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"permanent-job--exclusive-fields\">Permanent Job – Exclusive Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>SalaryFrom</strong></td>\n<td>decimal</td>\n<td>Yes</td>\n<td>Minimum salary for potential matches.</td>\n</tr>\n<tr>\n<td><strong>SalaryTo</strong></td>\n<td>decimal</td>\n<td>Yes</td>\n<td>Maximum salary for potential matches.</td>\n</tr>\n<tr>\n<td><strong>CurrencyCode</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>ISO currency code (e.g. <code>USD</code>, <code>GBP</code>).</td>\n</tr>\n<tr>\n<td><strong>StartDate</strong></td>\n<td>date</td>\n<td>Yes</td>\n<td>Job start date.</td>\n</tr>\n<tr>\n<td><strong>AdditionalBenefits</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Notes on additional benefits.</td>\n</tr>\n<tr>\n<td><strong>BenefitsValue</strong></td>\n<td>decimal</td>\n<td>No</td>\n<td>Value of additional benefits.</td>\n</tr>\n<tr>\n<td><strong>ProposedSalary</strong></td>\n<td>decimal</td>\n<td>No</td>\n<td>Proposed salary figure.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"contract-job--exclusive-fields\">Contract Job – Exclusive Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>MinimumRate</strong></td>\n<td>decimal</td>\n<td>Yes</td>\n<td>Minimum pay rate for potential matches.</td>\n</tr>\n<tr>\n<td><strong>MaximumRate</strong></td>\n<td>decimal</td>\n<td>Yes</td>\n<td>Maximum pay rate for potential matches.</td>\n</tr>\n<tr>\n<td><strong>CurrencyCode</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>ISO currency code (e.g. <code>USD</code>, <code>AUD</code>).</td>\n</tr>\n<tr>\n<td><strong>RateUnit</strong></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unit of rate (<code>Hourly</code>, <code>Daily</code>).</td>\n</tr>\n<tr>\n<td><strong>RateType</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Type of rate (<code>LTD</code>, <code>PAYE</code>). Defaults according to Firefish settings if not provided.</td>\n</tr>\n<tr>\n<td><strong>ProposedRate</strong></td>\n<td>decimal</td>\n<td>No</td>\n<td>The proposed standard pay rate for the job.</td>\n</tr>\n<tr>\n<td><strong>StartDate</strong></td>\n<td>date</td>\n<td>Yes</td>\n<td>Job start date.</td>\n</tr>\n<tr>\n<td><strong>StartTime</strong></td>\n<td>time</td>\n<td>No</td>\n<td>Start time of job.</td>\n</tr>\n<tr>\n<td><strong>EndDate</strong></td>\n<td>date</td>\n<td>Yes</td>\n<td>Job end date.</td>\n</tr>\n<tr>\n<td><strong>EndTime</strong></td>\n<td>time</td>\n<td>No</td>\n<td>End time of job.</td>\n</tr>\n<tr>\n<td><strong>IncludeWeekends</strong></td>\n<td>bool</td>\n<td>No</td>\n<td>Whether weekends are included.</td>\n</tr>\n<tr>\n<td><strong>HoursPerDay</strong></td>\n<td>decimal</td>\n<td>No</td>\n<td>Expected total working hours per day.</td>\n</tr>\n<tr>\n<td><strong>JobCode</strong></td>\n<td>string</td>\n<td>No</td>\n<td>Internal job code.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["api","v1.1","jobs","{JobRef}"],"host":["{{hostName}}"],"query":[],"variable":[]}},"response":[{"id":"04a4a116-1f3e-47c6-b3f0-0a5a8990cf98","name":"Update Job Example","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    //This is set up for Permanent, Use the examples linked to this Request for Contract and Shift\r\n    //If \"Status\" is closed then \"ReasonIfClosed\" & \"ClosedComment\" can be added to the request\r\n    \"Title\": \"Postman Updated\",\r\n    \"Keywords\": \"C# OR Java OR css OR Python\",\r\n    \"PrimaryDiscipline\": \"Sales\",\r\n    \"SecondaryDiscipline\": \"Field Sales\",\r\n    \"PrimaryLocation\": \"London\",\r\n    \"SecondaryLocation\": \"West\",\r\n    \"PrimarySpecialisation\": \"Healthcare\",\r\n    \"SecondarySpecialisation\": \"Broadcasting\",\r\n    \"SalaryFrom\": 22222,\r\n    \"SalaryTo\": 28000,\r\n    \"CurrencyCode\": \"GBP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}/api/v1.1/jobs/93087"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 16 Sep 2025 17:07:32 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"030b04fc-5450-410d-a95e-e950fdfb2c0b","name":"Close Job","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Status\": \"Closed\",\r\n    \"ReasonIfClosed\": \"Filled Internally\",\r\n    \"ClosedComments\": \"Job was filled by existing staff!\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}/api/v1.1/jobs/93087"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 16 Sep 2025 17:08:25 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"265752d0-26fd-49da-a785-2212f00c2730"}],"id":"f8d57dad-b99c-43d4-a5f4-7eff26c92e29","description":"<h2 id=\"jobs-api-overview\">Jobs API Overview</h2>\n<p>The <strong>Jobs API</strong> provides endpoints for creating, updating, retrieving, and managing jobs within Firefish.<br />It supports multiple job types — <strong>Permanent, Contract, and Temp (Shift-based jobs)</strong> — with tailored request and response structures for each.</p>\n<p>Typical use cases include:</p>\n<ul>\n<li><p>Creating new jobs and assigning owners, companies, contacts, and classifications.</p>\n</li>\n<li><p>Searching jobs with flexible filters (disciplines, locations, specialisations, job types, statuses).</p>\n</li>\n<li><p>Retrieving detailed job profiles, including salary, rates, or shifts depending on job type.</p>\n</li>\n<li><p>Managing dropdown configuration values (e.g. disciplines, locations, job sources).</p>\n</li>\n<li><p>Adding and maintaining shifts for Temp jobs.</p>\n</li>\n<li><p>Updating job details, including closing and reopening jobs with appropriate reasons.</p>\n</li>\n</ul>\n<p>All endpoints require an access token and the correct permission scope (<code>jobsAPI-read</code> or <code>jobsAPI-write</code>).<br />Dropdown values for many fields can be retrieved dynamically using <a href=\"https://./jobs-dropdownvalues\"><code>GET /api/v1.1/jobs/dropdownvalues</code></a>.</p>\n<hr />\n<h2 id=\"available-endpoints\">Available Endpoints</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Endpoint</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>GET</strong></td>\n<td><code>/api/v1.1/jobs/search</code></td>\n<td>Search for jobs with filters such as title, status, type, discipline, location, and company.</td>\n</tr>\n<tr>\n<td><strong>GET</strong></td>\n<td><code>/api/v1.1/jobs/{JobRef}</code></td>\n<td>Retrieve a detailed job profile. Response varies depending on job type (Permanent, Contract, Temp).</td>\n</tr>\n<tr>\n<td><strong>GET</strong></td>\n<td><code>/api/v1.1/jobs/dropdownvalues</code></td>\n<td>Retrieve available dropdown values for disciplines, locations, specialisations, teams, sources, and codes.</td>\n</tr>\n<tr>\n<td><strong>POST</strong></td>\n<td><code>/api/v1.1/jobs</code></td>\n<td>Create a new job. Request body structure varies by job type. Temp jobs may include shifts at creation.</td>\n</tr>\n<tr>\n<td><strong>POST</strong></td>\n<td><code>/api/v1.1/jobs/{JobRef}/shifts</code></td>\n<td>Add one or more new shifts to a Temp job. Existing shifts cannot be updated.</td>\n</tr>\n<tr>\n<td><strong>PATCH</strong></td>\n<td><code>/api/v1.1/jobs/{JobRef}</code></td>\n<td>Update an existing job. Supports partial updates and closing/reopening jobs.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"versioning--deprecation\">Versioning &amp; Deprecation</h2>\n<ul>\n<li><p>The <strong>v1.1 Jobs API</strong> is the recommended version for all new integrations.</p>\n</li>\n<li><p><strong>v1.0 endpoints remain active</strong> and available until further notice.</p>\n</li>\n<li><p>⚠️ However, <strong>v1.0 GET Job</strong> and <strong>v1.0 GET Job Search</strong> are <strong>deprecated</strong> and scheduled for retirement. Integrators should migrate to v1.1 equivalents as soon as possible.</p>\n</li>\n</ul>\n","_postman_id":"f8d57dad-b99c-43d4-a5f4-7eff26c92e29","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"v1.0","item":[{"name":"Jobs Search (Deprecated)","id":"b1ee8cce-cc55-4b0c-b0e0-dd5af0bab278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{jobSearchResult}}","description":"<blockquote>\n<p><strong>Note:</strong> This endpoint is now deprecated and is scheduled for retirement. Third parties should begin using v1.1 as soon as possible. </p>\n</blockquote>\n<p>This endpoint is used to search for jobs within the Firefish system.</p>\n<p>By default, when no query parameters are provided, the search will return a basic jobs object for<br />jobs that have been created, or updated, within the last 7 days. The search will do a LIKE comparison for any of the string parameters. Two characters is the minimum allowed to perform a search.</p>\n<img src=\"https://content.pstmn.io/2e3acfbd-bdd9-489e-9b31-8cf0bd09b972/aW1hZ2UucG5n\" width=\"607\" height=\"253\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<h3 id=\"jobsearchresult\">JobSearchResult</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>int</td>\n<td>The unique reference number for the associated job in Firefish.</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>The title of the associated job.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>The status of the associated job.</td>\n</tr>\n<tr>\n<td>JobType</td>\n<td>string</td>\n<td>The job type of the associated job.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the company of the associated job.</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>The name of the company of the associated job.</td>\n</tr>\n<tr>\n<td>Stage</td>\n<td>string</td>\n<td>The stage of the associated job.</td>\n</tr>\n<tr>\n<td>PositionsTotal</td>\n<td>int</td>\n<td>The total number of positions available for the associated job.</td>\n</tr>\n<tr>\n<td>CandidatesInProcess</td>\n<td>int</td>\n<td>The number of candidates currently in process for the associated job.</td>\n</tr>\n<tr>\n<td>PrimaryLocation</td>\n<td>string</td>\n<td>The primary location of the associated job.</td>\n</tr>\n<tr>\n<td>PrimaryDiscipline</td>\n<td>string</td>\n<td>The primary discipline of the associated job.</td>\n</tr>\n<tr>\n<td>PrimarySpecialisation</td>\n<td>string</td>\n<td>The primary specialisation of the associated job.</td>\n</tr>\n<tr>\n<td>UserName</td>\n<td>string</td>\n<td>The name of user of the associated job.</td>\n</tr>\n<tr>\n<td>UserRef</td>\n<td>int</td>\n<td>The unique reference number for the user of the associated job.</td>\n</tr>\n<tr>\n<td>AdditionalJobOwners</td>\n<td>AdditionalJobOwners</td>\n<td>An array of users added as secondary owners to the associated job</td>\n</tr>\n<tr>\n<td>Website</td>\n<td>string</td>\n<td>The name of the website that the associated job has been retrieved from.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the person that has created the job.</td>\n</tr>\n<tr>\n<td>Created</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the associated job.</td>\n</tr>\n<tr>\n<td>UpdatedBy</td>\n<td>string</td>\n<td>The full name of the person that has updated the job.</td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>date-time</td>\n<td>ISO-8601 last updated date of the associated job.</td>\n</tr>\n<tr>\n<td>LastActionRef</td>\n<td>int</td>\n<td>The unique reference of the last action for the associated job.</td>\n</tr>\n<tr>\n<td>LastActionName</td>\n<td>string</td>\n<td>The name of the last action for the associated job.</td>\n</tr>\n<tr>\n<td>LastActionDate</td>\n<td>date-time</td>\n<td>ISO-8601 date of the last action for the associated job.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"additionaljobowners\">AdditionalJobOwners</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OwnerName</td>\n<td>string</td>\n<td>The Full Name of the user assigned as a secondary owner</td>\n</tr>\n<tr>\n<td>OwnerRef</td>\n<td>int</td>\n<td>The UserRef for the user assigned as a secondary owner</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{jobSearchResult}}"],"query":[{"disabled":true,"description":{"content":"<p>The first job created/updated from this date will be retrieved. Defaults to \"Today minus 7 days\" if not supplied</p>\n","type":"text/plain"},"key":"from-date","value":"date"},{"disabled":true,"description":{"content":"<p>The last job created/updated to this date will be retrieved. Defaults to \"Today\" if not supplied</p>\n","type":"text/plain"},"key":"to-date","value":"date"},{"disabled":true,"description":{"content":"<p>Determines whether the jobs’ Updated Dates should be used instead of the default Created Dates</p>\n","type":"text/plain"},"key":"use-updated-dates","value":"bool"},{"disabled":true,"description":{"content":"<p>The job(s) matching the title will be retrieved.</p>\n","type":"text/plain"},"key":"title","value":"string"},{"disabled":true,"description":{"content":"<p>The job(s) matching the status will be retrieved.  Available values: </p>\n<ul>\n<li>“Open”</li>\n<li>“Closed”</li>\n<li>\"Placed\"</li>\n</ul>\n","type":"text/plain"},"key":"status","value":"string"},{"disabled":true,"description":{"content":"<p>The job(s) matching the job type will be retrieved. Available values:</p>\n<ul>\n<li>“Permanent”</li>\n<li>\"Contract”</li>\n</ul>\n","type":"text/plain"},"key":"job-type","value":"string"},{"disabled":true,"description":{"content":"<p>The job(s) for the matching company name will be retrieved.</p>\n","type":"text/plain"},"key":"company-name","value":"string"},{"disabled":true,"description":{"content":"<p>The job(s) at the matching stage will be retrieved. Available values: </p>\n<ul>\n<li>\"New Job\"</li>\n<li>\"Considering\"</li>\n<li>\"Recruiter Interview\"</li>\n<li>\"CVs Sent\"</li>\n<li>\"Employer Interview\"</li>\n<li>\"Offer\"</li>\n<li>null</li>\n</ul>\n","type":"text/plain"},"key":"stage","value":"string"},{"disabled":true,"description":{"content":"<p>Only jobs that have their most recent action after this date will be retrieved.</p>\n","type":"text/plain"},"key":"last-action-date-from","value":"date"},{"disabled":true,"description":{"content":"<p>Only jobs that have their most recent action before this date will be retrieved.</p>\n","type":"text/plain"},"key":"last-action-date-to","value":"date"},{"disabled":true,"description":{"content":"<p>The most recent action jobs must have to be retrieved.</p>\n","type":"text/plain"},"key":"last-action-name","value":"string"}],"variable":[]}},"response":[{"id":"222dea5b-4a59-44c2-815d-36eba11527cd","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{jobSearchResult}}?job-type=contract&from-date=2022-01-01","protocol":"https","host":["{{hostName}}{{jobSearchResult}}"],"query":[{"key":"to-date","value":"2022-11-21","description":"The last job created/updated to this date will be retrieved.","disabled":true},{"key":"title","value":"Co","description":"The job(s) matching the title will be retrieved.","disabled":true},{"key":"status","value":"Placed","description":"The job(s) matching the status will be retrieved.  Example: “Open”, “Closed”.","disabled":true},{"key":"job-type","value":"contract","description":"The job(s) matching the job type will be retrieved. Example: “Permanent”, “Contract”."},{"key":"company-name","value":"AG","description":"The job(s) for the matching company name will be retrieved.","disabled":true},{"key":"stage","value":"considering","description":"The job(s) at the matching stage will be retrieved. Example: “Considering”, “Offer”.\n","disabled":true},{"key":"from-date","value":"2022-01-01"},{"key":"last-action-date-from","value":"2023-05-17","disabled":true},{"key":"last-action-date-to","value":"2023-05-18","disabled":true},{"key":"last-action-name","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"4648"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 29 Feb 2024 14:35:34 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Ref\": 91998,\n        \"Title\": \"Indigo test 2\",\n        \"Status\": \"Placed\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"Stage\": null,\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 1,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"System Administrator\",\n        \"UserRef\": 1,\n        \"Website\": \"API Sandbox\",\n        \"CreatedBy\": \"System Administrator\",\n        \"Created\": \"2023-03-13T08:46:16.480Z\",\n        \"UpdatedBy\": \"System Administrator\",\n        \"Updated\": \"2024-02-21T11:10:10.893Z\",\n        \"LastActionRef\": 79354,\n        \"LastActionName\": \"Email\",\n        \"LastActionDate\": \"2023-03-13T10:23:46.987Z\"\n    },\n    {\n        \"Ref\": 91997,\n        \"Title\": \"Indigo Test\",\n        \"Status\": \"Placed\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 92745,\n        \"CompanyName\": \"AG Barr\",\n        \"Stage\": null,\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 1,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"System Administrator\",\n        \"UserRef\": 1,\n        \"Website\": \"API Sandbox\",\n        \"CreatedBy\": \"System Administrator\",\n        \"Created\": \"2023-03-13T08:35:34.893Z\",\n        \"UpdatedBy\": \"System Administrator\",\n        \"Updated\": \"2023-03-13T08:44:01.840Z\",\n        \"LastActionRef\": 79354,\n        \"LastActionName\": \"Email\",\n        \"LastActionDate\": \"2023-03-13T10:23:46.987Z\"\n    },\n    {\n        \"Ref\": 91987,\n        \"Title\": \"Contract Delete Candidates Job Workflow - Do Not Use\",\n        \"Status\": \"Placed\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 92771,\n        \"CompanyName\": \"hays\",\n        \"Stage\": null,\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 1,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": \"Technology\",\n        \"UserName\": \"Recruiter Role\",\n        \"UserRef\": 48790,\n        \"Website\": \"API Sandbox\",\n        \"CreatedBy\": \"Recruiter Role\",\n        \"Created\": \"2022-03-31T13:16:43.560Z\",\n        \"UpdatedBy\": \"System Administrator\",\n        \"Updated\": \"2023-01-30T14:49:24.530Z\",\n        \"LastActionRef\": 79398,\n        \"LastActionName\": \"Record Updated - Public API\",\n        \"LastActionDate\": \"2024-02-26T16:38:22.480Z\"\n    },\n    {\n        \"Ref\": 91996,\n        \"Title\": \"API Test - Contract Offer Placement 2\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"London\",\n        \"PrimaryDiscipline\": \"Sales\",\n        \"PrimarySpecialisation\": \"Technology\",\n        \"UserName\": \"Recruiter Role\",\n        \"UserRef\": 48790,\n        \"Website\": \"API Sandbox\",\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2022-07-13T16:57:06.250Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2022-07-13T17:03:47.220Z\",\n        \"LastActionRef\": 79320,\n        \"LastActionName\": \"Email\",\n        \"LastActionDate\": \"2022-07-13T17:03:47.127Z\"\n    },\n    {\n        \"Ref\": 91995,\n        \"Title\": \"API Test - Contract Offer Placement 1\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"HR\",\n        \"PrimarySpecialisation\": \"Healthcare\",\n        \"UserName\": \"Recruiter Role\",\n        \"UserRef\": 48790,\n        \"Website\": \"API Sandbox\",\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2022-07-13T16:43:51.583Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2022-07-13T16:54:16.277Z\",\n        \"LastActionRef\": 79320,\n        \"LastActionName\": \"Email\",\n        \"LastActionDate\": \"2022-07-13T17:03:47.127Z\"\n    },\n    {\n        \"Ref\": 91994,\n        \"Title\": \"API Test - Contract Offer Stage 2\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"Stage\": \"Offer\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 2,\n        \"PrimaryLocation\": \"London\",\n        \"PrimaryDiscipline\": \"Engineering\",\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"Superuser Role\",\n        \"UserRef\": 48787,\n        \"Website\": \"API Sandbox\",\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2022-07-13T16:33:59.953Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2022-07-13T16:38:16.503Z\",\n        \"LastActionRef\": 79320,\n        \"LastActionName\": \"Email\",\n        \"LastActionDate\": \"2022-07-13T17:03:47.127Z\"\n    },\n    {\n        \"Ref\": 91993,\n        \"Title\": \"API Test - Contract Offer Stage 1\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"Stage\": \"Offer\",\n        \"PositionsTotal\": 10,\n        \"CandidatesInProcess\": 2,\n        \"PrimaryLocation\": \"Scotland\",\n        \"PrimaryDiscipline\": \"Technology\",\n        \"PrimarySpecialisation\": \"Technology\",\n        \"UserName\": \"Superuser Role\",\n        \"UserRef\": 48787,\n        \"Website\": \"API Sandbox\",\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2022-07-13T16:27:40.310Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2022-07-13T16:32:11.110Z\",\n        \"LastActionRef\": 79320,\n        \"LastActionName\": \"Email\",\n        \"LastActionDate\": \"2022-07-13T17:03:47.127Z\"\n    },\n    {\n        \"Ref\": 91984,\n        \"Title\": \"Contract Job with Advert\",\n        \"Status\": \"Open\",\n        \"JobType\": \"Contract\",\n        \"CompanyRef\": 92808,\n        \"CompanyName\": \"Employer\",\n        \"Stage\": \"New Job\",\n        \"PositionsTotal\": 1,\n        \"CandidatesInProcess\": 0,\n        \"PrimaryLocation\": null,\n        \"PrimaryDiscipline\": null,\n        \"PrimarySpecialisation\": null,\n        \"UserName\": \"Superuser Role\",\n        \"UserRef\": 48787,\n        \"Website\": \"API Sandbox\",\n        \"CreatedBy\": \"Superuser Role\",\n        \"Created\": \"2022-03-04T12:44:49.687Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"Updated\": \"2022-03-04T12:45:03.920Z\",\n        \"LastActionRef\": 79320,\n        \"LastActionName\": \"Email\",\n        \"LastActionDate\": \"2022-07-13T17:03:47.127Z\"\n    }\n]"},{"id":"bdad9fc9-e12d-4ccc-89e2-5389da555be5","name":"400 Bad request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{jobSearchResult}}?from-date=2022-01-0","protocol":"https","host":["{{hostName}}{{jobSearchResult}}"],"query":[{"key":"from-date","value":"2022-01-0"},{"key":"to-date","value":"2022-11-21","description":"The last job created/updated to this date will be retrieved.","disabled":true},{"key":"job-type","value":"contract","disabled":true},{"key":"title","value":"Co","description":"The job(s) matching the title will be retrieved.","disabled":true},{"key":"status","value":"Placed","description":"The job(s) matching the status will be retrieved.  Example: “Open”, “Closed”.","disabled":true},{"key":"company-name","value":"AG","description":"The job(s) for the matching company name will be retrieved.","disabled":true},{"key":"stage","value":"considering","description":"The job(s) at the matching stage will be retrieved. Example: “Considering”, “Offer”.\n","disabled":true},{"key":"last-action-date-from","value":"2023-05-17","disabled":true},{"key":"last-action-date-to","value":"2023-05-18","disabled":true},{"key":"last-action-name","value":"","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"92"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 29 Feb 2024 14:36:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\",\n    \"ModelState\": {\n        \"dto.FromDate\": [\n            \"Invalid date format.\"\n        ]\n    }\n}"}],"_postman_id":"b1ee8cce-cc55-4b0c-b0e0-dd5af0bab278"},{"name":"Job Profile (Deprecated)","id":"665ed22c-0e97-456a-bbc2-6807bb895aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{jobs}}{JobRef}","description":"<blockquote>\n<p><strong>Note:</strong> This endpoint is now deprecated and is scheduled for retirement. Third parties should begin using v1.1 as soon as possible. </p>\n</blockquote>\n<p>This endpoint requires the job reference to be supplied, which can be obtained from the search<br />results. It returns a full job object.</p>\n<img src=\"https://content.pstmn.io/3a39e008-5134-4f6c-83cf-bac0deb4c2cc/aW1hZ2UucG5n\" width=\"605\" height=\"158\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>int</td>\n<td>The unique reference number for the associated job.</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>The title of the associated job.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>The status of the associated job.</td>\n</tr>\n<tr>\n<td>JobType</td>\n<td>string</td>\n<td>The job type of the associated job.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the company of the associated job.</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>The name of the company of the associated job.</td>\n</tr>\n<tr>\n<td>ParentCompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the parent company of the associated job.</td>\n</tr>\n<tr>\n<td>ParentCompanyName</td>\n<td>string</td>\n<td>The name of the parent company of the associated job.</td>\n</tr>\n<tr>\n<td>Stage</td>\n<td>string</td>\n<td>The stage of the associated job.</td>\n</tr>\n<tr>\n<td>ReasonIfClosed</td>\n<td>string</td>\n<td>The reason the associated job was closed.</td>\n</tr>\n<tr>\n<td>ClosedComments</td>\n<td>string</td>\n<td>The closed comments for the associated job.</td>\n</tr>\n<tr>\n<td>PositionsTotal</td>\n<td>int</td>\n<td>The total number of positions available for the associated job.</td>\n</tr>\n<tr>\n<td>PositionsRemaining</td>\n<td>int</td>\n<td>The number of positions remaining for the associated job.</td>\n</tr>\n<tr>\n<td>Keywords</td>\n<td>string</td>\n<td>The keywords of the associated job.</td>\n</tr>\n<tr>\n<td>ContractMinimumRate</td>\n<td>decimal</td>\n<td>The minimum contract rate of the associated job.</td>\n</tr>\n<tr>\n<td>ContractMaximumRate</td>\n<td>decimal</td>\n<td>The maximum contract rate of the associated job.</td>\n</tr>\n<tr>\n<td>ContractProposedRate</td>\n<td>decimal</td>\n<td>The proposed contract rate of the associated job.</td>\n</tr>\n<tr>\n<td>ContractType</td>\n<td>string</td>\n<td>The contract type of the associated job.</td>\n</tr>\n<tr>\n<td>PermanentSalaryFrom</td>\n<td>decimal</td>\n<td>The minimum salary of the associated job.</td>\n</tr>\n<tr>\n<td>PermanentSalaryTo</td>\n<td>decimal</td>\n<td>The maximum salary of the associated job.</td>\n</tr>\n<tr>\n<td>PermanentProposedSalary</td>\n<td>decimal</td>\n<td>The proposed salary of the associated job.</td>\n</tr>\n<tr>\n<td>CandidatesInProcess</td>\n<td>int</td>\n<td>The number of candidates currently in process for the associated job.</td>\n</tr>\n<tr>\n<td>PrimaryLocation</td>\n<td>string</td>\n<td>The primary location of the associated job.</td>\n</tr>\n<tr>\n<td>SecondaryLocation</td>\n<td>string</td>\n<td>The secondary location of the associated job.</td>\n</tr>\n<tr>\n<td>PrimaryDiscipline</td>\n<td>string</td>\n<td>The primary discipline of the associated job.</td>\n</tr>\n<tr>\n<td>SecondaryDiscipline</td>\n<td>string</td>\n<td>The secondary discipline of the associated job.</td>\n</tr>\n<tr>\n<td>PrimarySpecialisation</td>\n<td>string</td>\n<td>The primary specialisation of the associated job.</td>\n</tr>\n<tr>\n<td>SecondarySpecialisation</td>\n<td>string</td>\n<td>The secondary specialisation of the associated job.</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>date-time</td>\n<td>ISO-8601 start date of the associated job.</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>date-time</td>\n<td>ISO-8601 end date of the associated job.</td>\n</tr>\n<tr>\n<td>ContactRef</td>\n<td>int</td>\n<td>The unique reference number for the contact of the associated job.</td>\n</tr>\n<tr>\n<td>ContactName</td>\n<td>string</td>\n<td>The name of the contact of the associated job.</td>\n</tr>\n<tr>\n<td>UserName</td>\n<td>string</td>\n<td>The name of user of the associated job.</td>\n</tr>\n<tr>\n<td>UserRef</td>\n<td>int</td>\n<td>The unique reference number for the primary owner user of the associated job.</td>\n</tr>\n<tr>\n<td>AdditionalJobOwners</td>\n<td>AdditionalJobOwners</td>\n<td>An array of users listed as secondary owner users of the associated job</td>\n</tr>\n<tr>\n<td>Website</td>\n<td>string</td>\n<td>The name of the website that the associated job has been retrieved from.</td>\n</tr>\n<tr>\n<td>ProjectedSalesDate</td>\n<td>date</td>\n<td>The projected sales date of the associated job.</td>\n</tr>\n<tr>\n<td>ProjectedSales</td>\n<td>decimal</td>\n<td>The projected sales of the associated job.</td>\n</tr>\n<tr>\n<td>CVDeadline</td>\n<td>date</td>\n<td>The CV deadline of the associated job.</td>\n</tr>\n<tr>\n<td>TeamName</td>\n<td>string</td>\n<td>The name of the team of the associated job.</td>\n</tr>\n<tr>\n<td>JobSource</td>\n<td>string</td>\n<td>The source of the associated job.</td>\n</tr>\n<tr>\n<td>CustomJobType</td>\n<td>string</td>\n<td>The custom type of the associated job.</td>\n</tr>\n<tr>\n<td>WorkingTimeDirective</td>\n<td>decimal</td>\n<td>The working time directive of the associated job.</td>\n</tr>\n<tr>\n<td>NationalInsurance</td>\n<td>decimal</td>\n<td>The national insurance value of the associated job.</td>\n</tr>\n<tr>\n<td>Pension</td>\n<td>decimal</td>\n<td>The pension percentage of the associated job.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the person that has created the job.</td>\n</tr>\n<tr>\n<td>Created</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the associated job.</td>\n</tr>\n<tr>\n<td>UpdatedBy</td>\n<td>string</td>\n<td>The full name of the person that has updated the job.</td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>date-time</td>\n<td>ISO-8601 last updated date of the associated job.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"additionaljobowners\">AdditionalJobOwners</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OwnerName</td>\n<td>string</td>\n<td>the Full Name of the user assigned as a secondary owner</td>\n</tr>\n<tr>\n<td>OwnerRef</td>\n<td>int</td>\n<td>The UserRef for the user assigned as a secondary owner</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{jobs}}{JobRef}"],"query":[],"variable":[]}},"response":[{"id":"e7ab65ed-c533-48c5-8a12-602d5f38fed0","name":"Contract Job Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{jobs}}91996"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1347"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 29 Feb 2024 14:53:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ref\": 91996,\n    \"Title\": \"API Test - Contract Offer Placement 2\",\n    \"Status\": \"Open\",\n    \"JobType\": \"Contract\",\n    \"JobPriority\": null,\n    \"CompanyRef\": 92808,\n    \"CompanyName\": \"Employer\",\n    \"ParentCompanyRef\": 92809,\n    \"ParentCompanyName\": \"Employer HQ\",\n    \"Stage\": \"New Job\",\n    \"ReasonIfClosed\": null,\n    \"ClosedComments\": null,\n    \"PositionsTotal\": 10,\n    \"PositionsRemaining\": 8,\n    \"Keywords\": \"Keywords\",\n    \"ContractMinimumRate\": 25,\n    \"ContractMaximumRate\": 45,\n    \"ContractProposedRate\": 40,\n    \"ContractType\": \"LTD\",\n    \"PermanentSalaryFrom\": null,\n    \"PermanentSalaryTo\": null,\n    \"PermanentProposedSalary\": null,\n    \"CandidatesInProcess\": 0,\n    \"PrimaryLocation\": \"London\",\n    \"SecondaryLocation\": \"West\",\n    \"PrimaryDiscipline\": \"Sales\",\n    \"SecondaryDiscipline\": \"Sales Manager\",\n    \"PrimarySpecialisation\": \"Technology\",\n    \"SecondarySpecialisation\": \"E-Commerce\",\n    \"StartDate\": \"2022-08-09T09:00:00.000Z\",\n    \"EndDate\": \"2022-11-04T17:30:00.000Z\",\n    \"ContactRef\": 48799,\n    \"ContactName\": \"HiringManager Role\",\n    \"UserRef\": 48790,\n    \"UserName\": \"Recruiter Role\",\n    \"Website\": \"API Sandbox\",\n    \"ProjectedSalesDate\": \"2022-08-31\",\n    \"ProjectedSales\": 200,\n    \"TotalAdditionalSales\": null,\n    \"CVDeadline\": null,\n    \"TeamName\": null,\n    \"JobSource\": null,\n    \"CustomJobType\": \"Speculative Contract\",\n    \"WorkingTimeDirective\": 13.8,\n    \"NationalInsurance\": 12.7,\n    \"Pension\": 0,\n    \"CreatedBy\": \"Superuser Role\",\n    \"Created\": \"2022-07-13T16:57:06.250Z\",\n    \"UpdatedBy\": \"Superuser Role\",\n    \"Updated\": \"2022-07-13T17:03:47.220Z\",\n    \"JobCode\": null\n}"},{"id":"58c4c9e1-8a1e-44f4-a31e-cd4c95c3b1c9","name":"Permanent Job Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{jobs}}91988"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1302"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 29 Feb 2024 14:54:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ref\": 91988,\n    \"Title\": \"asdf\",\n    \"Status\": \"Open\",\n    \"JobType\": \"Permanent\",\n    \"JobPriority\": null,\n    \"CompanyRef\": 92705,\n    \"CompanyName\": \"River View Associates\",\n    \"ParentCompanyRef\": 92704,\n    \"ParentCompanyName\": \"Stream Solutions\",\n    \"Stage\": \"Offer\",\n    \"ReasonIfClosed\": null,\n    \"ClosedComments\": null,\n    \"PositionsTotal\": 1,\n    \"PositionsRemaining\": 0,\n    \"Keywords\": \"asdf\",\n    \"ContractMinimumRate\": null,\n    \"ContractMaximumRate\": null,\n    \"ContractProposedRate\": null,\n    \"ContractType\": null,\n    \"PermanentSalaryFrom\": 1000,\n    \"PermanentSalaryTo\": 0,\n    \"PermanentProposedSalary\": 1000,\n    \"CandidatesInProcess\": 1,\n    \"PrimaryLocation\": \"Scotland\",\n    \"SecondaryLocation\": \"Aberdeen\",\n    \"PrimaryDiscipline\": null,\n    \"SecondaryDiscipline\": null,\n    \"PrimarySpecialisation\": \"Technology\",\n    \"SecondarySpecialisation\": \"Data\",\n    \"StartDate\": \"2024-01-23T00:00:00.000Z\",\n    \"EndDate\": null,\n    \"ContactRef\": 48766,\n    \"ContactName\": \"Esmai Enriquez\",\n    \"UserRef\": 1,\n    \"UserName\": \"System Administrator\",\n    \"Website\": \"Firefish - Template - Test - Enterprise 2\",\n    \"ProjectedSalesDate\": null,\n    \"ProjectedSales\": 0,\n    \"TotalAdditionalSales\": null,\n    \"CVDeadline\": null,\n    \"TeamName\": null,\n    \"JobSource\": null,\n    \"CustomJobType\": null,\n    \"WorkingTimeDirective\": null,\n    \"NationalInsurance\": null,\n    \"Pension\": null,\n    \"CreatedBy\": \"System Administrator\",\n    \"Created\": \"2022-05-24T15:27:57.123Z\",\n    \"UpdatedBy\": \"System Administrator\",\n    \"Updated\": \"2024-01-23T21:56:00.740Z\",\n    \"JobCode\": null\n}"}],"_postman_id":"665ed22c-0e97-456a-bbc2-6807bb895aba"},{"name":"Job Actions (Recent Activity)","id":"5d1b9590-d31c-4bcc-a585-61afde21fdef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{jobs}}{JobRef}/actions","description":"<p><strong>Required Scope:</strong> jobsAPI-read</p>\n<p>This endpoint is used to retrieve a history of job’s actions.</p>\n<p>This endpoint requires the job reference to be supplied, which can be obtained from the search<br />results.</p>\n<img src=\"https://content.pstmn.io/81711426-999e-4886-9b7f-ff4784170262/aW1hZ2UucG5n\" width=\"607\" height=\"259\" />\n\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ActionRef</td>\n<td>string</td>\n<td>The unique reference number for the Action.</td>\n</tr>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>ContactRef</td>\n<td>int</td>\n<td>The unique reference number for the associated contact.</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>The unique reference number for the associated company.</td>\n</tr>\n<tr>\n<td>JobRef</td>\n<td>int</td>\n<td>The unique reference number for the associated job.</td>\n</tr>\n<tr>\n<td>AdvertRef</td>\n<td>int</td>\n<td>The unique reference number for the associated advert.</td>\n</tr>\n<tr>\n<td>FriendlyPlacementRef</td>\n<td>string</td>\n<td>The friendly placement associated with the action.</td>\n</tr>\n<tr>\n<td>ActionName</td>\n<td>string</td>\n<td>The name of the action.</td>\n</tr>\n<tr>\n<td>ActionDetail</td>\n<td>string</td>\n<td>The action detail for the action.</td>\n</tr>\n<tr>\n<td>Note</td>\n<td>string</td>\n<td>The note of the action.</td>\n</tr>\n<tr>\n<td>FollowUpDate</td>\n<td>date-time</td>\n<td>ISO-8601 follow-up date of the action.</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 created date of the action.</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>The full name of the user who created the action.</td>\n</tr>\n<tr>\n<td>CreatedUserRef</td>\n<td>int</td>\n<td>The unique reference number of the user who created the action.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["actions"],"host":["{{hostName}}{{jobs}}{JobRef}"],"query":[],"variable":[]}},"response":[{"id":"db2e4760-e796-437a-bbd0-10530f52bef8","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{jobs}}/91988/actions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"995"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 29 Feb 2024 14:56:14 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ActionRef\": 79376,\n        \"CandidateRef\": 48219,\n        \"ContactRef\": 48766,\n        \"CompanyRef\": 92705,\n        \"JobRef\": 91988,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Offer\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2024-01-23T00:00:00.000Z\",\n        \"CreatedDate\": \"2024-01-23T21:55:59.940Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79330,\n        \"CandidateRef\": 48219,\n        \"ContactRef\": 48766,\n        \"CompanyRef\": 92705,\n        \"JobRef\": 91988,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"Considering\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"2023-03-13T00:00:00.000Z\",\n        \"CreatedDate\": \"2023-03-13T08:34:12.487Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    },\n    {\n        \"ActionRef\": 79129,\n        \"CandidateRef\": null,\n        \"ContactRef\": 48766,\n        \"CompanyRef\": 92705,\n        \"JobRef\": 91988,\n        \"AdvertRef\": null,\n        \"FriendlyPlacementRef\": null,\n        \"ActionName\": \"New Job\",\n        \"ActionDetail\": null,\n        \"Note\": null,\n        \"FollowUpDate\": \"0001-01-01T00:00:00.000Z\",\n        \"CreatedDate\": \"2022-05-24T15:27:57.670Z\",\n        \"CreatedBy\": \"System Administrator\",\n        \"CreatedUserRef\": 1\n    }\n]"}],"_postman_id":"5d1b9590-d31c-4bcc-a585-61afde21fdef"},{"name":"Custom Job Fields","id":"9934394b-51f1-4271-bf9f-8834eee9b201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{jobs}}{JobRef}/custom-fields","description":"<p><strong>Required Scope:</strong> jobsAPI-read</p>\n<p>This endpoint requires the job reference to be supplied, which can be obtained from the search<br />results. It returns a list of custom fields objects.</p>\n<img src=\"https://content.pstmn.io/50fabe5d-e756-42ca-9a57-0124349b38f6/aW1hZ2UucG5n\" width=\"622\" height=\"277\" />\n\n<h1 id=\"response-object\">Response Object:</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>JobRef</td>\n<td>int</td>\n<td>The unique reference number for the associated job.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The name of the custom field.</td>\n</tr>\n<tr>\n<td>TextValue</td>\n<td>string</td>\n<td>The text value of the custom field.</td>\n</tr>\n<tr>\n<td>DropdownValue</td>\n<td>string</td>\n<td>The dropdown value of the custom field.</td>\n</tr>\n<tr>\n<td>DecimalValue</td>\n<td>decimal</td>\n<td>The decimal value of the custom field.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Custom fields will only ever have a single \"xxxValue\" field populated at any one time.</p>\n<p>Possible DropdownValues can be obtained directly from Firefish for the purposes of mapping.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["custom-fields"],"host":["{{hostName}}{{jobs}}{JobRef}"],"query":[],"variable":[]}},"response":[{"id":"439298ca-edb4-4672-8fac-884492a67ddc","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{jobs}}91988/custom-fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"220"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 29 Feb 2024 14:59:17 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"JobRef\": 91988,\n        \"Name\": \"Custom Drop Down 2\",\n        \"TextValue\": null,\n        \"DecimalValue\": null,\n        \"DropDownValue\": \"Option 1 for API testing\"\n    },\n    {\n        \"JobRef\": 91988,\n        \"Name\": \"Duration \",\n        \"TextValue\": null,\n        \"DecimalValue\": null,\n        \"DropDownValue\": null\n    }\n]"}],"_postman_id":"9934394b-51f1-4271-bf9f-8834eee9b201"},{"name":"Consider Candidate","id":"cb31805a-3587-452e-a6f3-41e66b619e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"CandidateRef\": \"48272\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{jobs}}{JobRef}/considerations","description":"<p><strong>Required Scope:</strong> jobsAPI-write</p>\n<p>This endpoint is used to consider a Canidate for a Job</p>\n<img src=\"https://content.pstmn.io/479baed8-98ef-426d-b571-713f01aac75c/aW1hZ2UucG5n\" width=\"602\" height=\"161\" />\n\n<h1 id=\"request-object\">Request Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>Yes</td>\n<td>The unique reference number for the associated Candidate.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["considerations"],"host":["{{hostName}}{{jobs}}{JobRef}"],"query":[],"variable":[]}},"response":[{"id":"9d14afff-3899-4a17-8ed8-3e7a7fb07b12","name":"Successful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"CandidateRef\": \"48272\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{jobs}}/91988/considerations"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 29 Feb 2024 15:08:32 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cb31805a-3587-452e-a6f3-41e66b619e73"}],"id":"01fa896e-6b32-42bc-a628-a49a9e89b140","_postman_id":"01fa896e-6b32-42bc-a628-a49a9e89b140","description":"","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}}],"id":"25275ac6-ffcd-49dd-abf5-64faa0aa6999","description":"<p>The Firefish Jobs Application Programming Interface (API) is a JavaScript Object Notation (JSON) API and it provides access to all jobs made within the Firefish system. This includes the details of a job search result, and other details such as custom fields for a job. The job search result is a basic job object with an option to get more details from a job complex object.</p>\n<p>You can also use the Jobs API to mark a candidate as being 'Considered' for a job.</p>\n<p>It can be used to integrate this data into other platforms, such as Rota Management, Analytics or Pay &amp; Bill Systems</p>\n<h1 id=\"available-permission-scopes\">Available Permission Scopes</h1>\n<ul>\n<li><p>jobsAPI-read</p>\n</li>\n<li><p>jobsAPI-write</p>\n</li>\n</ul>\n","_postman_id":"25275ac6-ffcd-49dd-abf5-64faa0aa6999","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Placements","item":[{"name":"Search Placements","event":[{"listen":"test","script":{"id":"1a87a25f-a1d3-4987-997d-f6a817d59f92","exec":["","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript","packages":{}}}],"id":"429b1230-b5a5-491a-b41b-d6ca4c771c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{hostName}}{{placementSearchPath}}","description":"<p><strong>Required Scope:</strong> placementdetailsAPI-read</p>\n<p>This endpoint is used to search for offers and placement details within the Firefish system.</p>\n<p>By default, when no query parameters are provided, the search will return all permanent and<br />contract placement details, including offers, original placements, extensions, and terminations that<br />have been created, or updated, within the last 7 days.</p>\n<img src=\"https://content.pstmn.io/250419b5-50a3-4983-9c81-3f64b95e3c5e/aW1hZ2UucG5n\" width=\"610\" height=\"255\" />\n\n<h3 id=\"note-for-pay--bill-suppliers\">Note for Pay &amp; Bill Suppliers</h3>\n<ul>\n<li><p>Pay &amp; Bill Suppliers (such as outsourced Payroll Providers, Umbrella Companies or other Payment Intermediaries) should use the <code>Supplier</code> field to determine which placements in the feed should be imported for their placement.</p>\n</li>\n<li><p>To ensure your expected value appears in Firefish, liaise with your customers to ensure that an appropriate Supplier record has been set up in Firefish, which can be accessed via Settings -&gt; People Configuration -&gt; Supplier Directory</p>\n</li>\n<li><p>As part of becoming a Firefish Integrations Partner, a standard value for \"Supplier\" will be agreed and communicated to any customers enabling your integration.</p>\n</li>\n<li><p>More information on how Suppliers work in Firefish can be found on the <a href=\"https://fishtank.firefishsoftware.com/manage-the-supplier-directory\">fishtank</a></p>\n</li>\n</ul>\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>integer</td>\n<td>The unique ID of the offer or placement part.</td>\n</tr>\n<tr>\n<td>Ref</td>\n<td>string</td>\n<td>The unique front-end Firefish reference for the offer or placement part in the following format:  <br />  <br />--  <br />  <br />e.g. 12345-1232-1132</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>string</td>\n<td>The type of the offer or placement part.  <br />  <br />Available values:  <br /><code>offer</code>  <br /><code>original-placement</code>  <br /><code>extension</code> (contract only)  <br /><code>termination</code></td>\n</tr>\n<tr>\n<td>JobType</td>\n<td>string</td>\n<td>The job type of the associated job.  <br />  <br />Available values:  <br /><code>permanent</code>  <br /><code>contract</code></td>\n</tr>\n<tr>\n<td>CustomJobType</td>\n<td>string</td>\n<td>A custom value that can be assigned to the placement in addition to the job type.  <br />  <br />Available values can be obtained directly in Firefish.</td>\n</tr>\n<tr>\n<td>JobRef</td>\n<td>integer</td>\n<td>The unique reference number for the associated job.</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The title of the associated job.</td>\n</tr>\n<tr>\n<td>CandidateRef</td>\n<td>integer</td>\n<td>The unique reference number for the associated candidate.</td>\n</tr>\n<tr>\n<td>CandidateName</td>\n<td>string</td>\n<td>The name of the associated candidate, consisting of the candidate’s first name and last name.</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>date</td>\n<td>ISO-8601 start date of the specific offer or placement part.</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>date</td>\n<td>ISO-8601 end date of the specific offer or placement part.  <br />  <br />if JobType = <code>permanent</code>, this value will be <code>null</code></td>\n</tr>\n<tr>\n<td>OriginalPlacementID</td>\n<td>integer</td>\n<td>The unique ID of the associated original placement ID. If this part is the original placement, this will contain the same value as the <code>ID</code> field.  <br />  <br />For offers, this will be <code>null</code>.</td>\n</tr>\n<tr>\n<td>OriginalStartDate</td>\n<td>date</td>\n<td>ISO-8601 start date of the associated original placement part. If this part is the original placement, this will contain the same value as the <code>StartDate</code> field.  <br />  <br />For offers, this will be <code>null</code>.</td>\n</tr>\n<tr>\n<td>OriginalEndDate</td>\n<td>date</td>\n<td>ISO-8601 end date of the associated original placement part. If this part is the original placement, this will contain the same value as the <code>EndDate</code> field.  <br />  <br />For offers, this will be <code>null</code>.</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 date and time that the offer or placement part was created.</td>\n</tr>\n<tr>\n<td>UpdatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 date and time that the offer or placement part was last updated.</td>\n</tr>\n<tr>\n<td>TeamName</td>\n<td>string</td>\n<td>The name of the user team within the Firefish system to which the offer or placement is assigned.</td>\n</tr>\n<tr>\n<td>TeamRef</td>\n<td>integer</td>\n<td>The unique reference number for the assigned user team</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>The name of the company to which the associated job belongs</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>integer</td>\n<td>The unique reference number of the company to which the associated job belongs</td>\n</tr>\n<tr>\n<td>LtdNumber</td>\n<td>string</td>\n<td>The Ltd Company Registration of the company to which the associated job belongs</td>\n</tr>\n<tr>\n<td>PayrollID</td>\n<td>string</td>\n<td>The Payroll ID of the associated candidate</td>\n</tr>\n<tr>\n<td>WebsiteID</td>\n<td>string</td>\n<td>The WebsiteID identifying which site the placement is assigned to.  <br />  <br />Only \"Enterprise\" users have access to multiple Firefish websites from which they can assign records.</td>\n</tr>\n<tr>\n<td>Supplier</td>\n<td>string</td>\n<td>The Pay &amp; Bill Supplier assigned to the associated candidate</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{placementSearchPath}}"],"query":[{"disabled":true,"description":{"content":"<p>The first placement date or datetime for which offer and/or placement details will be retrieved. Defaults to \"Today minus 7 days\" if not provided</p>\n","type":"text/plain"},"key":"from-date","value":"date or datetime"},{"disabled":true,"description":{"content":"<p>The last placement date or datetime for which offer and/or placement details will be retrieved. Defaults to \"Today\" if not provided.</p>\n","type":"text/plain"},"key":"to-date","value":"date or datetime"},{"disabled":true,"description":{"content":"<p>The types of jobs for which offer and/or placement details will be retrieved. Multiple values may be provided as a comma seperated list. </p>\n<p>Available values: </p>\n<ul>\n<li>\"permanent\"</li>\n<li>\"contract\"</li>\n</ul>\n<p>Defaults to all job types when not provided.</p>\n","type":"text/plain"},"key":"job-type","value":"string"},{"disabled":true,"description":{"content":"<p>The types of offer and/or placement details to be retrieved. Multiple values may be provided as a comma seperated list.</p>\n<p>Available values:</p>\n<ul>\n<li>\"offer\"</li>\n<li>\"original-placement\"</li>\n<li>\"extension\"</li>\n<li>\"termination\"</li>\n</ul>\n<p>Defaults to all placement types (including offers) when not provided.</p>\n","type":"text/plain"},"key":"placement-type","value":"string"},{"disabled":true,"description":{"content":"<p>Determines whether or not the offer or placement details' updated dates should be used in the search, instead of created dates. defaults to \"False\" when not provided.</p>\n","type":"text/plain"},"key":"use-updated-dates","value":"bool"},{"disabled":true,"description":{"content":"<p>The reference number of a team, or teams for which to retrieve offer and/or placement details for. Multiple values may be provided as a comma separated list. Defaults to all teams when not provided.</p>\n","type":"text/plain"},"key":"team-ref","value":"string"},{"disabled":true,"description":{"content":"<p>The reference number of a company, or companies for which to retrieve offer and/or placement details from. Multiple values may be provided as a comma separated list. Defaults to all companies when not provided.</p>\n","type":"text/plain"},"key":"company-ref","value":"string"}],"variable":[]}},"response":[{"id":"5f92139b-7c86-43d5-87c9-34ccf3f0ef33","name":"Successful Example","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostName}}{{placementSearchPath}}?from-date=2000-01-01","protocol":"https","host":["{{hostName}}{{placementSearchPath}}"],"query":[{"key":"from-date","value":"2000-01-01","description":"The first placement date for which offer and/or placement details will be retrieved. Defaults to \"Today minus 7 days\" if not provided"},{"key":"to-date","value":"date","description":"The last placement date for which offer and/or placement details will be retrieved. Defaults to \"Today\" if not provided.","type":"text","disabled":true},{"key":"placement-type","value":"string","description":"The types of offer and/or placement details to be retrieved. Multiple values may be provided as a comma seperated list.\n\nAvailable values:\n\n- \"offer\"\n- \"original-placement\"\n- \"extension\"\n- \"termination\"\n\nDefaults to all placement types (including offers) when not provided.","disabled":true},{"key":"use-updated-dates","value":"bool","description":"Determines whether or not the offer or placement details' updated dates should be used in the search, instead of created dates. defaults to \"False\" when not provided.","type":"text","disabled":true},{"key":"team-ref","value":"string","description":"The reference number of a team, or teams for which to retrieve offer and/or placement details for. Multiple values may be provided as a comma separated list. Defaults to all teams when not provided.","type":"text","disabled":true},{"key":"company-ref","value":"string","description":"The reference number of a company, or companies for which to retrieve offer and/or placement details from. Multiple values may be provided as a comma separated list. Defaults to all companies when not provided.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"27247"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 01 Mar 2024 09:54:04 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"River View Associates\",\n        \"CompanyRef\": 92705,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5799,\n        \"Ref\": \"91988-5799-5799\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91988,\n        \"JobTitle\": \"asdf\",\n        \"CandidateRef\": 48219,\n        \"CandidateName\": \"Bill Gates\",\n        \"StartDate\": \"2024-01-23\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2024-01-23T21:56:00.550Z\",\n        \"UpdatedDate\": \"2024-01-23T21:56:00.550Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4803,\n        \"Ref\": \"91998-4802-4803\",\n        \"Type\": \"extension\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91998,\n        \"JobTitle\": \"Indigo test 2\",\n        \"CandidateRef\": 48128,\n        \"CandidateName\": \"Gabriele Ellerby\",\n        \"StartDate\": \"2023-03-27\",\n        \"EndDate\": \"2023-03-31\",\n        \"OriginalPlacementID\": 4802,\n        \"OriginalStartDate\": \"2023-03-20\",\n        \"OriginalEndDate\": \"2023-03-26\",\n        \"CreatedDate\": \"2023-03-13T10:23:46.817Z\",\n        \"UpdatedDate\": \"2023-03-13T10:23:46.817Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4802,\n        \"Ref\": \"91998-4802-4802\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91998,\n        \"JobTitle\": \"Indigo test 2\",\n        \"CandidateRef\": 48128,\n        \"CandidateName\": \"Gabriele Ellerby\",\n        \"StartDate\": \"2023-03-20\",\n        \"EndDate\": \"2023-03-26\",\n        \"OriginalPlacementID\": 4802,\n        \"OriginalStartDate\": \"2023-03-20\",\n        \"OriginalEndDate\": \"2023-03-26\",\n        \"CreatedDate\": \"2023-03-13T08:47:43.733Z\",\n        \"UpdatedDate\": \"2023-03-13T10:23:03.973Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"PAYE Temp\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4801,\n        \"Ref\": \"91997-4800-4801\",\n        \"Type\": \"extension\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91997,\n        \"JobTitle\": \"Indigo Test\",\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"StartDate\": \"2023-03-27\",\n        \"EndDate\": \"2023-03-31\",\n        \"OriginalPlacementID\": 4800,\n        \"OriginalStartDate\": \"2023-03-20\",\n        \"OriginalEndDate\": \"2023-03-26\",\n        \"CreatedDate\": \"2023-03-13T08:38:24.443Z\",\n        \"UpdatedDate\": \"2023-03-13T08:38:24.443Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"PAYE Temp\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4800,\n        \"Ref\": \"91997-4800-4800\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91997,\n        \"JobTitle\": \"Indigo Test\",\n        \"CandidateRef\": 48267,\n        \"CandidateName\": \"Karina Nolin\",\n        \"StartDate\": \"2023-03-20\",\n        \"EndDate\": \"2023-03-26\",\n        \"OriginalPlacementID\": 4800,\n        \"OriginalStartDate\": \"2023-03-20\",\n        \"OriginalEndDate\": \"2023-03-26\",\n        \"CreatedDate\": \"2023-03-13T08:37:03.520Z\",\n        \"UpdatedDate\": \"2023-03-13T08:37:33.613Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4799,\n        \"Ref\": \"91996-4797-4799\",\n        \"Type\": \"extension\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91996,\n        \"JobTitle\": \"API Test - Contract Offer Placement 2\",\n        \"CandidateRef\": 48168,\n        \"CandidateName\": \"Ron Bzhyan\",\n        \"StartDate\": \"2022-11-05\",\n        \"EndDate\": \"2023-02-07\",\n        \"OriginalPlacementID\": 4797,\n        \"OriginalStartDate\": \"2022-08-09\",\n        \"OriginalEndDate\": \"2022-11-04\",\n        \"CreatedDate\": \"2022-07-13T17:03:47.033Z\",\n        \"UpdatedDate\": \"2022-07-13T17:03:47.097Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4798,\n        \"Ref\": \"91996-4798-4798\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91996,\n        \"JobTitle\": \"API Test - Contract Offer Placement 2\",\n        \"CandidateRef\": 48121,\n        \"CandidateName\": \"Syreeta Zingone\",\n        \"StartDate\": \"2022-08-09\",\n        \"EndDate\": \"2022-11-04\",\n        \"OriginalPlacementID\": 4798,\n        \"OriginalStartDate\": \"2022-08-09\",\n        \"OriginalEndDate\": \"2022-11-04\",\n        \"CreatedDate\": \"2022-07-13T17:01:11.690Z\",\n        \"UpdatedDate\": \"2022-07-13T17:02:48.220Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4797,\n        \"Ref\": \"91996-4797-4797\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91996,\n        \"JobTitle\": \"API Test - Contract Offer Placement 2\",\n        \"CandidateRef\": 48168,\n        \"CandidateName\": \"Ron Bzhyan\",\n        \"StartDate\": \"2022-08-09\",\n        \"EndDate\": \"2022-11-04\",\n        \"OriginalPlacementID\": 4797,\n        \"OriginalStartDate\": \"2022-08-09\",\n        \"OriginalEndDate\": \"2022-11-04\",\n        \"CreatedDate\": \"2022-07-13T17:01:11.330Z\",\n        \"UpdatedDate\": \"2022-07-13T17:02:15.970Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4796,\n        \"Ref\": \"91995-4795-4796\",\n        \"Type\": \"extension\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91995,\n        \"JobTitle\": \"API Test - Contract Offer Placement 1\",\n        \"CandidateRef\": 48229,\n        \"CandidateName\": \"Nick Kirk\",\n        \"StartDate\": \"2022-10-06\",\n        \"EndDate\": \"2022-12-01\",\n        \"OriginalPlacementID\": 4795,\n        \"OriginalStartDate\": \"2022-08-04\",\n        \"OriginalEndDate\": \"2022-10-05\",\n        \"CreatedDate\": \"2022-07-13T16:54:16.123Z\",\n        \"UpdatedDate\": \"2022-07-13T16:54:16.170Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4795,\n        \"Ref\": \"91995-4795-4795\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91995,\n        \"JobTitle\": \"API Test - Contract Offer Placement 1\",\n        \"CandidateRef\": 48229,\n        \"CandidateName\": \"Nick Kirk\",\n        \"StartDate\": \"2022-08-04\",\n        \"EndDate\": \"2022-10-05\",\n        \"OriginalPlacementID\": 4795,\n        \"OriginalStartDate\": \"2022-08-04\",\n        \"OriginalEndDate\": \"2022-10-05\",\n        \"CreatedDate\": \"2022-07-13T16:52:04.510Z\",\n        \"UpdatedDate\": \"2022-07-13T16:53:27.107Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4794,\n        \"Ref\": \"91995-4793-4794\",\n        \"Type\": \"extension\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91995,\n        \"JobTitle\": \"API Test - Contract Offer Placement 1\",\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"StartDate\": \"2022-10-06\",\n        \"EndDate\": \"2022-11-23\",\n        \"OriginalPlacementID\": 4793,\n        \"OriginalStartDate\": \"2022-08-04\",\n        \"OriginalEndDate\": \"2022-10-05\",\n        \"CreatedDate\": \"2022-07-13T16:49:48.807Z\",\n        \"UpdatedDate\": \"2022-07-13T16:49:48.930Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4793,\n        \"Ref\": \"91995-4793-4793\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91995,\n        \"JobTitle\": \"API Test - Contract Offer Placement 1\",\n        \"CandidateRef\": 48164,\n        \"CandidateName\": \"Rolf Deshields\",\n        \"StartDate\": \"2022-08-04\",\n        \"EndDate\": \"2022-10-05\",\n        \"OriginalPlacementID\": 4793,\n        \"OriginalStartDate\": \"2022-08-04\",\n        \"OriginalEndDate\": \"2022-10-05\",\n        \"CreatedDate\": \"2022-07-13T16:48:00.867Z\",\n        \"UpdatedDate\": \"2022-07-13T16:49:14.323Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4792,\n        \"Ref\": \"91994-4792-4792\",\n        \"Type\": \"offer\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91994,\n        \"JobTitle\": \"API Test - Contract Offer Stage 2\",\n        \"CandidateRef\": 48205,\n        \"CandidateName\": \"Cameron Tessmer\",\n        \"StartDate\": \"2022-08-01\",\n        \"EndDate\": \"2022-10-01\",\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2022-07-13T16:38:16.423Z\",\n        \"UpdatedDate\": \"2022-07-13T16:38:16.423Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4791,\n        \"Ref\": \"91994-4791-4791\",\n        \"Type\": \"offer\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91994,\n        \"JobTitle\": \"API Test - Contract Offer Stage 2\",\n        \"CandidateRef\": 48096,\n        \"CandidateName\": \"Santiago Yonan\",\n        \"StartDate\": \"2022-08-01\",\n        \"EndDate\": \"2022-10-01\",\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2022-07-13T16:36:31.097Z\",\n        \"UpdatedDate\": \"2022-07-13T16:36:31.097Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4790,\n        \"Ref\": \"91993-4790-4790\",\n        \"Type\": \"offer\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91993,\n        \"JobTitle\": \"API Test - Contract Offer Stage 1\",\n        \"CandidateRef\": 48269,\n        \"CandidateName\": \"Erik Wycoff\",\n        \"StartDate\": \"2022-07-25\",\n        \"EndDate\": \"2022-09-25\",\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2022-07-13T16:31:43.513Z\",\n        \"UpdatedDate\": \"2022-07-13T16:32:11.063Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4789,\n        \"Ref\": \"91993-4789-4789\",\n        \"Type\": \"offer\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91993,\n        \"JobTitle\": \"API Test - Contract Offer Stage 1\",\n        \"CandidateRef\": 48098,\n        \"CandidateName\": \"Rogelio Cumming\",\n        \"StartDate\": \"2022-07-25\",\n        \"EndDate\": \"2022-09-25\",\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2022-07-13T16:30:08.937Z\",\n        \"UpdatedDate\": \"2022-07-13T16:30:08.937Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5798,\n        \"Ref\": \"91992-5798-5798\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91992,\n        \"JobTitle\": \"API Test - Permanent Placement Stage 2\",\n        \"CandidateRef\": 48218,\n        \"CandidateName\": \"Andrew Quinn\",\n        \"StartDate\": \"2022-08-15\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": 5798,\n        \"OriginalStartDate\": \"2022-08-15\",\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2022-07-13T16:25:16.090Z\",\n        \"UpdatedDate\": \"2022-07-13T16:26:11.293Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5797,\n        \"Ref\": \"91991-5797-5797\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91991,\n        \"JobTitle\": \"API Test - Permanent Placement Stage 1\",\n        \"CandidateRef\": 48205,\n        \"CandidateName\": \"Cameron Tessmer\",\n        \"StartDate\": \"2022-08-08\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": 5797,\n        \"OriginalStartDate\": \"2022-08-08\",\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2022-07-13T16:20:59.743Z\",\n        \"UpdatedDate\": \"2022-07-13T16:22:11.587Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": \"35454545\",\n        \"PayrollID\": null,\n        \"ID\": 5796,\n        \"Ref\": \"91990-5796-5796\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91990,\n        \"JobTitle\": \"API Test - Permanent Offer Stage 2\",\n        \"CandidateRef\": 48272,\n        \"CandidateName\": \"Allan Basta\",\n        \"StartDate\": \"2022-08-02\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2022-07-13T16:17:40.257Z\",\n        \"UpdatedDate\": \"2022-07-13T16:17:40.257Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Employer\",\n        \"CompanyRef\": 92808,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5795,\n        \"Ref\": \"91989-5795-5795\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91989,\n        \"JobTitle\": \"API Test - Permanent Offer Stage 1\",\n        \"CandidateRef\": 48191,\n        \"CandidateName\": \"Wilton Ashaf\",\n        \"StartDate\": \"2022-07-25\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2022-07-13T16:13:39.550Z\",\n        \"UpdatedDate\": \"2022-07-13T16:13:39.550Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"hays\",\n        \"CompanyRef\": 92771,\n        \"WebsiteID\": 1,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"LtdNumber\": \"35435435\",\n        \"PayrollID\": null,\n        \"ID\": 4788,\n        \"Ref\": \"91987-4788-4788\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91987,\n        \"JobTitle\": \"Contract Delete Candidates Job Workflow - Do Not Use\",\n        \"CandidateRef\": 48805,\n        \"CandidateName\": \"Jon Inrole\",\n        \"StartDate\": \"2022-05-02\",\n        \"EndDate\": \"2022-12-30\",\n        \"OriginalPlacementID\": 4788,\n        \"OriginalStartDate\": \"2022-05-02\",\n        \"OriginalEndDate\": \"2022-12-30\",\n        \"CreatedDate\": \"2022-03-31T13:17:09.030Z\",\n        \"UpdatedDate\": \"2023-01-30T14:49:23.857Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": \"35435435\",\n        \"PayrollID\": null,\n        \"ID\": 5794,\n        \"Ref\": \"91986-5794-5794\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91986,\n        \"JobTitle\": \"Permanent Delete Candidates Job Workflow - Do Not Use\",\n        \"CandidateRef\": 48805,\n        \"CandidateName\": \"Jon Inrole\",\n        \"StartDate\": \"2022-05-02\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2022-03-31T13:13:59.340Z\",\n        \"UpdatedDate\": \"2022-03-31T13:13:59.340Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5793,\n        \"Ref\": \"91975-5793-5793\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"CandidateRef\": 48180,\n        \"CandidateName\": \"Isreal Canizares\",\n        \"StartDate\": \"2019-05-01\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2020-02-24T22:49:48.213Z\",\n        \"UpdatedDate\": \"2020-02-24T22:49:48.213Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5792,\n        \"Ref\": \"91975-5792-5792\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"CandidateRef\": 48312,\n        \"CandidateName\": \"Wendy Kirk Mcdougall\",\n        \"StartDate\": \"2019-05-01\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2020-02-24T22:49:47.933Z\",\n        \"UpdatedDate\": \"2020-02-24T22:49:47.933Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5791,\n        \"Ref\": \"91981-5790-5791\",\n        \"Type\": \"termination\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"StartDate\": \"2019-06-18\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": 5790,\n        \"OriginalStartDate\": \"2019-06-18\",\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-06-18T16:03:55.093Z\",\n        \"UpdatedDate\": \"2019-06-18T16:03:55.093Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5790,\n        \"Ref\": \"91981-5790-5790\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91981,\n        \"JobTitle\": \"Project Manager\",\n        \"CandidateRef\": 48242,\n        \"CandidateName\": \"Andrew Mackay\",\n        \"StartDate\": \"2019-06-18\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": 5790,\n        \"OriginalStartDate\": \"2019-06-18\",\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-06-18T15:59:21.753Z\",\n        \"UpdatedDate\": \"2019-06-18T16:03:18.980Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"PAYE Temp\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4787,\n        \"Ref\": \"91971-4786-4787\",\n        \"Type\": \"extension\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91971,\n        \"JobTitle\": \"Tester\",\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"StartDate\": \"2019-04-21\",\n        \"EndDate\": \"2020-10-30\",\n        \"OriginalPlacementID\": 4786,\n        \"OriginalStartDate\": \"2019-04-09\",\n        \"OriginalEndDate\": \"2019-04-20\",\n        \"CreatedDate\": \"2019-05-31T14:08:04.630Z\",\n        \"UpdatedDate\": \"2020-02-24T23:44:03.957Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": \"021244\",\n        \"PayrollID\": null,\n        \"ID\": 5789,\n        \"Ref\": \"91975-5789-5789\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91975,\n        \"JobTitle\": \"Account Manager\",\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"StartDate\": \"2019-05-01\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-04-30T10:58:24.793Z\",\n        \"UpdatedDate\": \"2019-04-30T10:58:24.793Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5788,\n        \"Ref\": \"91974-5788-5788\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91974,\n        \"JobTitle\": \"Project manger\",\n        \"CandidateRef\": 48277,\n        \"CandidateName\": \"Linda Jacobs\",\n        \"StartDate\": \"2019-04-17\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": 5788,\n        \"OriginalStartDate\": \"2019-04-17\",\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-04-17T15:23:34.233Z\",\n        \"UpdatedDate\": \"2019-04-17T15:27:33.773Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"PAYE Temp\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4786,\n        \"Ref\": \"91971-4786-4786\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91971,\n        \"JobTitle\": \"Tester\",\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"StartDate\": \"2019-04-09\",\n        \"EndDate\": \"2019-04-20\",\n        \"OriginalPlacementID\": 4786,\n        \"OriginalStartDate\": \"2019-04-09\",\n        \"OriginalEndDate\": \"2019-04-20\",\n        \"CreatedDate\": \"2019-04-09T13:25:14.207Z\",\n        \"UpdatedDate\": \"2019-04-09T13:28:33.070Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"PAYE Temp\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4785,\n        \"Ref\": \"91953-4777-4785\",\n        \"Type\": \"extension\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"CandidateRef\": 48458,\n        \"CandidateName\": \"scot smith\",\n        \"StartDate\": \"2019-04-06\",\n        \"EndDate\": \"2019-04-19\",\n        \"OriginalPlacementID\": 4777,\n        \"OriginalStartDate\": \"2019-01-29\",\n        \"OriginalEndDate\": \"2019-02-20\",\n        \"CreatedDate\": \"2019-04-09T13:09:30.730Z\",\n        \"UpdatedDate\": \"2019-04-09T13:09:30.730Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5787,\n        \"Ref\": \"91968-5787-5787\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91968,\n        \"JobTitle\": \"Project manager\",\n        \"CandidateRef\": 48284,\n        \"CandidateName\": \"Richard Cassidy\",\n        \"StartDate\": \"2019-03-26\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-03-26T14:32:35.117Z\",\n        \"UpdatedDate\": \"2019-03-26T14:32:35.117Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"PAYE Temp\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4784,\n        \"Ref\": \"91953-4777-4784\",\n        \"Type\": \"extension\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"CandidateRef\": 48458,\n        \"CandidateName\": \"scot smith\",\n        \"StartDate\": \"2019-03-31\",\n        \"EndDate\": \"2019-04-05\",\n        \"OriginalPlacementID\": 4777,\n        \"OriginalStartDate\": \"2019-01-29\",\n        \"OriginalEndDate\": \"2019-02-20\",\n        \"CreatedDate\": \"2019-03-26T14:22:31.587Z\",\n        \"UpdatedDate\": \"2019-03-26T14:22:31.587Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"PAYE Temp\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4782,\n        \"Ref\": \"91953-4777-4782\",\n        \"Type\": \"extension\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"CandidateRef\": 48458,\n        \"CandidateName\": \"scot smith\",\n        \"StartDate\": \"2019-02-21\",\n        \"EndDate\": \"2019-03-30\",\n        \"OriginalPlacementID\": 4777,\n        \"OriginalStartDate\": \"2019-01-29\",\n        \"OriginalEndDate\": \"2019-02-20\",\n        \"CreatedDate\": \"2019-03-19T15:56:51.990Z\",\n        \"UpdatedDate\": \"2019-03-19T15:56:51.990Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Stena\",\n        \"CompanyRef\": 92764,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4781,\n        \"Ref\": \"91964-4781-4781\",\n        \"Type\": \"offer\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91964,\n        \"JobTitle\": \"Roustabout\",\n        \"CandidateRef\": 48511,\n        \"CandidateName\": \"Tasos Mcdougall\",\n        \"StartDate\": \"2019-03-11\",\n        \"EndDate\": \"2019-04-01\",\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-03-08T12:17:08.300Z\",\n        \"UpdatedDate\": \"2019-03-08T12:17:08.300Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Stena\",\n        \"CompanyRef\": 92764,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4780,\n        \"Ref\": \"91964-4780-4780\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91964,\n        \"JobTitle\": \"Roustabout\",\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"StartDate\": \"2019-03-11\",\n        \"EndDate\": \"2019-04-01\",\n        \"OriginalPlacementID\": 4780,\n        \"OriginalStartDate\": \"2019-03-11\",\n        \"OriginalEndDate\": \"2019-04-01\",\n        \"CreatedDate\": \"2019-03-07T15:27:31.700Z\",\n        \"UpdatedDate\": \"2019-03-07T15:33:59.137Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5785,\n        \"Ref\": \"91961-5785-5785\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91961,\n        \"JobTitle\": \"pm\",\n        \"CandidateRef\": 48270,\n        \"CandidateName\": \"Clayton Kirtley\",\n        \"StartDate\": \"2019-03-05\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": 5785,\n        \"OriginalStartDate\": \"2019-03-05\",\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-03-04T11:45:48.237Z\",\n        \"UpdatedDate\": \"2019-03-04T11:49:10.677Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5784,\n        \"Ref\": \"91960-5784-5784\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91960,\n        \"JobTitle\": \"Project Manager\",\n        \"CandidateRef\": 48191,\n        \"CandidateName\": \"Wilton Ashaf\",\n        \"StartDate\": \"2019-03-19\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": 5784,\n        \"OriginalStartDate\": \"2019-03-19\",\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-03-04T11:25:46.443Z\",\n        \"UpdatedDate\": \"2019-03-26T21:29:04.067Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"PAYE Temp\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4778,\n        \"Ref\": \"91953-4778-4778\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"CandidateRef\": 48340,\n        \"CandidateName\": \"sam xxxx\",\n        \"StartDate\": \"2019-01-29\",\n        \"EndDate\": \"2019-02-09\",\n        \"OriginalPlacementID\": 4778,\n        \"OriginalStartDate\": \"2019-01-29\",\n        \"OriginalEndDate\": \"2019-02-09\",\n        \"CreatedDate\": \"2019-02-13T10:37:37.670Z\",\n        \"UpdatedDate\": \"2019-02-13T10:39:13.920Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"PAYE Temp\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4777,\n        \"Ref\": \"91953-4777-4777\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"CandidateRef\": 48458,\n        \"CandidateName\": \"scot smith\",\n        \"StartDate\": \"2019-01-29\",\n        \"EndDate\": \"2019-02-20\",\n        \"OriginalPlacementID\": 4777,\n        \"OriginalStartDate\": \"2019-01-29\",\n        \"OriginalEndDate\": \"2019-02-20\",\n        \"CreatedDate\": \"2019-02-13T10:33:25.023Z\",\n        \"UpdatedDate\": \"2019-02-13T10:36:55.950Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5783,\n        \"Ref\": \"91958-5783-5783\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91958,\n        \"JobTitle\": \"pm\",\n        \"CandidateRef\": 48431,\n        \"CandidateName\": \"wendy arnt\",\n        \"StartDate\": \"2019-02-15\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": 5783,\n        \"OriginalStartDate\": \"2019-02-15\",\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-02-12T14:18:33.523Z\",\n        \"UpdatedDate\": \"2019-02-12T14:21:13.010Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": \"021244\",\n        \"PayrollID\": null,\n        \"ID\": 5782,\n        \"Ref\": \"91958-5782-5782\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91958,\n        \"JobTitle\": \"pm\",\n        \"CandidateRef\": 48233,\n        \"CandidateName\": \"Jo bloggs\",\n        \"StartDate\": \"2019-02-15\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-02-12T13:58:03.627Z\",\n        \"UpdatedDate\": \"2019-02-12T14:05:40.597Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"Arnold Clarck\",\n        \"CompanyRef\": 92780,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4776,\n        \"Ref\": \"91957-4776-4776\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91957,\n        \"JobTitle\": \"test\",\n        \"CandidateRef\": 48273,\n        \"CandidateName\": \"Roxie Liakos\",\n        \"StartDate\": \"2019-02-08\",\n        \"EndDate\": \"2019-03-01\",\n        \"OriginalPlacementID\": 4776,\n        \"OriginalStartDate\": \"2019-02-08\",\n        \"OriginalEndDate\": \"2019-03-01\",\n        \"CreatedDate\": \"2019-02-08T16:29:21.347Z\",\n        \"UpdatedDate\": \"2019-02-17T14:38:38.543Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5781,\n        \"Ref\": \"91956-5781-5781\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91956,\n        \"JobTitle\": \"nurse\",\n        \"CandidateRef\": 48579,\n        \"CandidateName\": \"Test Turkish\",\n        \"StartDate\": \"2019-02-25\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": 5781,\n        \"OriginalStartDate\": \"2019-02-25\",\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-02-01T11:18:33.500Z\",\n        \"UpdatedDate\": \"2019-02-01T11:21:11.557Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": \"ADGFSDG\",\n        \"PayrollID\": null,\n        \"ID\": 5780,\n        \"Ref\": \"91956-5780-5780\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91956,\n        \"JobTitle\": \"nurse\",\n        \"CandidateRef\": 48620,\n        \"CandidateName\": \"Rodrigo Raffo\",\n        \"StartDate\": \"2019-02-25\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-02-01T11:15:46.950Z\",\n        \"UpdatedDate\": \"2019-02-01T11:15:46.950Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"PAYE Temp\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4773,\n        \"Ref\": \"91953-4773-4773\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91953,\n        \"JobTitle\": \"Test Temp\",\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"StartDate\": \"2019-01-29\",\n        \"EndDate\": \"2019-02-09\",\n        \"OriginalPlacementID\": 4773,\n        \"OriginalStartDate\": \"2019-01-29\",\n        \"OriginalEndDate\": \"2019-02-09\",\n        \"CreatedDate\": \"2019-01-29T17:27:19.290Z\",\n        \"UpdatedDate\": \"2019-02-13T10:38:14.340Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4772,\n        \"Ref\": \"91947-4769-4772\",\n        \"Type\": \"termination\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91947,\n        \"JobTitle\": \"Project Manager\",\n        \"CandidateRef\": 48372,\n        \"CandidateName\": \"Darran Dunsmore\",\n        \"StartDate\": \"2019-01-23\",\n        \"EndDate\": \"2019-01-23\",\n        \"OriginalPlacementID\": 4769,\n        \"OriginalStartDate\": \"2019-01-23\",\n        \"OriginalEndDate\": \"2019-03-22\",\n        \"CreatedDate\": \"2019-01-29T17:24:48.647Z\",\n        \"UpdatedDate\": \"2019-01-29T17:24:48.647Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4769,\n        \"Ref\": \"91947-4769-4769\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91947,\n        \"JobTitle\": \"Project Manager\",\n        \"CandidateRef\": 48372,\n        \"CandidateName\": \"Darran Dunsmore\",\n        \"StartDate\": \"2019-01-23\",\n        \"EndDate\": \"2019-03-22\",\n        \"OriginalPlacementID\": 4769,\n        \"OriginalStartDate\": \"2019-01-23\",\n        \"OriginalEndDate\": \"2019-03-22\",\n        \"CreatedDate\": \"2019-01-23T12:42:28.367Z\",\n        \"UpdatedDate\": \"2019-01-23T12:44:35.840Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": null,\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 5779,\n        \"Ref\": \"91948-5779-5779\",\n        \"Type\": \"offer\",\n        \"JobType\": \"permanent\",\n        \"JobRef\": 91948,\n        \"JobTitle\": \"Project Manager\",\n        \"CandidateRef\": 48512,\n        \"CandidateName\": \"MR Bump\",\n        \"StartDate\": \"2019-01-18\",\n        \"EndDate\": null,\n        \"OriginalPlacementID\": null,\n        \"OriginalStartDate\": null,\n        \"OriginalEndDate\": null,\n        \"CreatedDate\": \"2019-01-18T10:46:51.283Z\",\n        \"UpdatedDate\": \"2019-01-18T10:46:51.283Z\"\n    },\n    {\n        \"TeamName\": null,\n        \"TeamRef\": 0,\n        \"CompanyName\": \"AG Barr\",\n        \"CompanyRef\": 92745,\n        \"WebsiteID\": null,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"LtdNumber\": null,\n        \"PayrollID\": null,\n        \"ID\": 4765,\n        \"Ref\": \"91946-4765-4765\",\n        \"Type\": \"original-placement\",\n        \"JobType\": \"contract\",\n        \"JobRef\": 91946,\n        \"JobTitle\": \"Project manager\",\n        \"CandidateRef\": 48212,\n        \"CandidateName\": \"Antonia Friedrick\",\n        \"StartDate\": \"2019-01-02\",\n        \"EndDate\": \"2019-02-13\",\n        \"OriginalPlacementID\": 4765,\n        \"OriginalStartDate\": \"2019-01-02\",\n        \"OriginalEndDate\": \"2019-02-13\",\n        \"CreatedDate\": \"2019-01-02T12:23:42.140Z\",\n        \"UpdatedDate\": \"2019-01-02T12:25:07.800Z\"\n    }\n]"}],"_postman_id":"429b1230-b5a5-491a-b41b-d6ca4c771c1a"},{"name":"Offer Details","event":[{"listen":"test","script":{"id":"8474df9b-2ffb-4a13-9020-8ede17901d42","exec":["","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript","packages":{}}}],"id":"60a29aba-3e45-403a-8962-4c4a87e37d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{hostName}}{{Offer}}{JobType}/{ID}","description":"<p><strong>Required Scope:</strong> placementdetailsAPI-read</p>\n<p>This endpoint is used to retrieve the full details of an offer and its supporting data, including details of the candidate, job, and any associated sales information.</p>\n<img src=\"https://content.pstmn.io/66b3ab85-4860-4608-9675-106356662254/aW1hZ2UucG5n\" width=\"686\" height=\"174\" />\n\n<p>This endpoint requires the name of the job type and an offer ID to be supplied, which can be<br />obtained from the search results.</p>\n<h1 id=\"response-objects\">Response Objects</h1>\n<h3 id=\"offer\">Offer</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Detail</td>\n<td>OfferDetail</td>\n<td>The actual details of the given offer</td>\n</tr>\n<tr>\n<td>Job</td>\n<td>Job</td>\n<td>The job to which this offer belongs</td>\n</tr>\n<tr>\n<td>Candidate</td>\n<td>Candidate</td>\n<td>The candidate who has been offered a position</td>\n</tr>\n<tr>\n<td>Company</td>\n<td>Company</td>\n<td>The company to which the associated job belongs</td>\n</tr>\n<tr>\n<td>Billing</td>\n<td>Billing</td>\n<td>The billing information for the offer</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"offer-detail\">Offer Detail</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>integer</td>\n<td>The unique ID of the individual offer</td>\n</tr>\n<tr>\n<td>Ref</td>\n<td>string</td>\n<td>The unique front-end Firefish reference for the offer in the following format: Job.Ref-ID-ID e.g. 123-12-12</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>string</td>\n<td>This will always contain the value offer for offers and is provided here primarily to maintain consistency with the PlacementDetail object described later</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>date</td>\n<td>ISO-8601 start date of the specific offer</td>\n</tr>\n<tr>\n<td>EndDate (Contract only)</td>\n<td>date</td>\n<td>ISO-8601 end date of the specific offer</td>\n</tr>\n<tr>\n<td>StartTime (Contract only)</td>\n<td>string</td>\n<td>The normal daily start time of the offer. Format: HH:MM</td>\n</tr>\n<tr>\n<td>EndTime (Contract only)</td>\n<td>string</td>\n<td>The normal daily end time of the offer. Format: HH:MM</td>\n</tr>\n<tr>\n<td>PayType</td>\n<td>string</td>\n<td>The payment type for the offer. Value Job Types: ltd (Contract), paye (Permanent, Contract)</td>\n</tr>\n<tr>\n<td>Team</td>\n<td>string</td>\n<td>The name of the user team that the offer was created for</td>\n</tr>\n<tr>\n<td>HoursPerDay</td>\n<td>decimal</td>\n<td>The number of hours per day that the offer is for</td>\n</tr>\n<tr>\n<td>NoDays</td>\n<td>decimal</td>\n<td>The number of days that the offer is for</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>Any notes that were saved to the offer by Firefish recruitment consultant users</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 date and time that the offer was created</td>\n</tr>\n<tr>\n<td>UpdatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 date and time that the offer was last updated</td>\n</tr>\n<tr>\n<td>OfferDate</td>\n<td>date-time</td>\n<td>ISO-8601 date and time that the offer was made. This will largely be closely tied to the CreatedDate but may differ from time-to-time</td>\n</tr>\n<tr>\n<td>Owner</td>\n<td>Consultant</td>\n<td>The Firefish user who owns the offer</td>\n</tr>\n<tr>\n<td>Contact</td>\n<td>Contact</td>\n<td>The contact for the offer</td>\n</tr>\n<tr>\n<td>Pay</td>\n<td>Pay</td>\n<td>The pay details for the given offer</td>\n</tr>\n<tr>\n<td>TimesheetApprovers (Contract only)</td>\n<td>Approver Array</td>\n<td>An array of between zero and two approvers that may approve timesheets for this offer</td>\n</tr>\n<tr>\n<td>CustomFields</td>\n<td>CustomField Array</td>\n<td>An array of zero or more custom fields associated with the offer</td>\n</tr>\n</tbody>\n</table>\n</div><p>Additional response objects are described below in Placement Details.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["{ID}"],"host":["{{hostName}}{{Offer}}{JobType}"],"query":[],"variable":[]}},"response":[{"id":"724f0631-15b2-4b3d-b6bc-94cc5f5d9e8b","name":"Contract Example","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostName}}/api/v1.1/placements/offer/contract/4792"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"4179"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 01 Mar 2024 14:09:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Detail\": {\n        \"OfferSubjectTo\": null,\n        \"OfferStatus\": \"Offer Live\",\n        \"ID\": 4792,\n        \"Ref\": \"91994-4792-4792\",\n        \"Type\": \"original-placement\",\n        \"StartDate\": \"2022-08-01\",\n        \"EndDate\": \"2022-10-01\",\n        \"StartTime\": \"06:00\",\n        \"EndTime\": \"14:30\",\n        \"Owner\": {\n            \"Ref\": 48787,\n            \"FirstName\": \"Superuser\",\n            \"LastName\": \"Role\",\n            \"EmailAddress\": \"superuser@template.dud\"\n        },\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": \"Hiring Manager Job Title\",\n            \"Ref\": 48799,\n            \"FirstName\": \"HiringManager\",\n            \"LastName\": \"Role\",\n            \"EmailAddress\": \"hiringmanager@template.dud\"\n        },\n        \"PayType\": \"paye\",\n        \"Pay\": {\n            \"AdditionalRates\": [\n                {\n                    \"RateType\": \"hourly\",\n                    \"RateName\": \"Overtime\",\n                    \"RateCode\": \"OT\",\n                    \"PayRate\": 35.09,\n                    \"ChargeRate\": 50,\n                    \"MarkupOrMargin\": \"margin\",\n                    \"MarkupOrMarginAmount\": 5,\n                    \"MarkupOrMarginPercent\": 10,\n                    \"WorkingTimeDirective\": 13.8,\n                    \"NationalInsurance\": 12.7,\n                    \"Pension\": 0\n                },\n                {\n                    \"RateType\": \"daily\",\n                    \"RateName\": \"Weekend\",\n                    \"RateCode\": \"WKD\",\n                    \"PayRate\": 85.77,\n                    \"ChargeRate\": 125,\n                    \"MarkupOrMargin\": \"margin\",\n                    \"MarkupOrMarginAmount\": 15,\n                    \"MarkupOrMarginPercent\": 12,\n                    \"WorkingTimeDirective\": 13.8,\n                    \"NationalInsurance\": 12.7,\n                    \"Pension\": 0\n                }\n            ],\n            \"RateType\": \"hourly\",\n            \"RateName\": \"Pay\",\n            \"RateCode\": \"STD\",\n            \"PayRate\": 23.39,\n            \"ChargeRate\": 33.71,\n            \"MarkupOrMargin\": \"margin\",\n            \"MarkupOrMarginAmount\": 3.71,\n            \"MarkupOrMarginPercent\": 11,\n            \"WorkingTimeDirective\": 13.8,\n            \"NationalInsurance\": 12.7,\n            \"Pension\": 0\n        },\n        \"CustomFields\": [\n            {\n                \"DisplayName\": \"Custom Text Field 2\",\n                \"Name\": \"CustomTextField2\",\n                \"Value\": \"Text added to Custom Text Field 2 for API testing\"\n            },\n            {\n                \"DisplayName\": \"Custom Drop Down 4\",\n                \"Name\": \"CustomDropdown4\",\n                \"Value\": \"Option 4 for API testing\"\n            }\n        ],\n        \"Team\": null,\n        \"HoursPerDay\": 8,\n        \"NoDays\": 45,\n        \"Notes\": \"Notes added for API testing\",\n        \"CreatedDate\": \"2022-07-13T16:38:16.423Z\",\n        \"UpdatedDate\": \"2022-07-13T16:38:16.423Z\",\n        \"OfferDate\": \"2022-07-13T16:37:00.503Z\",\n        \"TerminationReason\": null\n    },\n    \"Job\": {\n        \"Ref\": 91994,\n        \"Title\": \"API Test - Contract Offer Stage 2\",\n        \"Type\": \"Contract\",\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": \"Hiring Manager Job Title\",\n            \"Ref\": 48799,\n            \"FirstName\": \"HiringManager\",\n            \"LastName\": \"Role\",\n            \"EmailAddress\": \"hiringmanager@template.dud\"\n        },\n        \"Source\": null,\n        \"CustomJobType\": \"Speculative Contract\",\n        \"JobCode\": null\n    },\n    \"Candidate\": {\n        \"MobileNumber\": \"07838 234234\",\n        \"Address\": {\n            \"Address1\": null,\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": null,\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": \"S051 6FT\"\n        },\n        \"JoinDate\": \"2009-10-12\",\n        \"JobTitle\": null,\n        \"Gender\": null,\n        \"EmploymentType\": null,\n        \"DateOfBirth\": null,\n        \"Pay\": {\n            \"PaymentFrequency\": null,\n            \"EmploymentType\": null,\n            \"EngagementType\": null,\n            \"VATNumber\": null,\n            \"LtdName\": null,\n            \"LtdEmail\": null,\n            \"LtdAddress1\": null,\n            \"LtdAddress2\": null,\n            \"LtdTown\": null,\n            \"LtdPostcode\": null,\n            \"LtdNumber\": null,\n            \"BankName\": null,\n            \"AccountName\": null,\n            \"SortCode\": null,\n            \"AccountNumber\": null,\n            \"NINNumber\": null,\n            \"UTRNumber\": null,\n            \"PayMethod\": null,\n            \"PayrollID\": null\n        },\n        \"Details\": [\n            {\n                \"Name\": \"Compliance check required\",\n                \"DropDownValue\": \"UK/EU Citizen2\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            },\n            {\n                \"Name\": \"Visa\",\n                \"DropDownValue\": \"UK/EU Citizen2\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            }\n        ],\n        \"Source\": \"Other2\",\n        \"Ref\": 48205,\n        \"FirstName\": \"Cameron\",\n        \"LastName\": \"Tessmer\",\n        \"EmailAddress\": \"Cameron@test.dud\"\n    },\n    \"Company\": {\n        \"ParentRef\": 92809,\n        \"ParentName\": \"Employer HQ\",\n        \"ParentRegistrationNumber\": null,\n        \"ParentInsuranceNumber\": null,\n        \"Ref\": 92808,\n        \"Name\": \"Employer\",\n        \"Address\": {\n            \"Address1\": \"Employer Address 1\",\n            \"Address2\": \"Employer Address 2\",\n            \"Address3\": \"Employer Address 3\",\n            \"Town\": \"Employer Town\",\n            \"County\": \"Employer County\",\n            \"Country\": \"Employer Country\",\n            \"PostCode\": \"EMPLOYER PC\"\n        },\n        \"AccountingCode\": null,\n        \"PaymentTerms\": null,\n        \"InvoiceCycle\": null,\n        \"CreditLimit\": null,\n        \"InvoiceFrequency\": null,\n        \"Source\": null\n    },\n    \"Billing\": {\n        \"Company\": {\n            \"ParentRef\": 92809,\n            \"ParentName\": \"Employer HQ\",\n            \"ParentRegistrationNumber\": null,\n            \"ParentInsuranceNumber\": null,\n            \"Ref\": 92808,\n            \"Name\": \"Employer\",\n            \"Address\": {\n                \"Address1\": \"Employer Address 1\",\n                \"Address2\": \"Employer Address 2\",\n                \"Address3\": \"Employer Address 3\",\n                \"Town\": \"Employer Town\",\n                \"County\": \"Employer County\",\n                \"Country\": \"Employer Country\",\n                \"PostCode\": \"EMPLOYER PC\"\n            },\n            \"AccountingCode\": null,\n            \"PaymentTerms\": null,\n            \"InvoiceCycle\": null,\n            \"CreditLimit\": null,\n            \"InvoiceFrequency\": null,\n            \"Source\": null\n        },\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": \"Account Manager Job Title\",\n            \"Ref\": 48798,\n            \"FirstName\": \"AccountManager\",\n            \"LastName\": \"Role\",\n            \"EmailAddress\": \"accountmanager@template.dud\"\n        }\n    }\n}"},{"id":"3fcd4e1d-838b-443e-999e-24810a61430f","name":"Permanent Example","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostName}}/api/v1.1/placements/offer/permanent/5796"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"3887"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 01 Mar 2024 14:10:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Detail\": {\n        \"OfferSubjectTo\": null,\n        \"OfferStatus\": \"Offer Live\",\n        \"ID\": 5796,\n        \"Ref\": \"91990-5796-5796\",\n        \"Type\": \"original-placement\",\n        \"StartDate\": \"2022-08-02\",\n        \"EndDate\": null,\n        \"StartTime\": null,\n        \"EndTime\": null,\n        \"Owner\": {\n            \"Ref\": 48787,\n            \"FirstName\": \"Superuser\",\n            \"LastName\": \"Role\",\n            \"EmailAddress\": \"superuser@template.dud\"\n        },\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": \"Hiring Manager Job Title\",\n            \"Ref\": 48799,\n            \"FirstName\": \"HiringManager\",\n            \"LastName\": \"Role\",\n            \"EmailAddress\": \"hiringmanager@template.dud\"\n        },\n        \"PayType\": \"paye\",\n        \"Pay\": {\n            \"AdditionalRates\": null,\n            \"RateType\": \"annual\",\n            \"RateName\": \"Pay\",\n            \"RateCode\": null,\n            \"PayRate\": 49000,\n            \"ChargeRate\": null,\n            \"MarkupOrMargin\": \"markup\",\n            \"MarkupOrMarginAmount\": 0,\n            \"MarkupOrMarginPercent\": 15,\n            \"WorkingTimeDirective\": null,\n            \"NationalInsurance\": null,\n            \"Pension\": null\n        },\n        \"CustomFields\": [\n            {\n                \"DisplayName\": \"Custom Drop Down 2\",\n                \"Name\": \"CustomDropdown2\",\n                \"Value\": \"Option 2 for API testing\"\n            },\n            {\n                \"DisplayName\": \"Duration \",\n                \"Name\": \"CustomTextField1\",\n                \"Value\": \"47\"\n            },\n            {\n                \"DisplayName\": \"Custom Text Field 4\",\n                \"Name\": \"CustomTextField4\",\n                \"Value\": \"Text added to Custom Text Field 4 for API testing 2\"\n            }\n        ],\n        \"Team\": null,\n        \"HoursPerDay\": null,\n        \"NoDays\": null,\n        \"Notes\": \"Notes added for API testing 2\",\n        \"CreatedDate\": \"2022-07-13T16:17:40.257Z\",\n        \"UpdatedDate\": \"2022-07-13T16:17:40.257Z\",\n        \"OfferDate\": \"2022-07-13T16:16:42.567Z\",\n        \"TerminationReason\": null\n    },\n    \"Job\": {\n        \"Ref\": 91990,\n        \"Title\": \"API Test - Permanent Offer Stage 2\",\n        \"Type\": \"Permanent\",\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": \"Hiring Manager Job Title\",\n            \"Ref\": 48799,\n            \"FirstName\": \"HiringManager\",\n            \"LastName\": \"Role\",\n            \"EmailAddress\": \"hiringmanager@template.dud\"\n        },\n        \"Source\": null,\n        \"CustomJobType\": null,\n        \"JobCode\": null\n    },\n    \"Candidate\": {\n        \"MobileNumber\": \"0777888888\",\n        \"Address\": {\n            \"Address1\": null,\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": null,\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": \"PA36 4AQ\"\n        },\n        \"JoinDate\": \"2010-04-08\",\n        \"JobTitle\": \"Marketing Manager\",\n        \"Gender\": null,\n        \"EmploymentType\": null,\n        \"DateOfBirth\": null,\n        \"Pay\": {\n            \"PaymentFrequency\": \"Monthly\",\n            \"EmploymentType\": \"Umbrella\",\n            \"EngagementType\": \"F - Umbrella\",\n            \"VATNumber\": \"242442\",\n            \"LtdName\": \"umbrella company 1\",\n            \"LtdEmail\": \"ted@bank.com\",\n            \"LtdAddress1\": \"Solasta House\",\n            \"LtdAddress2\": \"8 Inverness Campus\",\n            \"LtdTown\": \"Inverness\",\n            \"LtdPostcode\": \"IV2 5khh\",\n            \"LtdNumber\": \"35454545\",\n            \"BankName\": \"Lloyds\",\n            \"AccountName\": \"Bank 1\",\n            \"SortCode\": \"12012455\",\n            \"AccountNumber\": \"account number\",\n            \"NINNumber\": \"AB123456C\",\n            \"UTRNumber\": \"XYZ-987654321-ABC\",\n            \"PayMethod\": \"Bank Transfer\",\n            \"PayrollID\": null\n        },\n        \"Details\": [\n            {\n                \"Name\": \"Compliance check required\",\n                \"DropDownValue\": \"UK/EU Citizen2\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            },\n            {\n                \"Name\": \"Visa\",\n                \"DropDownValue\": \"UK/EU Citizen2\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            }\n        ],\n        \"Source\": \"9-20 recruitment\",\n        \"Ref\": 48272,\n        \"FirstName\": \"Allan\",\n        \"LastName\": \"Basta\",\n        \"EmailAddress\": \"AllanBasta@testmail.com.dud\"\n    },\n    \"Company\": {\n        \"ParentRef\": 92809,\n        \"ParentName\": \"Employer HQ\",\n        \"ParentRegistrationNumber\": null,\n        \"ParentInsuranceNumber\": null,\n        \"Ref\": 92808,\n        \"Name\": \"Employer\",\n        \"Address\": {\n            \"Address1\": \"Employer Address 1\",\n            \"Address2\": \"Employer Address 2\",\n            \"Address3\": \"Employer Address 3\",\n            \"Town\": \"Employer Town\",\n            \"County\": \"Employer County\",\n            \"Country\": \"Employer Country\",\n            \"PostCode\": \"EMPLOYER PC\"\n        },\n        \"AccountingCode\": null,\n        \"PaymentTerms\": null,\n        \"InvoiceCycle\": null,\n        \"CreditLimit\": null,\n        \"InvoiceFrequency\": null,\n        \"Source\": null\n    },\n    \"Billing\": {\n        \"Company\": {\n            \"ParentRef\": 92809,\n            \"ParentName\": \"Employer HQ\",\n            \"ParentRegistrationNumber\": null,\n            \"ParentInsuranceNumber\": null,\n            \"Ref\": 92808,\n            \"Name\": \"Employer\",\n            \"Address\": {\n                \"Address1\": \"Employer Address 1\",\n                \"Address2\": \"Employer Address 2\",\n                \"Address3\": \"Employer Address 3\",\n                \"Town\": \"Employer Town\",\n                \"County\": \"Employer County\",\n                \"Country\": \"Employer Country\",\n                \"PostCode\": \"EMPLOYER PC\"\n            },\n            \"AccountingCode\": null,\n            \"PaymentTerms\": null,\n            \"InvoiceCycle\": null,\n            \"CreditLimit\": null,\n            \"InvoiceFrequency\": null,\n            \"Source\": null\n        },\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": \"Account Manager Job Title\",\n            \"Ref\": 48798,\n            \"FirstName\": \"AccountManager\",\n            \"LastName\": \"Role\",\n            \"EmailAddress\": \"accountmanager@template.dud\"\n        }\n    }\n}"}],"_postman_id":"60a29aba-3e45-403a-8962-4c4a87e37d0a"},{"name":"Placement Details","event":[{"listen":"test","script":{"id":"8474df9b-2ffb-4a13-9020-8ede17901d42","exec":["","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript","packages":{}}}],"id":"19a03604-1a90-4b45-87dc-d98b03e79b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{hostName}}{{placementPath}}/{JobType}/{OriginalPlacementID}","description":"<p><strong>Required Scope:</strong> placementdetailsAPI-read</p>\n<p>This endpoint is used to retrieve the full details of a placement, consisting of its individual parts as well as all supporting data, including details of the candidate, job, and any associated sales information.</p>\n<img src=\"https://content.pstmn.io/ca3e4b93-4ce9-43cd-ad45-29ba901594c5/aW1hZ2UucG5n\" width=\"683\" height=\"172\" />\n\n<p>This endpoint requires the name of the job type and an original placement ID to be supplied, which<br />can be obtained from the search results</p>\n<h1 id=\"response-objects\">Response Objects</h1>\n<h3 id=\"placement\">Placement</h3>\n<p>The Placement object contains the full details for a given placement within the Firefish system. This includes a similar set of supporting information to the PlacementPart, but also an original-placement part, zero or more extension parts and/or a single termination part in place of the single placement part detail.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Job</td>\n<td>Job</td>\n<td>The job to which this placement part belongs</td>\n</tr>\n<tr>\n<td>Billing</td>\n<td>Billing</td>\n<td>The billing information for this placement part</td>\n</tr>\n<tr>\n<td>Candidate</td>\n<td>Candidate</td>\n<td>The candidate who has been placed on this placement part</td>\n</tr>\n<tr>\n<td>Company</td>\n<td>Company</td>\n<td>The company to which the associated job belongs</td>\n</tr>\n<tr>\n<td>OriginalPlacement</td>\n<td>PlacementDetail</td>\n<td>The details of the original-placement part for this full placement.</td>\n</tr>\n<tr>\n<td>Extensions (Contract only)</td>\n<td>PlacementDetail Array</td>\n<td>An array of extension placement parts for this full placement, if any exist.</td>\n</tr>\n<tr>\n<td>Termination</td>\n<td>PlacementDetail</td>\n<td>A termination placement part for this full placement, if one exists.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"placementdetail\">PlacementDetail</h3>\n<p>The PlacementDetail object contains the placement detail information for a part of a placement.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>integer</td>\n<td>The unique ID of the individual placement part</td>\n</tr>\n<tr>\n<td>IncludeWeekends</td>\n<td>boolean</td>\n<td>Determines whether weekends can be populated on timesheets for the associated placement  <br />  <br /><code>True</code>: The Timesheet period is Mon-Sun  <br /><code>False</code>: The Timesheet period is Mon-Fri  <br />  <br />For Permanent placements, this field will default to <code>null</code></td>\n</tr>\n<tr>\n<td>WebsiteID</td>\n<td>String</td>\n<td>The unique WebsiteID of the individual placement part to show on which Primary/Secondary site this part was created. Relevant to Enterprise users only</td>\n</tr>\n<tr>\n<td>Ref</td>\n<td>string</td>\n<td>The unique front-end Firefish reference for the placement part in the following format: Job.Ref-OriginalPlacementID-ID e.g. 123-12-13</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>string</td>\n<td>The type of the placement part. Value Job Types: original-placement (Permanent, Contract), extension (Contract), termination (Permanent, Contract)</td>\n</tr>\n<tr>\n<td>TerminationReason</td>\n<td>String</td>\n<td>The reason given for a termination. If JobType isn’t “Termination”, this will be null.</td>\n</tr>\n<tr>\n<td>TerminationWorkedEndDate</td>\n<td>boolean</td>\n<td>Confirms whether the candidate worked on the end date (true) or not (false). If JobType isn't \"Termination\", this will be null.</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>date</td>\n<td>ISO-8601 start date of the specific placement part</td>\n</tr>\n<tr>\n<td>EndDate (Contract only)</td>\n<td>date</td>\n<td>ISO-8601 end date of the specific placement part</td>\n</tr>\n<tr>\n<td>OriginalPlacementID</td>\n<td>integer</td>\n<td>The unique ID of the associated original placement ID. If this detail is the original placement, this will contain the same value as the ID field.</td>\n</tr>\n<tr>\n<td>OriginalStartDate</td>\n<td>date</td>\n<td>ISO-8601 start date of the associated original placement. Note: If this placement part is the original placement, this date will be the same as the StartDate field</td>\n</tr>\n<tr>\n<td>OriginalEndDate (Contract only)</td>\n<td>date</td>\n<td>ISO-8601 end date of the associated original placement. Note: If this placement part is the original placement, this date will be the same as the EndDate field</td>\n</tr>\n<tr>\n<td>StartTime (Contract only)</td>\n<td>string</td>\n<td>The normal daily start time of the placement part. Format: HH:MM</td>\n</tr>\n<tr>\n<td>EndTime (Contract only)</td>\n<td>string</td>\n<td>The normal daily end time of the placement part. Format: HH:MM</td>\n</tr>\n<tr>\n<td>PayType</td>\n<td>string</td>\n<td>The payment type for the placement part. Value Job Types: ltd (Contract), paye (Permanent, Contract)</td>\n</tr>\n<tr>\n<td>Team</td>\n<td>string</td>\n<td>The name of the user team that the placement part was created for</td>\n</tr>\n<tr>\n<td>HoursPerDay</td>\n<td>decimal</td>\n<td>The number of hours per day that the placement part is for</td>\n</tr>\n<tr>\n<td>NoDays</td>\n<td>decimal</td>\n<td>The number of days that the placement part is for</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>Any notes that were saved to the placement part by Firefish recruitment consultant users</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 date and time that the placement part was created.</td>\n</tr>\n<tr>\n<td>UpdatedDate</td>\n<td>date-time</td>\n<td>ISO-8601 date and time that the placement part was last updated.</td>\n</tr>\n<tr>\n<td>OfferDate</td>\n<td>date-time</td>\n<td>ISO-8601 date and time that the associated offer was made.</td>\n</tr>\n<tr>\n<td>Owner</td>\n<td>Consultant</td>\n<td>The Firefish user who owns the placement part</td>\n</tr>\n<tr>\n<td>Contact</td>\n<td>Contact</td>\n<td>The contact for the placement part</td>\n</tr>\n<tr>\n<td>Pay</td>\n<td>Pay</td>\n<td>The pay details for the given placement part</td>\n</tr>\n<tr>\n<td>Sales</td>\n<td>Sales</td>\n<td>The sales details for the given placement part</td>\n</tr>\n<tr>\n<td>TimesheetApprovers (Contract only)</td>\n<td>Approver Array</td>\n<td>An array of between zero and two approvers that may approve timesheets for this placement part</td>\n</tr>\n<tr>\n<td>CustomFields</td>\n<td>CustomField Array</td>\n<td>An array of zero or more custom fields associated with the placement detail.</td>\n</tr>\n<tr>\n<td>JobCode</td>\n<td>string</td>\n<td>The Job Code dropdown value associated with the placement</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sales\">Sales</h3>\n<p>The Sales object represents the sales figures for an individual placement part.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalAmount</td>\n<td>decimal</td>\n<td>The total gross sales amount for the placement part.</td>\n</tr>\n<tr>\n<td>SalesDate</td>\n<td>date</td>\n<td>ISO-8601 date on which the sales figures were made.</td>\n</tr>\n<tr>\n<td>Splits</td>\n<td>SalesSplit Array</td>\n<td>Details of how the total sales amount is split between consultants. Note: This will contain between 1 and 3 entries.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"salessplit\">SalesSplit</h3>\n<p>The SalesSplit object represents an individual consultant’s split of the total sales amount for a placement part. This is given as both an actual amount and as a percentage of the total.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Amount</td>\n<td>decimal</td>\n<td>The total gross sales amount for the placement part.</td>\n</tr>\n<tr>\n<td>Percentage</td>\n<td>decimal</td>\n<td>The percentage of the total sales amount for the placement part that is represented by this split.</td>\n</tr>\n<tr>\n<td>Consultant</td>\n<td>Consultant</td>\n<td>The consultant to whom this split is attributed.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customfield\"><strong>CustomField</strong></h3>\n<p>The CustomField object represents a custom field associated with a placement detail.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td>The Firefish system name of the custom field</td>\n</tr>\n<tr>\n<td>DisplayName</td>\n<td>string</td>\n<td>The friendly name of the custom field</td>\n</tr>\n<tr>\n<td>Value</td>\n<td>string</td>\n<td>The value of the custom field for the placement detail</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"approver\">Approver</h3>\n<p>The Approver object represents the contact from a given company who may be assigned as an approver for timesheets.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Company</td>\n<td>Company</td>\n<td>The company that the approver contacts work at</td>\n</tr>\n<tr>\n<td>Contact</td>\n<td>Contact</td>\n<td>The contact that may approve</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pay\">Pay</h3>\n<p>The Pay object is used to represent the amount of pay that the candidate is being given for a placement part, along with charge rates and mark-up/margin details for the client.</p>\n<p>The values detailed immediately within this object pertain to the base rate for the placement part for both permanent and contract jobs. Additional rates, and their details, may also be specified for contract jobs.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RateType</td>\n<td>string</td>\n<td>The type of the pay rate for this placement part. Value Job Types: annual (Permanent), daily (Contract), hourly (Contract)</td>\n</tr>\n<tr>\n<td>RateName</td>\n<td>string</td>\n<td>The name of the rate.</td>\n</tr>\n<tr>\n<td>RateCode</td>\n<td>string</td>\n<td>The short code for the rate.</td>\n</tr>\n<tr>\n<td>PayRate</td>\n<td>decimal</td>\n<td>The amount of pay that the candidate will receive.</td>\n</tr>\n<tr>\n<td>ChargeRate</td>\n<td>decimal</td>\n<td>The amount of pay that will be charged to the client.</td>\n</tr>\n<tr>\n<td>MarkupOrMargin</td>\n<td>string</td>\n<td>A value indicating whether mark-up, or margin, is being used for the placement part. Values: markup, margin</td>\n</tr>\n<tr>\n<td>MarkupOrMarginPercent</td>\n<td>decimal</td>\n<td>The percentage value for the mark-up or margin.</td>\n</tr>\n<tr>\n<td>MarkupOrMarginAmount</td>\n<td>decimal</td>\n<td>The markup/margin amount for this placement part.</td>\n</tr>\n<tr>\n<td>WorkingTimeDirective</td>\n<td>decimal</td>\n<td>The working time directive for this placement part. Expressed as a percentage.</td>\n</tr>\n<tr>\n<td>NationalInsurance</td>\n<td>decimal</td>\n<td>The national insurance for this placement part. Expressed as a percentage.</td>\n</tr>\n<tr>\n<td>Pension</td>\n<td>decimal</td>\n<td>The pension percentage for this placement part. Expressed as a percentage.</td>\n</tr>\n<tr>\n<td>AdditionalRates (Contract only)</td>\n<td>AdditionalRate Array</td>\n<td>An array of additional rates for the placement part.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"additionalrate\">AdditionalRate</h3>\n<p>Along with the standard base rate, a contract job may specify one or more additional rates. These may be used to represent payments for overtime, weekend work and so on.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RateType</td>\n<td>string</td>\n<td>The type of the pay rate for this placement part. Values: daily, hourly</td>\n</tr>\n<tr>\n<td>RateName</td>\n<td>string</td>\n<td>The name of the rate.</td>\n</tr>\n<tr>\n<td>PayRate</td>\n<td>decimal</td>\n<td>The amount of pay that the candidate will receive.</td>\n</tr>\n<tr>\n<td>ChargeRate</td>\n<td>decimal</td>\n<td>The amount of pay that will be charged to the client.</td>\n</tr>\n<tr>\n<td>MarkupOrMargin</td>\n<td>string</td>\n<td>A value indicating whether mark-up, or margin, is being used for the placement part. Values: markup, margin</td>\n</tr>\n<tr>\n<td>MarkupOrMarginAmount</td>\n<td>decimal</td>\n<td>The markup/margin amount for the additional rate</td>\n</tr>\n<tr>\n<td>MarkupOrMarginPercent</td>\n<td>decimal</td>\n<td>The percentage value for the mark-up or margin.</td>\n</tr>\n<tr>\n<td>WorkingTimeDirective</td>\n<td>decimal</td>\n<td>The working time directive for this additional rate. Expressed as a percentage.</td>\n</tr>\n<tr>\n<td>NationalInsurance</td>\n<td>decimal</td>\n<td>The national insurance for this additional rate. Expressed as a percentage.</td>\n</tr>\n<tr>\n<td>Pension</td>\n<td>decimal</td>\n<td>The pension percentage for this additional rate. Expressed as a percentage.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"job\">Job</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>integer</td>\n<td>The unique reference for the given job</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>The title of the given job.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>date</td>\n<td>The job type of the associated job. Values: permanent, contract</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>string</td>\n<td>The source of the given job</td>\n</tr>\n<tr>\n<td>Contact</td>\n<td>Contact</td>\n<td>The contact details for the given job</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"contact\">Contact</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>integer</td>\n<td>The unique reference for the given contact</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>The first name for the given contact</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>string</td>\n<td>The last name for the given contact</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>The email address for the given contact</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>The mobile number for the given contact</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The job title for the given contact</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"billing\"><strong>Billing</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Company</td>\n<td>Company</td>\n<td>The company information for the billing object</td>\n</tr>\n<tr>\n<td>Contact</td>\n<td>Contact</td>\n<td>The contact information for the billing object</td>\n</tr>\n<tr>\n<td>InvoiceDate</td>\n<td>Date</td>\n<td>The intended invoice date for the associated placement.  <br />  <br /><strong>Note -</strong> for Permanent Jobs only. Where the Job Type is Contract, this field will be null by default.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"candidate\"><strong>Candidate</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>integer</td>\n<td>The unique reference for the given candidate</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>The first name of the given candidate</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>string</td>\n<td>The last name of the given candidate</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>The email address of the given candidate</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td>string</td>\n<td>The mobile number of the given candidate</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>string</td>\n<td>The gender of the given candidate. Values: Male, Female</td>\n</tr>\n<tr>\n<td>DateOfBirth</td>\n<td>date</td>\n<td>The ISO-8601 date of birth of the given candidate</td>\n</tr>\n<tr>\n<td>JoinDate</td>\n<td>date</td>\n<td>The ISO-8601 date the candidate was added to the system</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>The job title of the given candidate</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>The address details for the given candidate</td>\n</tr>\n<tr>\n<td>Details</td>\n<td>CandidateDetails Array</td>\n<td>The additional information for the given candidate</td>\n</tr>\n<tr>\n<td>Pay</td>\n<td>CandidatePay</td>\n<td>The pay information for the given candidate</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>string</td>\n<td>The source of the given candidate</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"candidate-details\"><strong>Candidate Details</strong></h3>\n<p>The CandidateDetails object represents the additional details associated with a candidate.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td>The name for the additional detail.</td>\n</tr>\n<tr>\n<td>DropdownValue</td>\n<td>string</td>\n<td>The selected value for the additional detail</td>\n</tr>\n<tr>\n<td>TextValue</td>\n<td>string</td>\n<td>The value for the additional detail</td>\n</tr>\n<tr>\n<td>DateValue</td>\n<td>date</td>\n<td>The ISO-8601 date value for the additional detail</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>The notes for the additional detail</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"candidate-pay\"><strong>Candidate Pay</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PaymentFrequency</td>\n<td>string</td>\n<td>The payment frequency for the given candidate</td>\n</tr>\n<tr>\n<td>EmploymentType</td>\n<td>string</td>\n<td>The employment type of the given candidate. Always available values: PAYE, Self-Employed, Umbrella. Other values may be available in Firefish</td>\n</tr>\n<tr>\n<td>EngagementType</td>\n<td>string</td>\n<td>The engagement type for a Self Employed candidates paid via an intermediary.  <br />  <br />Fixed values:  <br /><code>A - Sole Trader,</code>  <br /><code>B – Partnership,</code>  <br /><code>C - Limited Liability Partnership,</code>  <br /><code>D - Ltd Company,</code>  <br /><code>E - Non-UK Engagement,</code>  <br /><code>F – Umbrella</code>.  <br />  <br />Note: If <code>EmploymentType</code> is not “<code>Self Employed</code>” or “<code>Umbrella</code>”, this value will be null.  <br />  <br />If this value is “<code>F - Umbrella</code>”, <code>EmploymentType</code> value will always default to <code>Umbrella</code></td>\n</tr>\n<tr>\n<td>VATNumber</td>\n<td>int</td>\n<td>The VAT number of the given candidate.</td>\n</tr>\n<tr>\n<td>LtdName</td>\n<td>string</td>\n<td>The name of the candidate’s LTD company</td>\n</tr>\n<tr>\n<td>LtdEmail</td>\n<td>string</td>\n<td>The company email address for the given candidate</td>\n</tr>\n<tr>\n<td>LtdAddress1</td>\n<td>string</td>\n<td>The company address 1 for the given candidate</td>\n</tr>\n<tr>\n<td>LtdAddress2</td>\n<td>string</td>\n<td>The company address 2 for the given candidate</td>\n</tr>\n<tr>\n<td>LtdTown</td>\n<td>string</td>\n<td>The company town for the given candidate</td>\n</tr>\n<tr>\n<td>LtdPostcode</td>\n<td>string</td>\n<td>The company postcode for the given candidate</td>\n</tr>\n<tr>\n<td>BankName</td>\n<td>string</td>\n<td>The bank name for the given candidate</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td>string</td>\n<td>The bank account name for the given candidate</td>\n</tr>\n<tr>\n<td>SortCode</td>\n<td>string</td>\n<td>The bank account sort code for the given candidate</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>string</td>\n<td>The bank account number for the given candidate</td>\n</tr>\n<tr>\n<td>NINNumber</td>\n<td>string</td>\n<td>The NI number for the given candidate</td>\n</tr>\n<tr>\n<td>UTRNumber</td>\n<td>string</td>\n<td>The UTR number for the given candidate</td>\n</tr>\n<tr>\n<td>PayMethod</td>\n<td>string</td>\n<td>The payment method for this candidate</td>\n</tr>\n<tr>\n<td>PayrollID</td>\n<td>string</td>\n<td>The Payroll ID for this candidate</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"company\"><strong>Company</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>integer</td>\n<td>The unique reference for the given company</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td>The name of the given company</td>\n</tr>\n<tr>\n<td>ParentRef</td>\n<td>integer</td>\n<td>The unique reference of the given company’s parent company</td>\n</tr>\n<tr>\n<td>ParentName</td>\n<td>string</td>\n<td>The name of the given company’s parent company</td>\n</tr>\n<tr>\n<td>ParentRegistrationNumber</td>\n<td>string</td>\n<td>The LTD registration number of the given company’s parent company</td>\n</tr>\n<tr>\n<td>ParentInsuranceNumber</td>\n<td>string</td>\n<td>The insurance number of the given company’s parent company</td>\n</tr>\n<tr>\n<td>ParentVATNumber</td>\n<td>string</td>\n<td>The VAT Number of the given company's parent company</td>\n</tr>\n<tr>\n<td>AccountingCode</td>\n<td>string</td>\n<td>The client accounting code for the given company</td>\n</tr>\n<tr>\n<td>CreditLimit</td>\n<td>string</td>\n<td>The credit limit for the given company</td>\n</tr>\n<tr>\n<td>PaymentTerms</td>\n<td>string</td>\n<td>The payment terms for the given company</td>\n</tr>\n<tr>\n<td>InvoiceFrequency</td>\n<td>string</td>\n<td>The invoice frequency for the given company</td>\n</tr>\n<tr>\n<td>InvoiceCycle</td>\n<td>string</td>\n<td>The invoice cycle for the given company</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>The address details for the given company</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>string</td>\n<td>The source for the given company</td>\n</tr>\n<tr>\n<td>RegistrationNumber</td>\n<td>string</td>\n<td>The LTD Registration Number of the given company</td>\n</tr>\n<tr>\n<td>InsuranceNumber</td>\n<td>string</td>\n<td>The Insurance Number of the given company</td>\n</tr>\n<tr>\n<td>VATNumber</td>\n<td>string</td>\n<td>The VAT Number of the given company</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"address\"><strong>Address</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Address1</td>\n<td>string</td>\n<td>Address line 1</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>string</td>\n<td>Address line 2</td>\n</tr>\n<tr>\n<td>Address3</td>\n<td>string</td>\n<td>Address line 3</td>\n</tr>\n<tr>\n<td>Town</td>\n<td>string</td>\n<td>The town/city for the address</td>\n</tr>\n<tr>\n<td>County</td>\n<td>string</td>\n<td>The county/district/state in which the given address resides</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>string</td>\n<td>The country in which the address resides</td>\n</tr>\n<tr>\n<td>PostCode</td>\n<td>string</td>\n<td>The postal/ZIP code for the address</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"consultant\"><strong>Consultant</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>integer</td>\n<td>The unique reference for the given consultant</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>The first name for the given consultant</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>string</td>\n<td>The last name for the given consultant</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>The email address for the given consultant</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["{JobType}","{OriginalPlacementID}"],"host":["{{hostName}}{{placementPath}}"],"query":[],"variable":[]}},"response":[{"id":"d084f274-5f2a-4700-8012-4ee7f48bf085","name":"Contract Example","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostName}}{{placementPath}}/contract/4804"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"7843"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 01 Mar 2024 14:04:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Company\": {\n        \"ParentRef\": 92704,\n        \"ParentName\": \"Stream Solutions\",\n        \"ParentRegistrationNumber\": null,\n        \"ParentInsuranceNumber\": null,\n        \"Ref\": 92745,\n        \"Name\": \"AG Barr\",\n        \"Address\": {\n            \"Address1\": null,\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": \"Glasgow\",\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": \"B13\"\n        },\n        \"AccountingCode\": null,\n        \"PaymentTerms\": null,\n        \"InvoiceCycle\": null,\n        \"CreditLimit\": null,\n        \"InvoiceFrequency\": null,\n        \"Source\": null\n    },\n    \"OriginalPlacement\": {\n        \"OriginalPlacementID\": 4804,\n        \"OriginalStartDate\": \"2024-03-01\",\n        \"OriginalEndDate\": \"2024-03-22\",\n        \"Sales\": {\n            \"TotalAmount\": 0,\n            \"SalesDate\": \"2024-03-01\",\n            \"Splits\": [\n                {\n                    \"Amount\": 0,\n                    \"Percentage\": 100,\n                    \"Consultant\": {\n                        \"Ref\": 1,\n                        \"FirstName\": \"System\",\n                        \"LastName\": \"Administrator\",\n                        \"EmailAddress\": null\n                    }\n                }\n            ]\n        },\n        \"Billing\": {\n            \"Company\": {\n                \"ParentRef\": 92704,\n                \"ParentName\": \"Stream Solutions\",\n                \"ParentRegistrationNumber\": null,\n                \"ParentInsuranceNumber\": null,\n                \"Ref\": 92745,\n                \"Name\": \"AG Barr\",\n                \"Address\": {\n                    \"Address1\": null,\n                    \"Address2\": null,\n                    \"Address3\": null,\n                    \"Town\": \"Glasgow\",\n                    \"County\": null,\n                    \"Country\": null,\n                    \"PostCode\": \"B13\"\n                },\n                \"AccountingCode\": null,\n                \"PaymentTerms\": null,\n                \"InvoiceCycle\": null,\n                \"CreditLimit\": null,\n                \"InvoiceFrequency\": null,\n                \"Source\": null\n            },\n            \"Contact\": {\n                \"MobileNumber\": null,\n                \"JobTitle\": null,\n                \"Ref\": 48212,\n                \"FirstName\": \"Antonia\",\n                \"LastName\": \"Friedrick\",\n                \"EmailAddress\": \"Antonia@dud.com\"\n            }\n        },\n        \"WebsiteID\": 1,\n        \"JobCode\": null,\n        \"ID\": 4804,\n        \"Ref\": \"91947-4804-4804\",\n        \"Type\": \"original-placement\",\n        \"StartDate\": \"2024-03-01\",\n        \"EndDate\": \"2024-03-22\",\n        \"StartTime\": \"15:00\",\n        \"EndTime\": \"23:00\",\n        \"Owner\": {\n            \"Ref\": 1,\n            \"FirstName\": \"System\",\n            \"LastName\": \"Administrator\",\n            \"EmailAddress\": null\n        },\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": null,\n            \"Ref\": 48212,\n            \"FirstName\": \"Antonia\",\n            \"LastName\": \"Friedrick\",\n            \"EmailAddress\": \"Antonia@dud.com\"\n        },\n        \"PayType\": \"paye\",\n        \"Pay\": {\n            \"AdditionalRates\": [],\n            \"RateType\": \"daily\",\n            \"RateName\": \"Pay\",\n            \"RateCode\": \"STD\",\n            \"PayRate\": 155.94,\n            \"ChargeRate\": 200,\n            \"MarkupOrMargin\": \"margin\",\n            \"MarkupOrMarginAmount\": 0,\n            \"MarkupOrMarginPercent\": 0,\n            \"WorkingTimeDirective\": 13.8,\n            \"NationalInsurance\": 12.7,\n            \"Pension\": 0\n        },\n        \"CustomFields\": [\n            {\n                \"DisplayName\": \"Custom Text Field 2\",\n                \"Name\": \"CustomTextField2\",\n                \"Value\": \"Test\"\n            },\n            {\n                \"DisplayName\": \"Custom Drop Down 4\",\n                \"Name\": \"CustomDropdown4\",\n                \"Value\": \"Option 3 for API testing\"\n            }\n        ],\n        \"Team\": null,\n        \"HoursPerDay\": 0,\n        \"NoDays\": 22,\n        \"Notes\": null,\n        \"CreatedDate\": \"2024-03-01T14:02:10.417Z\",\n        \"UpdatedDate\": \"2024-03-01T14:03:42.200Z\",\n        \"OfferDate\": \"2024-03-01T14:01:24.693Z\",\n        \"TerminationReason\": null,\n        \"TimesheetApprovers\": []\n    },\n    \"Extensions\": [\n        {\n            \"OriginalPlacementID\": 4804,\n            \"OriginalStartDate\": \"2024-03-01\",\n            \"OriginalEndDate\": \"2024-03-22\",\n            \"Sales\": {\n                \"TotalAmount\": 0,\n                \"SalesDate\": \"2024-03-01\",\n                \"Splits\": [\n                    {\n                        \"Amount\": 0,\n                        \"Percentage\": 100,\n                        \"Consultant\": {\n                            \"Ref\": 1,\n                            \"FirstName\": \"System\",\n                            \"LastName\": \"Administrator\",\n                            \"EmailAddress\": null\n                        }\n                    }\n                ]\n            },\n            \"Billing\": {\n                \"Company\": {\n                    \"ParentRef\": 92704,\n                    \"ParentName\": \"Stream Solutions\",\n                    \"ParentRegistrationNumber\": null,\n                    \"ParentInsuranceNumber\": null,\n                    \"Ref\": 92745,\n                    \"Name\": \"AG Barr\",\n                    \"Address\": {\n                        \"Address1\": null,\n                        \"Address2\": null,\n                        \"Address3\": null,\n                        \"Town\": \"Glasgow\",\n                        \"County\": null,\n                        \"Country\": null,\n                        \"PostCode\": \"B13\"\n                    },\n                    \"AccountingCode\": null,\n                    \"PaymentTerms\": null,\n                    \"InvoiceCycle\": null,\n                    \"CreditLimit\": null,\n                    \"InvoiceFrequency\": null,\n                    \"Source\": null\n                },\n                \"Contact\": {\n                    \"MobileNumber\": null,\n                    \"JobTitle\": null,\n                    \"Ref\": 48212,\n                    \"FirstName\": \"Antonia\",\n                    \"LastName\": \"Friedrick\",\n                    \"EmailAddress\": \"Antonia@dud.com\"\n                }\n            },\n            \"WebsiteID\": 1,\n            \"JobCode\": null,\n            \"ID\": 4805,\n            \"Ref\": \"91947-4804-4805\",\n            \"Type\": \"extension\",\n            \"StartDate\": \"2024-03-23\",\n            \"EndDate\": \"2024-04-07\",\n            \"StartTime\": \"15:00\",\n            \"EndTime\": \"23:00\",\n            \"Owner\": {\n                \"Ref\": 1,\n                \"FirstName\": \"System\",\n                \"LastName\": \"Administrator\",\n                \"EmailAddress\": null\n            },\n            \"Contact\": {\n                \"MobileNumber\": null,\n                \"JobTitle\": null,\n                \"Ref\": 48212,\n                \"FirstName\": \"Antonia\",\n                \"LastName\": \"Friedrick\",\n                \"EmailAddress\": \"Antonia@dud.com\"\n            },\n            \"PayType\": \"paye\",\n            \"Pay\": {\n                \"AdditionalRates\": [],\n                \"RateType\": \"daily\",\n                \"RateName\": \"Pay\",\n                \"RateCode\": \"STD\",\n                \"PayRate\": 155.94,\n                \"ChargeRate\": 200,\n                \"MarkupOrMargin\": \"margin\",\n                \"MarkupOrMarginAmount\": 0,\n                \"MarkupOrMarginPercent\": 0,\n                \"WorkingTimeDirective\": 13.8,\n                \"NationalInsurance\": 12.7,\n                \"Pension\": 0\n            },\n            \"CustomFields\": [\n                {\n                    \"DisplayName\": \"Custom Text Field 2\",\n                    \"Name\": \"CustomTextField2\",\n                    \"Value\": \"Test\"\n                },\n                {\n                    \"DisplayName\": \"Custom Drop Down 4\",\n                    \"Name\": \"CustomDropdown4\",\n                    \"Value\": \"Option 3 for API testing\"\n                }\n            ],\n            \"Team\": null,\n            \"HoursPerDay\": 0,\n            \"NoDays\": 16,\n            \"Notes\": null,\n            \"CreatedDate\": \"2024-03-01T14:04:06.607Z\",\n            \"UpdatedDate\": \"2024-03-01T14:04:06.607Z\",\n            \"OfferDate\": \"2024-03-01T14:04:06.607Z\",\n            \"TerminationReason\": null,\n            \"TimesheetApprovers\": []\n        }\n    ],\n    \"Termination\": {\n        \"OriginalPlacementID\": 4804,\n        \"OriginalStartDate\": \"2024-03-01\",\n        \"OriginalEndDate\": \"2024-03-22\",\n        \"Sales\": {\n            \"TotalAmount\": 0,\n            \"SalesDate\": \"2024-03-01\",\n            \"Splits\": [\n                {\n                    \"Amount\": 0,\n                    \"Percentage\": 100,\n                    \"Consultant\": {\n                        \"Ref\": 1,\n                        \"FirstName\": \"System\",\n                        \"LastName\": \"Administrator\",\n                        \"EmailAddress\": null\n                    }\n                }\n            ]\n        },\n        \"Billing\": {\n            \"Company\": {\n                \"ParentRef\": 92704,\n                \"ParentName\": \"Stream Solutions\",\n                \"ParentRegistrationNumber\": null,\n                \"ParentInsuranceNumber\": null,\n                \"Ref\": 92745,\n                \"Name\": \"AG Barr\",\n                \"Address\": {\n                    \"Address1\": null,\n                    \"Address2\": null,\n                    \"Address3\": null,\n                    \"Town\": \"Glasgow\",\n                    \"County\": null,\n                    \"Country\": null,\n                    \"PostCode\": \"B13\"\n                },\n                \"AccountingCode\": null,\n                \"PaymentTerms\": null,\n                \"InvoiceCycle\": null,\n                \"CreditLimit\": null,\n                \"InvoiceFrequency\": null,\n                \"Source\": null\n            },\n            \"Contact\": {\n                \"MobileNumber\": null,\n                \"JobTitle\": null,\n                \"Ref\": 48212,\n                \"FirstName\": \"Antonia\",\n                \"LastName\": \"Friedrick\",\n                \"EmailAddress\": \"Antonia@dud.com\"\n            }\n        },\n        \"WebsiteID\": 1,\n        \"JobCode\": null,\n        \"ID\": 4806,\n        \"Ref\": \"91947-4804-4806\",\n        \"Type\": \"termination\",\n        \"StartDate\": \"2024-03-31\",\n        \"EndDate\": \"2024-03-31\",\n        \"StartTime\": null,\n        \"EndTime\": null,\n        \"Owner\": {\n            \"Ref\": 1,\n            \"FirstName\": \"System\",\n            \"LastName\": \"Administrator\",\n            \"EmailAddress\": null\n        },\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": null,\n            \"Ref\": 48212,\n            \"FirstName\": \"Antonia\",\n            \"LastName\": \"Friedrick\",\n            \"EmailAddress\": \"Antonia@dud.com\"\n        },\n        \"PayType\": \"paye\",\n        \"Pay\": {\n            \"AdditionalRates\": [],\n            \"RateType\": \"daily\",\n            \"RateName\": \"Pay\",\n            \"RateCode\": \"STD\",\n            \"PayRate\": 155.94,\n            \"ChargeRate\": 200,\n            \"MarkupOrMargin\": \"margin\",\n            \"MarkupOrMarginAmount\": 0,\n            \"MarkupOrMarginPercent\": 0,\n            \"WorkingTimeDirective\": 13.8,\n            \"NationalInsurance\": 12.7,\n            \"Pension\": 0\n        },\n        \"CustomFields\": [\n            {\n                \"DisplayName\": \"Custom Text Field 2\",\n                \"Name\": \"CustomTextField2\",\n                \"Value\": \"Test\"\n            },\n            {\n                \"DisplayName\": \"Custom Drop Down 4\",\n                \"Name\": \"CustomDropdown4\",\n                \"Value\": \"Option 3 for API testing\"\n            }\n        ],\n        \"Team\": null,\n        \"HoursPerDay\": 0,\n        \"NoDays\": 0,\n        \"Notes\": null,\n        \"CreatedDate\": \"2024-03-01T14:04:28.983Z\",\n        \"UpdatedDate\": \"2024-03-01T14:04:28.983Z\",\n        \"OfferDate\": \"2024-03-01T14:04:28.967Z\",\n        \"TerminationReason\": \"Contract ended early\",\n        \"TimesheetApprovers\": []\n    },\n    \"Job\": {\n        \"Ref\": 91947,\n        \"Title\": \"Project Manager\",\n        \"Type\": \"Contract\",\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": null,\n            \"Ref\": 48212,\n            \"FirstName\": \"Antonia\",\n            \"LastName\": \"Friedrick\",\n            \"EmailAddress\": \"Antonia@dud.com\"\n        },\n        \"Source\": null,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"JobCode\": null\n    },\n    \"Candidate\": {\n        \"MobileNumber\": \"07111111111\",\n        \"Address\": {\n            \"Address1\": \"18-20 Eagle Street\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": \"Glasgow\",\n            \"County\": \"Glasgow City\",\n            \"Country\": null,\n            \"PostCode\": \"G4 9XA\"\n        },\n        \"JoinDate\": \"2009-10-12\",\n        \"JobTitle\": \"Project Manager\",\n        \"Gender\": null,\n        \"EmploymentType\": null,\n        \"DateOfBirth\": null,\n        \"Pay\": {\n            \"PaymentFrequency\": \"Weekly\",\n            \"EmploymentType\": \"Umbrella\",\n            \"EngagementType\": \"F - Umbrella\",\n            \"VATNumber\": \"242442\",\n            \"LtdName\": \"umbrella company 1\",\n            \"LtdEmail\": \"ted@bank.com\",\n            \"LtdAddress1\": \"Solasta House\",\n            \"LtdAddress2\": \"8 Inverness Campus\",\n            \"LtdTown\": \"Inverness\",\n            \"LtdPostcode\": \"IV2 5khh\",\n            \"LtdNumber\": \"35454545\",\n            \"BankName\": \"Lloyds\",\n            \"AccountName\": \"Bank 1\",\n            \"SortCode\": \"12012455\",\n            \"AccountNumber\": \"account number\",\n            \"NINNumber\": \"aj234124d\",\n            \"UTRNumber\": \"asdagvas32346\",\n            \"PayMethod\": \"Bank Transfer\",\n            \"PayrollID\": null\n        },\n        \"Details\": [\n            {\n                \"Name\": \"Compliance check required\",\n                \"DropDownValue\": \"Working Visa\",\n                \"TextValue\": null,\n                \"DateValue\": \"2024-03-23\",\n                \"Notes\": null\n            },\n            {\n                \"Name\": \"Right To Work\",\n                \"DropDownValue\": \"Enhanced CRB\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            },\n            {\n                \"Name\": \"Visa\",\n                \"DropDownValue\": \"HCPC Registration\",\n                \"TextValue\": \"6465\",\n                \"DateValue\": null,\n                \"Notes\": null\n            }\n        ],\n        \"Source\": \"Other2\",\n        \"Ref\": 48204,\n        \"FirstName\": \"Dalia\",\n        \"LastName\": \"Guerrant\",\n        \"EmailAddress\": \"Dalia@test.dud\"\n    }\n}"},{"id":"e84e7a38-f20e-4520-a2cb-a892c191258f","name":"Permanent Example","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostName}}{{placementPath}}/permanent/5814"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"3457"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Wed, 24 Jul 2024 08:49:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Company\": {\n        \"ParentRef\": 92823,\n        \"ParentName\": \"Actions Company Ltd\",\n        \"ParentRegistrationNumber\": \"LTD-123\",\n        \"ParentInsuranceNumber\": \"INS-123\",\n        \"Ref\": 92823,\n        \"Name\": \"Actions Company Ltd\",\n        \"Address\": {\n            \"Address1\": \"1 Actions St\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": \"Somewhereton\",\n            \"County\": \"Placesville\",\n            \"Country\": \"Scotland\",\n            \"PostCode\": \"AC1 0NS\"\n        },\n        \"AccountingCode\": \"ACC-123\",\n        \"PaymentTerms\": \"7 Days\",\n        \"InvoiceCycle\": \"Weekly\",\n        \"CreditLimit\": \"10000000.00\",\n        \"InvoiceFrequency\": \"Weekly\",\n        \"Source\": \"Sales Outreach\"\n    },\n    \"OriginalPlacement\": {\n        \"OriginalPlacementID\": 5814,\n        \"OriginalStartDate\": \"2024-08-01\",\n        \"OriginalEndDate\": null,\n        \"Sales\": {\n            \"TotalAmount\": 3500,\n            \"SalesDate\": \"2024-07-23\",\n            \"Splits\": [\n                {\n                    \"Amount\": 3500,\n                    \"Percentage\": 100,\n                    \"Consultant\": {\n                        \"Ref\": 48820,\n                        \"FirstName\": \"CRM Superuser\",\n                        \"LastName\": \"Role\",\n                        \"EmailAddress\": \"CRMsuperuser@template.dud\"\n                    }\n                }\n            ]\n        },\n        \"Billing\": {\n            \"Company\": null,\n            \"Contact\": null,\n            \"InvoiceDate\": \"2024-07-23\"\n        },\n        \"WebsiteID\": 1,\n        \"JobCode\": null,\n        \"ID\": 5814,\n        \"Ref\": \"92034-5814-5814\",\n        \"Type\": \"original-placement\",\n        \"StartDate\": \"2024-08-01\",\n        \"EndDate\": null,\n        \"StartTime\": null,\n        \"EndTime\": null,\n        \"Owner\": {\n            \"Ref\": 48820,\n            \"FirstName\": \"CRM Superuser\",\n            \"LastName\": \"Role\",\n            \"EmailAddress\": \"CRMsuperuser@template.dud\"\n        },\n        \"Contact\": {\n            \"MobileNumber\": \"0710101\",\n            \"JobTitle\": \"Owner\",\n            \"Ref\": 48865,\n            \"FirstName\": \"Will\",\n            \"LastName\": \"Power\",\n            \"EmailAddress\": \"willpower@testing.dud\"\n        },\n        \"PayType\": \"paye\",\n        \"Pay\": {\n            \"AdditionalRates\": null,\n            \"RateType\": \"annual\",\n            \"RateName\": \"Pay\",\n            \"RateCode\": null,\n            \"PayRate\": 35000,\n            \"ChargeRate\": 3500,\n            \"MarkupOrMargin\": \"markup\",\n            \"MarkupOrMarginAmount\": 0,\n            \"MarkupOrMarginPercent\": 10,\n            \"WorkingTimeDirective\": null,\n            \"NationalInsurance\": null,\n            \"Pension\": null\n        },\n        \"CustomFields\": [\n            {\n                \"DisplayName\": \"Custom Text Field 1 &*()\\\"£!@?*\",\n                \"Name\": \"CustomTextField1\",\n                \"Value\": null\n            }\n        ],\n        \"Team\": null,\n        \"HoursPerDay\": null,\n        \"NoDays\": null,\n        \"Notes\": null,\n        \"CreatedDate\": \"2024-07-23T09:11:26.317Z\",\n        \"UpdatedDate\": \"2024-07-23T09:12:53.737Z\",\n        \"OfferDate\": \"2024-07-23T09:11:18.457Z\",\n        \"TerminationReason\": null,\n        \"TimesheetApprovers\": null\n    },\n    \"Extensions\": [],\n    \"Termination\": null,\n    \"Job\": {\n        \"Ref\": 92034,\n        \"Title\": \"Perm WF Smoke Test 1\",\n        \"Type\": \"Permanent\",\n        \"Contact\": {\n            \"MobileNumber\": \"0710101\",\n            \"JobTitle\": \"Owner\",\n            \"Ref\": 48865,\n            \"FirstName\": \"Will\",\n            \"LastName\": \"Power\",\n            \"EmailAddress\": \"willpower@testing.dud\"\n        },\n        \"Source\": null,\n        \"CustomJobType\": null,\n        \"JobCode\": null\n    },\n    \"Candidate\": {\n        \"MobileNumber\": \"07595878736\",\n        \"Address\": {\n            \"Address1\": \"1 Address St\",\n            \"Address2\": \"2 Address\",\n            \"Address3\": \"3 Address\",\n            \"Town\": \"Townsville\",\n            \"County\": null,\n            \"Country\": \"Scotland\",\n            \"PostCode\": \"KA3 3HX\"\n        },\n        \"JoinDate\": \"2024-07-17\",\n        \"JobTitle\": null,\n        \"Gender\": \"M\",\n        \"EmploymentType\": null,\n        \"DateOfBirth\": \"2000-01-01\",\n        \"Pay\": {\n            \"PaymentFrequency\": null,\n            \"EmploymentType\": null,\n            \"EngagementType\": null,\n            \"VATNumber\": null,\n            \"LtdName\": null,\n            \"LtdEmail\": null,\n            \"LtdAddress1\": null,\n            \"LtdAddress2\": null,\n            \"LtdTown\": null,\n            \"LtdPostcode\": null,\n            \"LtdNumber\": null,\n            \"BankName\": null,\n            \"AccountName\": null,\n            \"SortCode\": null,\n            \"AccountNumber\": null,\n            \"NINNumber\": null,\n            \"UTRNumber\": null,\n            \"PayMethod\": null,\n            \"PayrollID\": null\n        },\n        \"Details\": [\n            {\n                \"Name\": \"CandidateAgency\",\n                \"DropDownValue\": \"Agency abc\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            },\n            {\n                \"Name\": \"Compliance check required\",\n                \"DropDownValue\": \"UK/EU Citizen2\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            },\n            {\n                \"Name\": \"Right To Work\",\n                \"DropDownValue\": \"UK/EU Citizen2\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            },\n            {\n                \"Name\": \"Visa\",\n                \"DropDownValue\": \"UK/EU Citizen2\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            }\n        ],\n        \"Source\": \"S1 Jobs\",\n        \"Ref\": 48898,\n        \"FirstName\": \"Ben\",\n        \"LastName\": \"Nevis\",\n        \"EmailAddress\": \"imreallytall@testing.dud\"\n    }\n}"}],"_postman_id":"19a03604-1a90-4b45-87dc-d98b03e79b47"},{"name":"Placement Part","event":[{"listen":"test","script":{"id":"fe385752-9c4c-4a95-abae-49392b6e4508","exec":["","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 1s\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript","packages":{}}}],"id":"ba69a840-b7d3-499a-8c98-b7b70ca32e28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{hostName}}{{placementPartPath}}/{JobType}/{ID}","description":"<p><strong>Required Scope:</strong> placementdetailsAPI-read</p>\n<p>This endpoint is used to retrieve details of an individual placement part, containing all supporting data, including details of the candidate, job, and any associated sales information.</p>\n<img src=\"https://content.pstmn.io/f5044483-3d57-4571-abcc-0ae8c2f151e0/aW1hZ2UucG5n\" width=\"661\" height=\"201\" />\n\n<p>This endpoint requires the name of the job type and a specific placement part ID to be supplied,<br />which can be obtained from the search results.</p>\n<h1 id=\"response-object\">Response Object</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Detail</td>\n<td>PlacementDetail</td>\n<td>The actual placement details for the placement part</td>\n</tr>\n<tr>\n<td>Job</td>\n<td>Job</td>\n<td>The job to which this placement part belongs</td>\n</tr>\n<tr>\n<td>Candidate</td>\n<td>Candidate</td>\n<td>The candidate who has been placed on this placement part</td>\n</tr>\n<tr>\n<td>Company</td>\n<td>Company</td>\n<td>The company to which the associated job belongs</td>\n</tr>\n<tr>\n<td>Billing</td>\n<td>Billing</td>\n<td>The billing information for the placement part</td>\n</tr>\n</tbody>\n</table>\n</div><p>Associated objects can be referenced in Placement Details.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["{JobType}","{ID}"],"host":["{{hostName}}{{placementPartPath}}"],"query":[],"variable":[]}},"response":[{"id":"e6d94439-85bc-423d-90eb-25ce71255282","name":"Successful Example","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostName}}{{placementPartPath}}/contract/4802"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"3863"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 01 Mar 2024 14:20:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Company\": {\n        \"ParentRef\": 92704,\n        \"ParentName\": \"Stream Solutions\",\n        \"ParentRegistrationNumber\": null,\n        \"ParentInsuranceNumber\": null,\n        \"Ref\": 92745,\n        \"Name\": \"AG Barr\",\n        \"Address\": {\n            \"Address1\": null,\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": \"Glasgow\",\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": \"B13\"\n        },\n        \"AccountingCode\": null,\n        \"PaymentTerms\": null,\n        \"InvoiceCycle\": null,\n        \"CreditLimit\": null,\n        \"InvoiceFrequency\": null,\n        \"Source\": null\n    },\n    \"Detail\": {\n        \"OriginalPlacementID\": 4802,\n        \"OriginalStartDate\": \"2023-03-20\",\n        \"OriginalEndDate\": \"2023-03-26\",\n        \"Sales\": {\n            \"TotalAmount\": 0,\n            \"SalesDate\": \"2023-03-13\",\n            \"Splits\": [\n                {\n                    \"Amount\": 0,\n                    \"Percentage\": 100,\n                    \"Consultant\": {\n                        \"Ref\": 1,\n                        \"FirstName\": \"System\",\n                        \"LastName\": \"Administrator\",\n                        \"EmailAddress\": null\n                    }\n                }\n            ]\n        },\n        \"Billing\": {\n            \"Company\": {\n                \"ParentRef\": 92704,\n                \"ParentName\": \"Stream Solutions\",\n                \"ParentRegistrationNumber\": null,\n                \"ParentInsuranceNumber\": null,\n                \"Ref\": 92745,\n                \"Name\": \"AG Barr\",\n                \"Address\": {\n                    \"Address1\": null,\n                    \"Address2\": null,\n                    \"Address3\": null,\n                    \"Town\": \"Glasgow\",\n                    \"County\": null,\n                    \"Country\": null,\n                    \"PostCode\": \"B13\"\n                },\n                \"AccountingCode\": null,\n                \"PaymentTerms\": null,\n                \"InvoiceCycle\": null,\n                \"CreditLimit\": null,\n                \"InvoiceFrequency\": null,\n                \"Source\": null\n            },\n            \"Contact\": {\n                \"MobileNumber\": null,\n                \"JobTitle\": null,\n                \"Ref\": 48212,\n                \"FirstName\": \"Antonia\",\n                \"LastName\": \"Friedrick\",\n                \"EmailAddress\": \"Antonia@dud.com\"\n            }\n        },\n        \"WebsiteID\": 1,\n        \"JobCode\": null,\n        \"ID\": 4802,\n        \"Ref\": \"91998-4802-4802\",\n        \"Type\": \"original-placement\",\n        \"StartDate\": \"2023-03-20\",\n        \"EndDate\": \"2023-03-26\",\n        \"StartTime\": \"00:00\",\n        \"EndTime\": \"00:00\",\n        \"Owner\": {\n            \"Ref\": 1,\n            \"FirstName\": \"System\",\n            \"LastName\": \"Administrator\",\n            \"EmailAddress\": null\n        },\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": null,\n            \"Ref\": 48212,\n            \"FirstName\": \"Antonia\",\n            \"LastName\": \"Friedrick\",\n            \"EmailAddress\": \"Antonia@dud.com\"\n        },\n        \"PayType\": \"ltd\",\n        \"Pay\": {\n            \"AdditionalRates\": [\n                {\n                    \"RateType\": \"hourly\",\n                    \"RateName\": \"Overtime\",\n                    \"RateCode\": \"OT\",\n                    \"PayRate\": 50,\n                    \"ChargeRate\": 50,\n                    \"MarkupOrMargin\": \"margin\",\n                    \"MarkupOrMarginAmount\": 0,\n                    \"MarkupOrMarginPercent\": 0,\n                    \"WorkingTimeDirective\": 13.8,\n                    \"NationalInsurance\": 12.7,\n                    \"Pension\": 0\n                }\n            ],\n            \"RateType\": \"hourly\",\n            \"RateName\": \"Pay\",\n            \"RateCode\": \"STD\",\n            \"PayRate\": 25,\n            \"ChargeRate\": 25,\n            \"MarkupOrMargin\": \"margin\",\n            \"MarkupOrMarginAmount\": 0,\n            \"MarkupOrMarginPercent\": 0,\n            \"WorkingTimeDirective\": 13.8,\n            \"NationalInsurance\": 12.7,\n            \"Pension\": 0\n        },\n        \"CustomFields\": [\n            {\n                \"DisplayName\": \"Custom Text Field 2\",\n                \"Name\": \"CustomTextField2\",\n                \"Value\": \"tes\"\n            },\n            {\n                \"DisplayName\": \"Custom Drop Down 4\",\n                \"Name\": \"CustomDropdown4\",\n                \"Value\": \"Option 3 for API testing\"\n            }\n        ],\n        \"Team\": null,\n        \"HoursPerDay\": 8,\n        \"NoDays\": 5,\n        \"Notes\": null,\n        \"CreatedDate\": \"2023-03-13T08:47:43.733Z\",\n        \"UpdatedDate\": \"2023-03-13T10:23:03.973Z\",\n        \"OfferDate\": \"2023-03-13T08:47:16.543Z\",\n        \"TerminationReason\": null,\n        \"TimesheetApprovers\": []\n    },\n    \"Job\": {\n        \"Ref\": 91998,\n        \"Title\": \"Indigo test 2\",\n        \"Type\": \"Contract\",\n        \"Contact\": {\n            \"MobileNumber\": null,\n            \"JobTitle\": null,\n            \"Ref\": 48212,\n            \"FirstName\": \"Antonia\",\n            \"LastName\": \"Friedrick\",\n            \"EmailAddress\": \"Antonia@dud.com\"\n        },\n        \"Source\": null,\n        \"CustomJobType\": \"Contractor Umbrella Company\",\n        \"JobCode\": null\n    },\n    \"Candidate\": {\n        \"MobileNumber\": \"07887 445098\",\n        \"Address\": {\n            \"Address1\": \"k;jkl;\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Town\": \"bilphli\",\n            \"County\": null,\n            \"Country\": null,\n            \"PostCode\": \"CF81 8QP\"\n        },\n        \"JoinDate\": \"2009-10-12\",\n        \"JobTitle\": \"test job\",\n        \"Gender\": null,\n        \"EmploymentType\": null,\n        \"DateOfBirth\": \"2011-07-20\",\n        \"Pay\": {\n            \"PaymentFrequency\": null,\n            \"EmploymentType\": null,\n            \"EngagementType\": null,\n            \"VATNumber\": null,\n            \"LtdName\": null,\n            \"LtdEmail\": null,\n            \"LtdAddress1\": null,\n            \"LtdAddress2\": null,\n            \"LtdTown\": null,\n            \"LtdPostcode\": null,\n            \"LtdNumber\": null,\n            \"BankName\": null,\n            \"AccountName\": null,\n            \"SortCode\": null,\n            \"AccountNumber\": null,\n            \"NINNumber\": null,\n            \"UTRNumber\": null,\n            \"PayMethod\": null,\n            \"PayrollID\": null\n        },\n        \"Details\": [\n            {\n                \"Name\": \"Compliance check required\",\n                \"DropDownValue\": \"UK/EU Citizen2\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            },\n            {\n                \"Name\": \"Visa\",\n                \"DropDownValue\": \"UK/EU Citizen2\",\n                \"TextValue\": null,\n                \"DateValue\": null,\n                \"Notes\": null\n            }\n        ],\n        \"Source\": \"Other2\",\n        \"Ref\": 48128,\n        \"FirstName\": \"Gabriele\",\n        \"LastName\": \"Ellerby\",\n        \"EmailAddress\": \"Gabriele@test.dud\"\n    }\n}"}],"_postman_id":"ba69a840-b7d3-499a-8c98-b7b70ca32e28"},{"name":"Get Team ID","id":"e54eb27d-809e-4346-aa3a-4c7dd041896b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{searchTeamIDPath}}","description":"<p>This endpoint is used to search for user teams within the Firefish system.</p>\n<img src=\"https://content.pstmn.io/43b716a8-dda2-4da7-a568-58296802d39e/aW1hZ2UucG5n\" width=\"670\" height=\"283\" />\n\n<p>This endpoint is current limited in its function and serves primarily to allow user team reference<br />numbers to be obtained for further filtering of the placement search</p>\n<p>This feature is currently part of a limited release and as such is not available on any of our public<br />scopes. For access to this endpoint, please get in touch with <a href=\"https://mailto:support@firefishsoftware.com\">support@firefishsoftware.com</a> who will<br />be able to direct your enquiry to the appropriate channel.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{searchTeamIDPath}}"],"query":[{"disabled":true,"description":{"content":"<p>The exact name of known user team within the Firefish system. Must be provided.</p>\n","type":"text/plain"},"key":"name","value":"string"}],"variable":[]}},"response":[],"_postman_id":"e54eb27d-809e-4346-aa3a-4c7dd041896b"}],"id":"dd7e12db-4cf1-457b-90f1-13b413a126ac","description":"<p>The Firefish Placement Details Application Programming Interface (API) is a JavaScript Object<br />Notation (JSON) API and it provides access to all placements and offers made within the Firefish<br />system. This includes the details of all offers, original placements, extensions, and terminations for<br />both permanent, and contract positions, along with any associated sales.</p>\n<p>It can be used to integrate this data into other platforms, such as timesheet, HR or accounting<br />systems for example.</p>\n<h1 id=\"available-permission-scopes\">Available Permission Scopes</h1>\n<ul>\n<li>placementdetailsAPI-read</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"23a555c7-bcb0-463f-8a84-c98d8a70fa79","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f89dac2-714b-4772-81a9-ad3594dd0b7c","type":"text/javascript","exec":[""]}}],"_postman_id":"dd7e12db-4cf1-457b-90f1-13b413a126ac","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Shift Bookings","item":[{"name":"Bookings Search","id":"69e5f5f2-1e81-4920-865f-698ec9938a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{bookings}}search","description":"<blockquote>\n<p>Note: The Shift Booking feature in Firefish and its associated endpoints are currently in Closed Beta and not currently available for general release. </p>\n</blockquote>\n<p><strong>Required Scope:</strong> placementdetailsAPI-read</p>\n<p>This endpoint returns a paginated list of <strong>shift bookings</strong> created in Firefish. Bookings represent candidate assignments to discrete shift occurrences and can be filtered by status, date range, company, user, or team.</p>\n<p>By default, the search will return <strong>all confirmed bookings</strong> created in the <strong>last 7 days</strong> up to the current date.</p>\n<p>All date values are returned as and must be supplied in <strong>ISO-8601 DateTime format</strong>, down to the <strong>millisecond</strong>, e.g. <code>2025-06-06T09:15:00.036Z</code>.</p>\n<h4 id=\"recurring-shifts\">Recurring Shifts</h4>\n<p>Users in Firefish can set a shift booking to recur over a set period. When this feature is used, all of the bookings in the API will return with a matching BookingID. To retrieve the details, each shift can be collected from the <code>GET</code> Booking Details endpoint using the <code>BookingID</code> and the <strong>Date</strong> component found in the <code>ShiftStart</code> value.</p>\n<h4 id=\"default-parameter-values\">Default Parameter Values</h4>\n<ul>\n<li><p><code>from-date</code>: <strong>7 days ago</strong></p>\n</li>\n<li><p><code>to-date</code>: <strong>now</strong></p>\n</li>\n<li><p><code>status</code>: <strong>confirmed</strong></p>\n</li>\n<li><p><code>use-updated-dates</code>: <strong>false</strong></p>\n</li>\n<li><p><code>page</code>: <strong>required</strong></p>\n</li>\n<li><p><code>page-size</code>: <strong>required (max 1000)</strong></p>\n</li>\n</ul>\n<p>✅ Use <code>use-updated-dates=true</code> to retrieve records modified within the given date range (rather than those created).</p>\n<p>⚠️ Bookings marked as <code>deleted</code> will only appear if <code>status=deleted</code> is explicitly passed.</p>\n<p>We recommend paginating and polling the endpoint every 15–30 minutes for best results when syncing into a third-party platform.</p>\n<h3 id=\"response-object\">Response Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BookingID</td>\n<td>string (from Guid)</td>\n<td>Unique identifier for the booking</td>\n</tr>\n<tr>\n<td>BookingStatus</td>\n<td>string</td>\n<td>Status of the booking (<code>confirmed</code> or <code>pending</code>)</td>\n</tr>\n<tr>\n<td>ShiftStart</td>\n<td>DateTime (ISO8601)</td>\n<td>ISO 8601 start date and time of the shift</td>\n</tr>\n<tr>\n<td>ShiftEnd</td>\n<td>DateTime (ISO8601)</td>\n<td>ISO 8601 end date and time of the shift</td>\n</tr>\n<tr>\n<td>CandidateRef</td>\n<td>int</td>\n<td>Unique reference number for the associated candidate</td>\n</tr>\n<tr>\n<td>CandidateName</td>\n<td>string</td>\n<td>Full name of the associated candidate (FirstName + LastName)</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>DateTime (ISO8601)</td>\n<td>ISO 8601 timestamp of booking creation</td>\n</tr>\n<tr>\n<td>UpdatedDate</td>\n<td>DateTime (ISO8601)</td>\n<td>ISO 8601 timestamp of last update to the booking</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>Name of the hiring company</td>\n</tr>\n<tr>\n<td>CompanyRef</td>\n<td>int</td>\n<td>Unique reference ID for the company</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"host":["{{hostName}}{{bookings}}search"],"query":[{"disabled":true,"description":{"content":"<p>Bookings created from the specified DateTime value.</p>\n<p>Defaults to \"Today minus 7 seven days\" when not specified</p>\n","type":"text/plain"},"key":"from-date","value":"DateTime"},{"disabled":true,"description":{"content":"<p>Bookings created up to the specified DateTime value.</p>\n<p>Defaults to \"today\" when not specified.</p>\n","type":"text/plain"},"key":"to-date","value":"DateTime"},{"disabled":true,"description":{"content":"<p>Use a Booking's Updated Dates instead of Created Date. Defaults to 'false' when not specified.</p>\n","type":"text/plain"},"key":"use-updated-dates","value":"boolean"},{"disabled":true,"description":{"content":"<p>Bookings with a shift start from the specified DateTime.</p>\n","type":"text/plain"},"key":"shift-start-from","value":"DateTime"},{"disabled":true,"description":{"content":"<p>Bookings with a shift start up to the specified DateTime.</p>\n","type":"text/plain"},"key":"shift-start-to","value":"DateTime"},{"disabled":true,"description":{"content":"<p>Bookings with the specified status. Defaults to 'confirmed' when not specified.</p>\n<p>Valid values: 'all', 'pending', 'confirmed', 'deleted'</p>\n","type":"text/plain"},"key":"status","value":"string"},{"disabled":true,"description":{"content":"<p>Bookings created on the specified website name.</p>\n","type":"text/plain"},"key":"website-name","value":"string"},{"disabled":true,"description":{"content":"<p>Bookings associated with the specified team.</p>\n","type":"text/plain"},"key":"team-ref","value":"int"},{"disabled":true,"description":{"content":"<p>Bookings where specified the user is the primary owner.</p>\n","type":"text/plain"},"key":"owneruser-ref","value":"int"},{"disabled":true,"description":{"content":"<p>Bookings associated with the specified hiring company.</p>\n","type":"text/plain"},"key":"company-ref","value":"int"},{"disabled":true,"description":{"content":"<p>Required for pagination. Specifies which page to return. Defaults to '1' when not specified.</p>\n","type":"text/plain"},"key":"page","value":"int"},{"disabled":true,"description":{"content":"<p>Required for pagintation. Specifies the number of results to return per page, max 1000. Defaults to '1000' when not supplied</p>\n","type":"text/plain"},"key":"page-size","value":"int"}],"variable":[]}},"response":[],"_postman_id":"69e5f5f2-1e81-4920-865f-698ec9938a20"},{"name":"Bookings Details","id":"61029c01-51f6-4829-be76-c97ca4d83228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostName}}{{bookings}}{ID}/{ShiftStartDate}","description":"<blockquote>\n<p>Note: The Shift Booking feature in Firefish and its associated endpoints are currently in Closed Beta and not currently available for general release. </p>\n</blockquote>\n<p><strong>Required Scope:</strong> placementdetailsAPI-read</p>\n<p>This endpoint returns <strong>full detail</strong> for a single <strong>Shift Booking</strong>, identified using its opaque <code>booking-id</code> value (a GUID) and optionally, a <code>ShiftStart</code> date value. This includes candidate, job, company, team, and user ownership data for the specific shift occurrence the candidate is booked into.</p>\n<p>All date and time values are returned in <strong>ISO-8601 DateTime format</strong>, accurate to the <strong>millisecond</strong>, e.g. <code>2025-06-06T09:00:00.000Z</code>.</p>\n<h4 id=\"standard-shifts\">Standard Shifts</h4>\n<p>You must provide the <strong>opaque</strong> <strong><code>booking-id</code></strong> value returned from the <code>/bookings/search</code> endpoint. The <code>booking-id</code> is <strong>not guessable</strong> and helps ensure data privacy.</p>\n<p>eg: /api/v1.1/bookings/d4279662-3783-4d9c-92b6-d63262efc4e8/</p>\n<h4 id=\"recurring-shifts\">Recurring Shifts</h4>\n<p>If multiple shifts were returned in GET Bookings Search with identical <code>booking-id</code>s, this signifies that it has been created as a recurring shift in Firefish. To return any shifts beyond the first date, You must provide the <strong>opaque</strong> <strong><code>booking-id</code></strong> and the <strong>Date</strong> component of the <strong><code>ShiftStart</code></strong> value returned from the <code>/bookings/search</code> endpoint.</p>\n<p>eg: /api/v1.1/bookings/d4279662-3783-4d9c-92b6-d63262efc4e8/<strong>2025-07-11</strong></p>\n<blockquote>\n<p>Bookings are distinct from placements and do <strong>not</strong> support extensions, terminations or timesheets. </p>\n</blockquote>\n<h2 id=\"response-objects\">Response Objects</h2>\n<h3 id=\"booking-details\">Booking Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Guid</td>\n<td>Unique identifier for the booking (opaque GUID)</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>Booking status (<code>confirmed</code> or <code>pending</code>)</td>\n</tr>\n<tr>\n<td>ShiftStart</td>\n<td>DateTime (ISO8601)</td>\n<td>Start datetime of the shift</td>\n</tr>\n<tr>\n<td>ShiftEnd</td>\n<td>DateTime (ISO8601)</td>\n<td>End datetime of the shift</td>\n</tr>\n<tr>\n<td>ShiftBreakInMinutes</td>\n<td>int</td>\n<td>Number of break minutes allocated within the shift</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>DateTime (ISO8601)</td>\n<td>Timestamp of when the booking was created</td>\n</tr>\n<tr>\n<td>UpdatedDate</td>\n<td>DateTime (ISO8601)</td>\n<td>Timestamp of the most recent update to the booking</td>\n</tr>\n<tr>\n<td>Job</td>\n<td>Job</td>\n<td>Embedded object with job title and reference details</td>\n</tr>\n<tr>\n<td>Candidate</td>\n<td>Candidate</td>\n<td>Embedded object with candidate reference and name</td>\n</tr>\n<tr>\n<td>Contact</td>\n<td>Contact</td>\n<td>Contact person associated with the job</td>\n</tr>\n<tr>\n<td>Company</td>\n<td>Company</td>\n<td>Company to which the job belongs</td>\n</tr>\n<tr>\n<td>TimesheetApprovers</td>\n<td>Approver[]</td>\n<td>Contact (and associated company) nominated to approve any subsequent timesheets for the booking</td>\n</tr>\n<tr>\n<td>Owner</td>\n<td>Consultant</td>\n<td>Firefish user who owns the job</td>\n</tr>\n<tr>\n<td>AdditionalOwners</td>\n<td>Consultant[]</td>\n<td>Additional Firefish users associated with the job</td>\n</tr>\n<tr>\n<td>WebsiteName</td>\n<td>string</td>\n<td>Name of the website where the shift is posted</td>\n</tr>\n<tr>\n<td>WebsiteID</td>\n<td>int</td>\n<td>Internal ID of the associated website</td>\n</tr>\n<tr>\n<td>TeamName</td>\n<td>string</td>\n<td>Name of the team managing the shift</td>\n</tr>\n<tr>\n<td>TeamRef</td>\n<td>int</td>\n<td>Unique reference ID for the team</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong> Associated Response Objects are returned as detailed in <a href=\"https://developer.firefishsoftware.com/#19a03604-1a90-4b45-87dc-d98b03e79b47\"><b>Placement Details</b></a></p>\n","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["{ShiftStartDate}"],"host":["{{hostName}}{{bookings}}{ID}"],"query":[],"variable":[]}},"response":[],"_postman_id":"61029c01-51f6-4829-be76-c97ca4d83228"},{"name":"Update Shift Booking","id":"c9afa8d9-42bc-428e-b551-5fa38c211f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{apiToken}}"},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"ShiftStart\": \"2026-03-10T09:00:00\",\n  \"ShiftEnd\": \"2026-03-10T17:00:00\",\n  \"ShiftBreakInMinutes\": 30\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{bookings}}/update/{BookingID}/{ShiftStartDate}","description":"<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Update Shift Booking</strong> endpoint allows integrators to update an existing <strong>confirmed</strong> Shift Booking occurrence in Firefish.</p>\n<p>This endpoint uses <strong>partial update</strong> behaviour. Only the fields supplied in the request body are updated; omitted fields remain unchanged. At least one of <code>ShiftStart</code>, <code>ShiftEnd</code> or <code>ShiftBreakInMinutes</code> must be supplied.</p>\n<p>All supplied date and time values must be provided in <strong>UTC ISO-8601 DateTime</strong> format. Milliseconds may be supplied, but are ignored.</p>\n<p>We recommend retrieving the booking first using <code>GET /api/v1.1/bookings/{bookingID}[/{ShiftStartDate}]</code> if your integration needs to preserve existing values client-side before applying a partial update.</p>\n<h4 id=\"standard-shifts\">Standard Shifts</h4>\n<p>Provide the opaque <code>BookingID</code> value returned from <code>GET /api/v1.1/bookings/search</code>.</p>\n<p>Example:</p>\n<p><code>PATCH /api/v1.1/bookings/update/d4279662-3783-4d9c-92b6-d63262efc4e8</code></p>\n<h4 id=\"recurring-shifts\">Recurring Shifts</h4>\n<p>If multiple results were returned from <code>GET /api/v1.1/bookings/search</code> with the same <code>BookingID</code>, the booking represents a recurring shift and you must also provide the <code>ShiftStartDate</code> path segment to identify the exact occurrence to update.</p>\n<p><code>ShiftStartDate</code> must be the <strong>Date</strong> component of the <code>ShiftStart</code> value returned by the search endpoint, in <code>YYYY-MM-DD</code> format.</p>\n<p>Example:</p>\n<p><code>PATCH /api/v1.1/bookings/update/d4279662-3783-4d9c-92b6-d63262efc4e8/2025-07-11</code></p>\n<blockquote>\n<p>Bookings are distinct from placements and do <strong>not</strong> support extensions, terminations or timesheets. </p>\n</blockquote>\n<hr />\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method:</strong> <code>PATCH</code></p>\n</li>\n<li><p><strong>URL:</strong> <code>/api/v1.1/bookings/update/{bookingID}[/{ShiftStartDate}]</code></p>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>bookingID</code></td>\n<td>string (GUID)</td>\n<td>Yes</td>\n<td>The opaque booking identifier returned from <code>GET /api/v1.1/bookings/search</code>.</td>\n</tr>\n<tr>\n<td><code>ShiftStartDate</code></td>\n<td>date (<code>YYYY-MM-DD</code>)</td>\n<td>Conditional</td>\n<td>Required only when multiple occurrences share the same <code>BookingID</code>. Must be the <strong>Date</strong> component of the <code>ShiftStart</code> value for the specific occurrence to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body\">Request Body</h3>\n<p>Validation is applied to the final stored shift after combining the supplied fields with the existing booking values.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ShiftStart</code></td>\n<td>DateTime (ISO8601 UTC)</td>\n<td>No</td>\n<td>New start date and time for the shift.</td>\n<td>Must be before the final <code>ShiftEnd</code>. Cannot be <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>ShiftEnd</code></td>\n<td>DateTime (ISO8601 UTC)</td>\n<td>No</td>\n<td>New end date and time for the shift.</td>\n<td>Must be after the final <code>ShiftStart</code>. Cannot be <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>ShiftBreakInMinutes</code></td>\n<td>int / null</td>\n<td>No</td>\n<td>New break duration in minutes.</td>\n<td>Supply <code>null</code> to clear the break and set the shift to <strong>no break</strong> (equivalent to <code>0</code>). The value must be less than the final shift duration in minutes.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"behaviour-notes\">Behaviour Notes</h2>\n<ul>\n<li><p>A successful update records a <strong>Confirmed on Shift - Updated</strong> action against the related records in Firefish.</p>\n</li>\n<li><p>The action source is the API profile used for the request.</p>\n</li>\n<li><p>Firefish performs the same downstream recalculation and cache-clearing behaviour as an update made through the main application.</p>\n</li>\n<li><p>Subsequent calls to the Bookings endpoints will return the updated shift values.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response\">Response</h2>\n<p>This endpoint returns <strong>no response body</strong> on success.</p>\n<h3 id=\"status-codes\">Status Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>204 No Content</code></td>\n<td>The booking occurrence was updated successfully.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>The request failed validation. This includes scenarios such as: no updatable fields supplied, the booking is not confirmed, <code>ShiftStartDate</code> was omitted for a recurring booking, <code>ShiftStart</code> is not before <code>ShiftEnd</code>, <code>ShiftBreakInMinutes</code> is not valid for the final shift duration, or the requested change would cause a compliance / overlap / rest-period breach.</td>\n</tr>\n<tr>\n<td><code>404 Not Found</code></td>\n<td>No matching booking occurrence could be found for the supplied <code>bookingID</code> and optional <code>ShiftStartDate</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["update","{BookingID}","{ShiftStartDate}"],"host":["{{hostName}}{{bookings}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9afa8d9-42bc-428e-b551-5fa38c211f25"},{"name":"Cancel Shift Booking","id":"8ed96918-2ab4-4515-a8cf-c8c6668d94a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"CancelledReason\": \"Sick\",\r\n  \"CancelledReasonNotes\": \"Candidates are absent without leave\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{bookings}}/cancel/{BookingID}/{ShiftStartDate}","description":"<blockquote>\n<p>Note: The Shift Booking feature in Firefish and its associated endpoints are currently in Closed Beta and not currently available for general release. </p>\n</blockquote>\n<p><strong>Required Scope:</strong> placementdetailsAPI-write</p>\n<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Cancel Shift Booking</strong> endpoint allows integrators to cancel an existing <strong>confirmed</strong> Shift Booking occurrence in Firefish.</p>\n<p>This endpoint is for <strong>cancellation only</strong>. To amend shift times or break duration, use <code>PATCH /api/v1.1/bookings/update/{bookingID}[/{ShiftStartDate}]</code> instead.</p>\n<p>The request must include a valid <code>CancelledReason</code>. Available cancellation reasons must be discovered dynamically from <code>GET /api/v1.1/properties/temp</code>. Integrations should <strong>not hardcode</strong> these values, as enabled properties, display labels and dropdown values can vary between Firefish customers.</p>\n<p>To retrieve the valid cancellation reasons, call <code>GET /api/v1.1/properties/temp</code> and locate the property where <code>SystemName = CancelledReason</code>. Submit one of the values returned in its <code>AllowedValues</code> array.</p>\n<h4 id=\"standard-shifts\">Standard Shifts</h4>\n<p>Provide the opaque <code>BookingID</code> value returned from <code>GET /api/v1.1/bookings/search</code>.</p>\n<p>Example:</p>\n<p><code>PUT /api/v1.1/bookings/cancel/d4279662-3783-4d9c-92b6-d63262efc4e8</code></p>\n<h4 id=\"recurring-shifts\">Recurring Shifts</h4>\n<p>If multiple results were returned from <code>GET /api/v1.1/bookings/search</code> with the same <code>BookingID</code>, the booking represents a recurring shift and you must also provide the <code>ShiftStartDate</code> path segment to identify the exact occurrence to cancel.</p>\n<p><code>ShiftStartDate</code> must be the <strong>Date</strong> component of the <code>ShiftStart</code> value returned by the search endpoint, in <code>YYYY-MM-DD</code> format.</p>\n<p>Example:</p>\n<p><code>PUT /api/v1.1/bookings/cancel/d4279662-3783-4d9c-92b6-d63262efc4e8/2025-07-11</code></p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method:</strong> <code>PUT</code></p>\n</li>\n<li><p><strong>URL:</strong> <code>/api/v1.1/bookings/cancel/{bookingID}[/{ShiftStartDate}]</code></p>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>bookingID</code></td>\n<td>string (GUID)</td>\n<td>Yes</td>\n<td>The opaque booking identifier returned from <code>GET /api/v1.1/bookings/search</code>.</td>\n</tr>\n<tr>\n<td><code>ShiftStartDate</code></td>\n<td>date (<code>YYYY-MM-DD</code>)</td>\n<td>Conditional</td>\n<td>Required only when multiple occurrences share the same <code>BookingID</code>. Must be the <strong>Date</strong> component of the <code>ShiftStart</code> value for the specific occurrence to cancel.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CancelledReason</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Reason for cancelling the confirmed shift booking.</td>\n<td>Must be a valid value discovered dynamically from <code>GET /api/v1.1/properties/temp</code>.</td>\n</tr>\n<tr>\n<td><code>CancelledReasonNotes</code></td>\n<td>string</td>\n<td>No</td>\n<td>Free-text note recorded alongside the cancellation.</td>\n<td>May only be supplied when <code>CancelledReason</code> is also supplied.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"behaviour-notes\">Behaviour Notes</h2>\n<ul>\n<li><p>A successful cancellation follows the established Firefish cancellation workflow for the specified booking occurrence.</p>\n</li>\n<li><p>A <strong>Shift Cancelled -</strong> action is recorded in Firefish using the supplied cancellation reason and note.</p>\n</li>\n<li><p>The action source is the API profile used for the request.</p>\n</li>\n<li><p>Relevant shift caches are cleared as part of the cancellation workflow.</p>\n</li>\n<li><p>If a recurring booking is targeted, only the specified occurrence is cancelled.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response\">Response</h2>\n<p>This endpoint returns <strong>no response body</strong> on success.</p>\n<h3 id=\"status-codes\">Status Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>204 No Content</code></td>\n<td>The booking occurrence was cancelled successfully.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>The request failed validation. This includes scenarios such as: the booking is not confirmed, <code>CancelledReason</code> was missing or invalid, <code>CancelledReasonNotes</code> was supplied without <code>CancelledReason</code>, or <code>ShiftStartDate</code> was omitted for a recurring booking.</td>\n</tr>\n<tr>\n<td><code>404 Not Found</code></td>\n<td>No matching booking occurrence could be found for the supplied <code>bookingID</code> and optional <code>ShiftStartDate</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}},"urlObject":{"path":["cancel","{BookingID}","{ShiftStartDate}"],"host":["{{hostName}}{{bookings}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ed96918-2ab4-4515-a8cf-c8c6668d94a7"}],"id":"cb6f0032-1fde-4849-8a21-9a5239fda041","description":"<blockquote>\n<p>Note: The Shift Booking feature in Firefish and its associated endpoints are currently in Closed Beta and not currently available for general release. </p>\n</blockquote>\n<p>The <strong>Shift Bookings</strong> endpoints expose candidate assignments to individual shift occurrences for jobs managed within Firefish. These bookings operate separately from traditional placements and are purpose-built for the new Shift Job Workflow feature available as an optional add-on in Firefish.</p>\n<p>This workflow is typically used for <strong>fast-moving, high volume work placements</strong> (e.g. healthcare, events, logistics). Use these endpoints to retrieve booking data for payroll, workforce management, or time tracking integrations.</p>\n<p>All date values are expressed in <strong>ISO 8601 format with milliseconds</strong>, and responses are <strong>read-only</strong>.</p>\n<h3 id=\"permission-scope-required\">Permission Scope Required:</h3>\n<ul>\n<li><code>placementDetailsAPI-Read</code></li>\n</ul>\n","_postman_id":"cb6f0032-1fde-4849-8a21-9a5239fda041","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Timesheets","item":[{"name":"Timesheet Search","id":"f791e29b-a455-4284-b5bc-bc0f5e35dcae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{apiToken}}"},"isInherited":false},"method":"GET","header":[],"url":"{{hostName}}{{Timesheets}}Search","description":"<p><strong>Required Scope:</strong> placementdetailsAPI-read</p>\n<p>This endpoint is used to search for Timesheet Entries recorded within the Firefish system.</p>\n<p>Timesheets are saved in Firefish against the Original Placements and Extensions that make up Contract Placements in Firefish.</p>\n<p>PlacementPartIDs can be found by referencing the field <code>\"ID\"</code> in the <code>PlacementSearchResult</code> objects when the <code>\"JobType\"</code> = \"Contract\" and the <code>\"Type\"</code> = \"Original Placement\" or \"Extension\".</p>\n<p>Timesheet Periods are by default either \"Monday-Friday\" or \"Monday-Sunday\", depending on the \"IncludeWeekends\" setting found on the Associated Placement Part.</p>\n<p>If a Placement Part starts or ends midweek, the Timesheet Period associated with that week will instead start and/or end on the same days.</p>\n<p>By default, when no query parameters are provided, the search will return all timesheets saved in Firefish for the current weekly period.</p>\n<img src=\"https://content.pstmn.io/86c30010-0a48-4edd-894c-d61d9445eed9/aW1hZ2UucG5n\" width=\"486\" height=\"507\" />\n\n<h1 id=\"response-objects\">Response Objects</h1>\n<h2 id=\"timesheet-search-results\">Timesheet Search Results</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PlacementPartID</td>\n<td>int</td>\n<td>The Placement Part ID associated with the Timesheet</td>\n</tr>\n<tr>\n<td>TimesheetRef</td>\n<td>int</td>\n<td>The Timesheet Reference associated with the linked Entries</td>\n</tr>\n<tr>\n<td>PeriodFrom</td>\n<td>date</td>\n<td>The starting date for the Timesheet Period (inclusive). Is always either a Monday, or the Start Date of the linked Placement Part.</td>\n</tr>\n<tr>\n<td>PeriodTo</td>\n<td>date</td>\n<td>The ending date for the Timeshet Period (inclusive). Is always a Sunday, or the End Date of the linked Placement Part.</td>\n</tr>\n<tr>\n<td>TimesheetStatus</td>\n<td>string</td>\n<td>The current status of the timesheet in Firefish. Available values:  <br /><code>\"Incomplete\"</code>,  <br /><code>\"Complete\"</code>,  <br /><code>\"Submitted\"</code></td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>datetime</td>\n<td>When the Timesheet, or any of the linked Timesheet Entries were last updated</td>\n</tr>\n<tr>\n<td>UpdatedBy</td>\n<td>string</td>\n<td>The full name of the user who last updated the timesheet or any of the linked Timesheet Entries.  <br /><em><strong>Note:</strong></em> <em>Timesheets updated via the API are recorded as \"Sysadmin\"</em></td>\n</tr>\n<tr>\n<td>UpdatedUserRef</td>\n<td>int</td>\n<td>The full name of the user who last updated the timesheet or any of the linked Timesheet Entries.  <br /><em><strong>Note:</strong></em> <em>Timesheets updated via the API are recorded by the Sysadmin user, with a ref of \"1\"</em></td>\n</tr>\n<tr>\n<td>Entries</td>\n<td>TimesheetEntries Array</td>\n<td>Details on the individual dates worked between the PeriodFrom and PeriodTo</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"timesheet-entries\">Timesheet Entries</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EntryDate</td>\n<td>date</td>\n<td>The recorded working date</td>\n</tr>\n<tr>\n<td>Units</td>\n<td>decimal</td>\n<td>The number of units recorded as having been worked on the entry date</td>\n</tr>\n<tr>\n<td>RateType</td>\n<td>string</td>\n<td>The description of the units being worked. Available values:  <br /><code>\"Hourly\"</code>  <br /><code>\"Daily\"</code></td>\n</tr>\n<tr>\n<td>RateCode</td>\n<td>string</td>\n<td>The RateCode in Firefish associated with the units worked.  <br />  <br />Default rate is <code>\"STD\"</code>, which describes the \"Standard Rate\" or basic pay. Pay/Charge rate values are available by referencing the linked Placement Part  <br />  <br />Additional RateCodes may be available by referencing the linked Placement Part</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{hostName}}{{Timesheets}}Search"],"query":[{"disabled":true,"description":{"content":"<p>Returns all Timesheets associated to the specified Placement Part ID. Defaults to \"All\" if not provided.</p>\n","type":"text/plain"},"key":"placement-part-id","value":"int"},{"disabled":true,"description":{"content":"<p>The \"Period Beginning\" date the timesheet week must start on or after. Defaults to \"The most recent Monday\" if not provided.</p>\n","type":"text/plain"},"key":"period-from","value":"date"},{"disabled":true,"description":{"content":"<p>The \"Period Ending\" date the timesheet week must finish on or before. Defaults to \"The next available Sunday\" if not provided.</p>\n","type":"text/plain"},"key":"period-to","value":"date"},{"disabled":true,"description":{"content":"<p>The status the timesheet is set to in Firefish. Defaults to \"All\" if not provided.</p>\n","type":"text/plain"},"key":"timesheet-status","value":"string"}],"variable":[]}},"response":[{"id":"89abfed7-559f-438c-89f9-0ec1e7667a37","name":"Successful Timesheet Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{hostName}}{{Timesheets}}Search","protocol":"https","host":["{{hostName}}{{Timesheets}}Search"],"query":[{"key":"placement-part-id","value":"int","description":"Returns all Timesheets associated to the specified Placement Part ID. Defaults to \"All Placement Parts\" if not provided.","disabled":true},{"key":"period-from","value":"date","description":"The \"Period Beginning\" date the timesheet week must start on or after. Defaults to \"The most recent Monday\" if not provided.","disabled":true},{"key":"period-to","value":"date","description":"The \"Period Ending\" date the timesheet week must finish on or before. Defaults to \"The next available Sunday\" if not provided.","disabled":true},{"key":"timesheet-status","value":"string","description":"The status the timesheet is set to in Firefish. Defaults to \"All\" if not provided.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1761"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Wed, 10 Jul 2024 14:58:39 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PlacementPartID\": 4818,\n        \"TimesheetRef\": 89,\n        \"PeriodFrom\": \"2024-07-08\",\n        \"PeriodTo\": \"2024-07-14\",\n        \"TimesheetStatus\": \"Incomplete\",\n        \"Updated\": \"2024-07-09T14:04:17.610Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"UpdatedUserRef\": 48787,\n        \"Entries\": [\n            {\n                \"EntryDate\": \"2024-07-08\",\n                \"Units\": 6,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-09\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-09\",\n                \"Units\": 4,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"OVRD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-10\",\n                \"Units\": 0,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-11\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-12\",\n                \"Units\": 0,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-13\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-13\",\n                \"Units\": 1,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"WKD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-14\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-14\",\n                \"Units\": 1,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"WKD\"\n            }\n        ]\n    },\n    {\n        \"PlacementPartID\": 4825,\n        \"TimesheetRef\": 91,\n        \"PeriodFrom\": \"2024-07-08\",\n        \"PeriodTo\": \"2024-07-14\",\n        \"TimesheetStatus\": \"Incomplete\",\n        \"Updated\": \"2024-07-09T14:01:07.667Z\",\n        \"UpdatedBy\": \"Superuser Role\",\n        \"UpdatedUserRef\": 48787,\n        \"Entries\": [\n            {\n                \"EntryDate\": \"2024-07-08\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-09\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-10\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-11\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-12\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-13\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            },\n            {\n                \"EntryDate\": \"2024-07-14\",\n                \"Units\": 8,\n                \"RateType\": \"Hourly\",\n                \"RateCode\": \"STD\"\n            }\n        ]\n    }\n]"}],"_postman_id":"f791e29b-a455-4284-b5bc-bc0f5e35dcae"},{"name":"Timesheet","id":"041cb2c6-436e-48de-a635-be4dbbe4cda3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{apiToken}}"},"isInherited":false},"method":"GET","header":[],"url":"{{hostName}}{{Timesheets}}{TimesheetRef}","description":"<p><strong>Required Scope:</strong> placementdetailsAPI-read</p>\n<p>This Endpoints returns information on the specified Timesheet Ref, which includes the Timesheet Details and all Associated Entries.</p>\n<p>This endpoint requires the Timesheet Ref to be supplied, which can be obtained from the Timesheet Search Results.</p>\n<img src=\"https://content.pstmn.io/e02b7cdd-72c8-4dbd-8b62-8459d8fb7171/aW1hZ2UucG5n\" width=\"457\" height=\"317\" />\n\n<h1 id=\"response-objects\">Response Objects</h1>\n<h2 id=\"timesheet-details\">Timesheet Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PlacementPartID</td>\n<td>int</td>\n<td>The Placement Part ID associated with the Timesheet</td>\n</tr>\n<tr>\n<td>TimesheetRef</td>\n<td>int</td>\n<td>The Timesheet Reference associated with the linked Entries</td>\n</tr>\n<tr>\n<td>PeriodFrom</td>\n<td>date</td>\n<td>The starting date for the Timesheet Period (inclusive). Is always either a Monday, or the Start Date of the linked Placement Part.</td>\n</tr>\n<tr>\n<td>PeriodTo</td>\n<td>date</td>\n<td>The ending date for the Timeshet Period (inclusive). Is always a Sunday, or the End Date of the linked Placement Part.</td>\n</tr>\n<tr>\n<td>TimesheetStatus</td>\n<td>string</td>\n<td>The current status of the timesheet in Firefish. Available values:  <br /><code>\"Incomplete\"</code>,  <br /><code>\"Complete\"</code>,  <br /><code>\"Submitted\"</code></td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>datetime</td>\n<td>When the Timesheet, or any of the linked Timesheet Entries were last updated</td>\n</tr>\n<tr>\n<td>UpdatedBy</td>\n<td>string</td>\n<td>The full name of the user who last updated the timesheet or any of the linked Timesheet Entries.  <br /><em><strong>Note:</strong></em> <em>Timesheets updated via the API are recorded as \"Sysadmin\"</em></td>\n</tr>\n<tr>\n<td>UpdatedUserRef</td>\n<td>int</td>\n<td>The full name of the user who last updated the timesheet or any of the linked Timesheet Entries.  <br /><em><strong>Note:</strong></em> <em>Timesheets updated via the API are recorded by the Sysadmin user, with a ref of \"1\"</em></td>\n</tr>\n<tr>\n<td>Entries</td>\n<td>TimesheetEntries Array</td>\n<td>Details on the individual dates worked between the PeriodFrom and PeriodTo</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"timesheet-entries\">Timesheet Entries</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EntryDate</td>\n<td>date</td>\n<td>The recorded working date</td>\n</tr>\n<tr>\n<td>Units</td>\n<td>decimal</td>\n<td>The number of units recorded as having been worked on the entry date</td>\n</tr>\n<tr>\n<td>RateType</td>\n<td>string</td>\n<td>The description of the units being worked. Available values:  <br /><code>\"Hourly\"</code>  <br /><code>\"Daily\"</code></td>\n</tr>\n<tr>\n<td>RateCode</td>\n<td>string</td>\n<td>The RateCode in Firefish associated with the units worked.  <br />  <br />Default rate is <code>\"STD\"</code>, which describes the \"Standard Rate\" or basic pay. Pay/Charge rate values are available by referencing the linked Placement Part  <br />  <br />Additional RateCodes may be available by referencing the linked Placement Part</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{hostName}}{{Timesheets}}{TimesheetRef}"],"query":[],"variable":[]}},"response":[{"id":"73ef0357-625b-43cc-b8bc-32187b6edd45","name":"Successful GET Timesheet","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{Timesheets}}/69"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"995"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Wed, 10 Jul 2024 14:59:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"PlacementPartID\": 4818,\n    \"TimesheetRef\": 69,\n    \"PeriodFrom\": \"2024-07-01\",\n    \"PeriodTo\": \"2024-07-07\",\n    \"TimesheetStatus\": \"Complete\",\n    \"Updated\": \"2024-07-09T12:31:57.260Z\",\n    \"UpdatedBy\": \"System Administrator\",\n    \"UpdatedUserRef\": 1,\n    \"Entries\": [\n        {\n            \"EntryDate\": \"2024-07-01\",\n            \"Units\": 6,\n            \"RateType\": \"Hourly\",\n            \"RateCode\": \"STD\"\n        },\n        {\n            \"EntryDate\": \"2024-07-02\",\n            \"Units\": 8,\n            \"RateType\": \"Hourly\",\n            \"RateCode\": \"STD\"\n        },\n        {\n            \"EntryDate\": \"2024-07-02\",\n            \"Units\": 4,\n            \"RateType\": \"Hourly\",\n            \"RateCode\": \"OVRD\"\n        },\n        {\n            \"EntryDate\": \"2024-07-03\",\n            \"Units\": 0,\n            \"RateType\": \"Hourly\",\n            \"RateCode\": \"STD\"\n        },\n        {\n            \"EntryDate\": \"2024-07-04\",\n            \"Units\": 8,\n            \"RateType\": \"Hourly\",\n            \"RateCode\": \"STD\"\n        },\n        {\n            \"EntryDate\": \"2024-07-05\",\n            \"Units\": 0,\n            \"RateType\": \"Hourly\",\n            \"RateCode\": \"STD\"\n        },\n        {\n            \"EntryDate\": \"2024-07-06\",\n            \"Units\": 8,\n            \"RateType\": \"Hourly\",\n            \"RateCode\": \"STD\"\n        },\n        {\n            \"EntryDate\": \"2024-07-06\",\n            \"Units\": 1,\n            \"RateType\": \"Hourly\",\n            \"RateCode\": \"WKD\"\n        },\n        {\n            \"EntryDate\": \"2024-07-07\",\n            \"Units\": 8,\n            \"RateType\": \"Hourly\",\n            \"RateCode\": \"STD\"\n        },\n        {\n            \"EntryDate\": \"2024-07-07\",\n            \"Units\": 1,\n            \"RateType\": \"Hourly\",\n            \"RateCode\": \"WKD\"\n        }\n    ]\n}"}],"_postman_id":"041cb2c6-436e-48de-a635-be4dbbe4cda3"},{"name":"Create/Update Timesheet","id":"cfd36ac9-7b8e-4549-81f4-651a6ef28560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{apiToken}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TimesheetRef\":90,\r\n    \"PeriodFrom\":\"2024-07-01\",\r\n    \"PeriodTo\":\"2024-07-07\",\r\n    \"Entries\":[\r\n        {\r\n            \"EntryDate\":\"2024-07-01\",\r\n            \"Units\": 8,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-02\",\r\n            \"Units\": 6,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-03\",\r\n            \"Units\": 0,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-04\",\r\n            \"Units\": 6,\r\n            \"RateType\":\"hourly\"\r\n            //\"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-04\",\r\n            \"Units\": 4,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"ovrd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-06\",\r\n            \"Units\": 1,\r\n            \"RateType\":\"daily\",\r\n            \"RateCode\":\"wkd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-07\",\r\n            \"Units\": 1,\r\n            \"RateType\":\"daily\",\r\n            \"RateCode\":\"wkd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-07\",\r\n            \"Units\": 4,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"ovrd\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostName}}{{Timesheets}}{PlacementPartID}","description":"<p><strong>Required Scope:</strong> placementdetailsAPI-write</p>\n<p>This endpoint is used to create and/or update Timesheets in Firefish against the specified Placement Part.</p>\n<p>Timesheets created or updated by the Public API will always be assumed to be final and complete submissions, and as such any with the Timesheet Status \"Incomplete\" will be updated to \"Complete\" automatically.</p>\n<p>PlacementPartIDs can be found by referencing the field <code>\"ID\"</code> in the <code>PlacementSearchResult</code> objects when the <code>\"JobType\"</code> = \"Contract\" and the <code>\"Type\"</code> = \"Original Placement\" or \"Extension\".</p>\n<p>Timesheets must either be created via the API or saved as an entry in Firefish by the user before they can be discovered using Timesheet Search.</p>\n<p>Updating a Timesheet will replace all current TimesheetEntries for the specified timesheet with the new values.</p>\n<p>Timesheet Periods are by default either \"Monday-Friday\" or \"Monday-Sunday\", depending on the \"IncludeWeekends\" setting found on the Associated Placement Part.</p>\n<p>If a Placement Part starts or ends midweek, the Timesheet Period associated with that week will instead start and/or end on the same days.</p>\n<p>To create or update a timesheet, a minimum of 1 entry date with a minimum of 0 units must be provided. Any other Entry Dates for the specified period not provided in the same request will be recorded as 0 units by default.</p>\n<p>Each Entry Date may be submitted multiple times if a different Rate Code is used each time, which allows for the submission of any Overtime. Available Rate Codes can be found in the <code>\"Pay\"</code> and <code>\"AdditionalRates\"</code> element in the associated Placement Part.</p>\n<p>To determine first whether a Timesheet needs to be created or updated, search for a matching entry using the associated PlacementPartID, PeriodFrom and PeriodTo params. If a Contract Placement has been terminated early, and the field <code>\"TerminationWorkedEndDate\" = false</code>, units should not be submitted for the end date on the contract placement as they will be rejected.</p>\n<img src=\"https://content.pstmn.io/3958a5ea-0b13-4dc7-9caf-3eeff349d9ec/aW1hZ2UucG5n\" width=\"464\" height=\"468\" />\n\n<h1 id=\"request-objects\">Request Objects</h1>\n<h2 id=\"timesheet-post\">Timesheet Post</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TimesheetRef</td>\n<td>int</td>\n<td>no</td>\n<td>The TimesheetRef associated with the timesheet</td>\n<td>Providing this value <strong>updates</strong> the specified timesheet with new values.  <br />  <br />Not providing this value <strong>creates</strong> a new timesheet for the specified period</td>\n</tr>\n<tr>\n<td>PeriodFrom</td>\n<td>date</td>\n<td>yes</td>\n<td>The starting date for the timesheet period (inclusive)</td>\n<td>Must always be a Monday, or the <code>\"StartDate\"</code> of the associated placement part</td>\n</tr>\n<tr>\n<td>PeriodTo</td>\n<td>date</td>\n<td>yes</td>\n<td>The final date for the timesheet period (inclusive)</td>\n<td>Must always be a Friday, or a Sunday if <code>\"IncludeWeekends\"</code> is enabled, or the <code>\"EndDate\"</code> of on the associated placement part.</td>\n</tr>\n<tr>\n<td>Entries</td>\n<td>TimesheetEntries Array</td>\n<td>yes</td>\n<td>Details on the individual dates worked between the PeriodFrom and PeriodTo</td>\n<td>Minimum 1 Entry required</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"timesheet-entries\">Timesheet Entries</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EntryDate</td>\n<td>date</td>\n<td>yes</td>\n<td>The recorded working Date</td>\n<td></td>\n</tr>\n<tr>\n<td>Units</td>\n<td>decimal</td>\n<td>yes</td>\n<td>The number of units recorded as having been worked on the entry date</td>\n<td>Minimum of 0.  <br />  <br />Accepted decimal values are 0, .25, .5, .75 &amp; 1 to a maximum of 24 when RateType is <code>\"Hourly\"</code>  <br />  <br />Accepted decimal values are 0, 0.5 &amp; 1 to a maximum of 1 when RateType is <code>\"Daily\"</code></td>\n</tr>\n<tr>\n<td>RateType</td>\n<td>string</td>\n<td>yes</td>\n<td>The description of the units being worked</td>\n<td>Available values:  <br /><code>\"Hourly\"</code>  <br /><code>\"Daily\"</code></td>\n</tr>\n<tr>\n<td>RateCode</td>\n<td>string</td>\n<td>no</td>\n<td>The RateCode in Firefish associated with the units worked.</td>\n<td>Defaults to <code>\"STD\"</code> when not provided, which describes the \"Standard Rate\" or basic pay.  <br />  <br />Additional RateCodes may be available by referencing the linked Placement Part</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{hostName}}{{Timesheets}}{PlacementPartID}"],"query":[],"variable":[]}},"response":[{"id":"c27fe3f4-ea43-4fbd-b10d-64059c889103","name":"Successful Update Timesheet","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TimesheetRef\":90,\r\n    \"PeriodFrom\":\"2024-07-01\",\r\n    \"PeriodTo\":\"2024-07-07\",\r\n    \"Entries\":[\r\n        {\r\n            \"EntryDate\":\"2024-07-01\",\r\n            \"Units\": 8,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-02\",\r\n            \"Units\": 6,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-03\",\r\n            \"Units\": 0,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-04\",\r\n            \"Units\": 6,\r\n            \"RateType\":\"hourly\"\r\n            //\"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-04\",\r\n            \"Units\": 4,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"ovrd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-06\",\r\n            \"Units\": 1,\r\n            \"RateType\":\"daily\",\r\n            \"RateCode\":\"wkd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-07\",\r\n            \"Units\": 1,\r\n            \"RateType\":\"daily\",\r\n            \"RateCode\":\"wkd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-07\",\r\n            \"Units\": 4,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"ovrd\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{Timesheets}}/4825"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Wed, 10 Jul 2024 15:00:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ref\": 90\n}"},{"id":"79728035-a279-4d36-902c-f69ebd3465ce","name":"Successful Create Timesheet","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"PeriodFrom\":\"2024-07-01\",\r\n    \"PeriodTo\":\"2024-07-07\",\r\n    \"Entries\":[\r\n        {\r\n            \"EntryDate\":\"2024-07-01\",\r\n            \"Units\": 8,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-02\",\r\n            \"Units\": 6,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-03\",\r\n            \"Units\": 0,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-04\",\r\n            \"Units\": 6,\r\n            \"RateType\":\"hourly\"\r\n            //\"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-04\",\r\n            \"Units\": 4,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"ovrd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-06\",\r\n            \"Units\": 1,\r\n            \"RateType\":\"daily\",\r\n            \"RateCode\":\"wkd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-07\",\r\n            \"Units\": 1,\r\n            \"RateType\":\"daily\",\r\n            \"RateCode\":\"wkd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-07\",\r\n            \"Units\": 4,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"ovrd\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{Timesheets}}/4831"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"11"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Wed, 10 Jul 2024 15:03:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ref\": 145\n}"},{"id":"3ac8c560-6869-4f36-ba2f-8773f95399e9","name":"Bad Request example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"PeriodFrom\":\"2024-07-01\",\r\n    \"PeriodTo\":\"2024-07-07\",\r\n    \"Entries\":[\r\n        {\r\n            \"EntryDate\":\"2024-07-01\",\r\n            \"Units\": 8,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-02\",\r\n            \"Units\": 6,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-03\",\r\n            \"Units\": 0,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-04\",\r\n            \"Units\": 6,\r\n            \"RateType\":\"hourly\"\r\n            //\"RateCode\":\"std\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-04\",\r\n            \"Units\": 4,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"ovrd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-06\",\r\n            \"Units\": 1,\r\n            \"RateType\":\"daily\",\r\n            \"RateCode\":\"wkd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-07\",\r\n            \"Units\": 1,\r\n            \"RateType\":\"daily\",\r\n            \"RateCode\":\"wkd\"\r\n        },\r\n        {\r\n            \"EntryDate\":\"2024-07-07\",\r\n            \"Units\": 4,\r\n            \"RateType\":\"hourly\",\r\n            \"RateCode\":\"ovrd\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostName}}{{Timesheets}}/4831"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"102"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Wed, 10 Jul 2024 15:04:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"A Timesheet already exists for the PeriodFrom. Please enter the Timesheet Ref to update.\"\n}"}],"_postman_id":"cfd36ac9-7b8e-4549-81f4-651a6ef28560"}],"id":"d6b666d2-a60a-4ea4-b332-c0c8c5f7abdb","description":"<p>The Timesheet Endpoint Package is an extension of our existing Placement API, and gives third parties the ability to retrieve, create and update timesheets in Firefish.</p>\n<p>Timesheets form part of the Firefish Time Capture feature, which is an optional extension that the user must have enabled in the Firefish main system.</p>\n<p>Timesheets are available to all Contract Placements, and are linked to the individual placement part (either the original placement, or extensions) in order to determine information such as available rates of pay, timesheet periods and rate types.</p>\n<h2 id=\"available-permission-scopes\">Available Permission Scopes</h2>\n<ul>\n<li><p>placementdetailsAPI-read</p>\n</li>\n<li><p>placementdetailsAPI-write</p>\n</li>\n</ul>\n","_postman_id":"d6b666d2-a60a-4ea4-b332-c0c8c5f7abdb","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"Active Users","id":"054f0b43-5d2a-46e0-9c9b-5b1c33dfd5e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{apiToken}}"},"isInherited":false},"method":"GET","header":[],"url":"{{hostName}}{{Users}}active","description":"<p><strong>Required Scope:</strong> usersAPI-read</p>\n<p>This endpoint will return a list of all users that are currently active and licenced in Firefish</p>\n<p>Once a user's license expires, account has been closed, or is switched to a non-licensed role, they will no longer appear as part of the return.</p>\n<img src=\"https://content.pstmn.io/598ed06b-2606-488c-82ea-a289ce12c5f4/aW1hZ2UucG5n\" width=\"1261\" height=\"525\" />\n\n<h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ref</td>\n<td>int</td>\n<td>the unique ID associated with the user</td>\n</tr>\n<tr>\n<td>Role</td>\n<td>string</td>\n<td>the User Role associated with the user</td>\n</tr>\n<tr>\n<td>Team</td>\n<td>string</td>\n<td>a comma separated list of any teams the user is associated with</td>\n</tr>\n<tr>\n<td>FullName</td>\n<td>string</td>\n<td>The full name of the user</td>\n</tr>\n<tr>\n<td>Login</td>\n<td>string</td>\n<td>The login name used by the user</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>the user's Job Title in Firefish</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td>the user's Email Address in Firefish</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>string</td>\n<td>The user's Direct Dial phone number in Firefish</td>\n</tr>\n<tr>\n<td>Mobile</td>\n<td>string</td>\n<td>The user's Mobile phone number in Firefish</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{hostName}}{{Users}}active"],"query":[],"variable":[]}},"response":[{"id":"2e71714a-263a-4b16-b307-64cb95438283","name":"Successful Example","originalRequest":{"method":"GET","header":[],"url":"https://{{hostName}}{{Users}}/active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1153"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"alt-svc","value":"h3=\":443\";"},{"key":"Date","value":"Tue, 03 Sep 2024 11:28:54 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Ref\": 48787,\n        \"Role\": \"Super User\",\n        \"Team\": null,\n        \"FullName\": \"Superuser Role\",\n        \"Login\": \"superuser@template.dud\",\n        \"JobTitle\": null,\n        \"Email\": \"superuser@template.dud\",\n        \"Phone\": null,\n        \"Mobile\": null\n    },\n    {\n        \"Ref\": 48789,\n        \"Role\": \"Recruitment Manager\",\n        \"Team\": null,\n        \"FullName\": \"RecruitmentManager Role\",\n        \"Login\": \"recruitmentmanager@template.dud\",\n        \"JobTitle\": null,\n        \"Email\": \"recruitmentmanager@template.dud\",\n        \"Phone\": null,\n        \"Mobile\": null\n    },\n    {\n        \"Ref\": 48790,\n        \"Role\": \"Recruiter\",\n        \"Team\": null,\n        \"FullName\": \"Recruiter Role\",\n        \"Login\": \"recruiter@template.dud\",\n        \"JobTitle\": null,\n        \"Email\": \"recruiter@template.dud\",\n        \"Phone\": null,\n        \"Mobile\": null\n    },\n    {\n        \"Ref\": 48819,\n        \"Role\": \"Super User\",\n        \"Team\": null,\n        \"FullName\": \"Superuser Role2\",\n        \"Login\": \"superuser2@template.dud\",\n        \"JobTitle\": null,\n        \"Email\": \"superuser2@template.dud\",\n        \"Phone\": null,\n        \"Mobile\": null\n    },\n    {\n        \"Ref\": 48820,\n        \"Role\": \"Super User\",\n        \"Team\": null,\n        \"FullName\": \"Superuser Role3\",\n        \"Login\": \"superuser3@template.dud\",\n        \"JobTitle\": null,\n        \"Email\": \"superuser3@template.dud\",\n        \"Phone\": null,\n        \"Mobile\": null\n    },\n    {\n        \"Ref\": 48827,\n        \"Role\": \"Super User\",\n        \"Team\": null,\n        \"FullName\": \"Zapier User\",\n        \"Login\": \"integration-testing@zapier.com\",\n        \"JobTitle\": null,\n        \"Email\": \"integration-testing@zapier.com\",\n        \"Phone\": null,\n        \"Mobile\": null\n    }\n]"}],"_postman_id":"054f0b43-5d2a-46e0-9c9b-5b1c33dfd5e6"}],"id":"1e9ab779-8366-4086-8058-206dc78bf2c2","description":"<p>The Users API allows third parties to retrieve a list of active and licenced users in Firefish that can be mapped according to name, login, email address and phone number.</p>\n<h2 id=\"available-scopes\">Available Scopes</h2>\n<ul>\n<li>usersAPI-read</li>\n</ul>\n","_postman_id":"1e9ab779-8366-4086-8058-206dc78bf2c2","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}}],"id":"544bb138-2349-4010-b6cf-e1162e2a46b7","_postman_id":"544bb138-2349-4010-b6cf-e1162e2a46b7","description":"","auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":true,"source":{"_postman_id":"8faa317b-543a-485e-b114-108e81ada073","id":"8faa317b-543a-485e-b114-108e81ada073","name":"Firefish Public API Live Documentation","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"}},"event":[{"listen":"prerequest","script":{"id":"f09f1be8-15a0-4d3a-a623-38e1cdd27c39","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ef4f7b6-ef8e-4803-963f-e2d4633e72df","type":"text/javascript","exec":[""]}}],"variable":[{"key":"access_token","value":"","disabled":true},{"key":"apiToken","value":"","disabled":true}]}