Get onboarding form and the answers by PageUp Offer ID (New Starter Form)

GET {{baseUrl}}/recruitment/hire/offers/{{offerId}}/onboardingform

Required OAuth scopes for authentication: Public.Offer.Read

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"PUReferenceID":"\u003cinteger\u003e","FormTitle":"\u003cstring\u003e","FormCompleted":"\u003cboolean\u003e","FormQuestions":[{"Label":"\u003cstring\u003e","Answers":["\u003cstring\u003e","\u003cstring\u003e"],"Type":"Document","ReportingCode":"\u003cstring\u003e","ClientValueAnswer":["\u003cstring\u003e","\u003cstring\u003e"]},{"Label":"\u003cstring\u003e","Answers":["\u003cstring\u003e","\u003cstring\u003e"],"Type":"NotSupported","ReportingCode":"\u003cstring\u003e","ClientValueAnswer":["\u003cstring\u003e","\u003cstring\u003e"]}]}