Represents a single extension value of an employee. Its value must conform to the schema of the corresponding employee-extension-definition.

As a result, its value is highly polymorphic and you need the definition to interpret it.

If the definition allows for multiple values, then you may have more than one employee-extension for any given employee and this definition.

extensionDefinition
object
required

Reference to an employee-extension-definition resource.

Example:
{
  "id": "237",
  "type": "employee-extension-definition",
  "url": "https://example.ilucca.net/lucca-api/employee-extension-definitions/237"
}
employee
object
required

Reference to an employee resource.

Example:
{
  "id": "416",
  "type": "employee",
  "url": "https://example.ilucca.net/lucca-api/employees/416"
}
id
string
Minimum length: 1
type
string
Allowed value: "employee-extension"
url
string
value
createdAt
string

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

Example:

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

lastUpdatedAt
string

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

Example:

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

Was this page helpful?