Name / Description | Type / Format | Example | |
---|---|---|---|
items
List of employee items.
|
Contract.EmployeeItem[]
|
{Contract.EmployeeItem}
|
|
totalItems
Value indicating the total number of items.
|
integer
int32
|
0
|
{
"items": [
{
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
}
],
"totalItems": 0
}
- none -
- none -