Skip to main content

A probationary-period represents a period during which an employment's employee under scrutiny to find out if they are the right fit and have sufficient skills for the position.

Only one probationary-period may be created for a single employment.

A probationary-period start date startsOn is read-only as it must always be equal to the related employment start date start.date.

employment
object
required

The employment this probationary-period applies to. Cannot be modified once the probationary-period is created.

id
string
Minimum length: 1
type
string
Allowed value: "probationary-period"
url
string<uri>
startsOn
string<date>

Read-only. Equal to the related employment start date.

endsOn
string<date>

Read-only. End date of the probationary-period, equal to extendedEndsOn if not null, and initialEndsOn otherwise.

initialEndsOn
string<date>

Initial end date of the probationary-period. Required upon creation.

extendedEndsOn
string<date> | null

End date of the probationary-period in case it was extended.

createdAt
string<date-time-offset>

Read-only. UTC timestamp of the moment this object was created.

Examples:

"2023-01-23T12:45:23.1234Z"

lastUpdatedAt
string<date-time>

Read-only. UTC timestamp of the moment this object was last updated. Set upon creation, update or deletion of the object.

Examples:

"2023-01-23T12:45:23.1234Z"