The employee-extension resource
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.
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"
}
Reference to an employee resource.
Example:
{
"id": "416",
"type": "employee",
"url": "https://example.ilucca.net/lucca-api/employees/416"
}
Minimum length:
1
Allowed value:
"employee-extension"
Read-only. UTC timestamp of the moment this object was created.
Example:
"2023-01-23T12:45:23.1234Z"
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?