Employees
The portrait resource
JSON representation of the image file that represents an employee.
You can also retrieve the actual image file through content negotiation: Accept: image/*
.
Minimum length:
1
Allowed value:
"portrait"
Reference to an employee resource.
Example:
{
"id": "416",
"type": "employee",
"url": "https://example.ilucca.net/lucca-api/employees/416"
}
Minimum length:
1
Examples may be: 'image/jpeg', 'image/png', 'image/bmp', 'image/gif', 'image/tiff', etc...
Read-only. UTC timestamp of the moment this object was created.
Example:
"2023-01-23T12:45:23.1234Z"
Was this page helpful?