Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
Optional<String> | ➖ | A unique identifier for an object. | 12345 |
applicantId |
Optional<String> | ✔️ | N/A | 12345 |
jobId |
Optional<String> | ✔️ | N/A | 12345 |
status |
JsonNullable<ApplicationStatus> | ➖ | N/A | open |
stage |
Optional<Stage> | ➖ | N/A | |
customMappings |
JsonNullable<CustomMappings> | ➖ | When custom mappings are configured on the resource, the result is included here. | |
updatedBy |
JsonNullable<String> | ➖ | The user who last updated the object. | 12345 |
createdBy |
JsonNullable<String> | ➖ | The user who created the object. | 12345 |
updatedAt |
OffsetDateTime | ➖ | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
createdAt |
OffsetDateTime | ➖ | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
passThrough |
List<PassThroughBody> | ➖ | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. |