From bf00b20697b80fdd9b98b05d69a82c37f20633eb Mon Sep 17 00:00:00 2001 From: Omodara Date: Mon, 15 Apr 2024 09:35:53 -0400 Subject: [PATCH] Site updated to 7fbc6e1 --- harvest.html | 80 +++++++++++++++++++++++++++++----------------------- 1 file changed, 45 insertions(+), 35 deletions(-) diff --git a/harvest.html b/harvest.html index b2e8950b7e5..627bf84be20 100644 --- a/harvest.html +++ b/harvest.html @@ -269,6 +269,8 @@

Harvest Change Log

DateDescription +Apr 12, 2024 9:30:00AMUpdated sample response in the GET: List Offices and GET: Retrieve Office documentation + Mar 25, 2024 9:15:00AMUpdated job_id description in the GET: List Candidates section Mar 21, 2024 3:15:00PMUpdated description in the Rate-Limiting section @@ -12504,7 +12506,7 @@

GET: List Offices

], "child_office_external_ids": [ "child-office-1", - nil + "" ], "external_id": "12345" }, @@ -12532,46 +12534,54 @@

GET: List Offices

"id": 50891, "name": "Utica", "location": { - "name": "Utica, New York, United States" + "name": "Utica, New York, United States" }, "primary_contact_user_id": 336474, - "parent_id": 47012, - "parent_office_external_id": "parent-1", - "child_ids": [], - "child_office_external_ids": [], - "external_id": "45647" - }, - { - "id": 47012, - "name": "New York", - "location": { - "name": "New York, United States" - }, - "primary_contact_user_id": 485538, - "parent_id": 50849, - "parent_office_external_id": "parent-2", - "child_ids": [ - 50891, - 50852 - ], - "child_office_external_ids": [ - "child-office-1", - nil - ], - "external_id": "12345" + "external_id": "45647", + "children": [ + { + "id": 12345, + "name": "Child-office-1", + "location": { + "name": "Rome, New York, United States" + }, + "primary_contact_user_id": 95313, + "external_id": "Rome-NY", + "children": [ + { + "id": 54321, + "name": "Child-office-1-2", + "location": { + "name": "Syracuse, New York, United States" + }, + "primary_contact_user_id": 95313, + "external_id": "Syracuse-NY", + "children": [] + } + ] + } + ] }, { "id": 50852, - "name": "New York City", + "name": "New York", "location": { - "name": "New York, New York, United States" + "name": "New York City, New York, United States" }, - "primary_contact_user_id": 676259, - "parent_id": 47012, - "parent_office_external_id": "parent-1", - "child_ids": [], - "child_office_external_ids": [], - "external_id": "67890" + "primary_contact_user_id": 5659415, + "external_id": "NYC-123", + "children": [ + { + "id": 4020460005, + "name": "Child-office-2", + "location": { + "name": "New York City, New York, United States" + }, + "primary_contact_user_id": 567863, + "external_id": "Manhattan", + "children": [] + } + ] } ] @@ -12624,7 +12634,7 @@

GET: Retrieve Office

], "child_office_external_ids": [ "child-office-1", - nil + "" ], "external_id": "12345" }