Work Market · Schema
AssignmentListItem
Workforce ManagementContractorsFreelanceGig EconomyHuman ResourcesPaymentsField ServicesStaffing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| project_id | integer | |
| project_name | string | |
| title | string | |
| scheduled_start | integer | |
| scheduled_end | integer | |
| address_line1 | string | |
| address_line2 | string | |
| city | string | |
| state | string | |
| postal_code | string | |
| country | string | |
| latitude | number | |
| longitude | number | |
| location_id | string | |
| spend_limit | string | |
| modified_status | string | |
| status | string | |
| substatuses | array | |
| labels | array | |
| internal_owner | string | |
| client | string | |
| client_id | integer | |
| invoice_number | string | |
| paid_date | integer | |
| total_cost | string | |
| resource_company_name | string | |
| resource_user_number | string | |
| resource_full_name | string | |
| last_modified_on | integer | |
| modifier_first_name | string | |
| modifier_last_name | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "AssignmentListItem",
"x-generated": "2026-07-21",
"x-method": "derived",
"x-source": "openapi/work-market-employer-api-openapi.yml#",
"type": "object",
"properties": {
"id": {
"type": "string",
"readOnly": true
},
"project_id": {
"type": "integer",
"format": "int64",
"readOnly": true
},
"project_name": {
"type": "string",
"readOnly": true
},
"title": {
"type": "string",
"readOnly": true
},
"scheduled_start": {
"type": "integer",
"format": "int64",
"readOnly": true
},
"scheduled_end": {
"type": "integer",
"format": "int64",
"readOnly": true
},
"address_line1": {
"type": "string",
"readOnly": true
},
"address_line2": {
"type": "string",
"readOnly": true
},
"city": {
"type": "string",
"readOnly": true
},
"state": {
"type": "string",
"readOnly": true
},
"postal_code": {
"type": "string",
"readOnly": true
},
"country": {
"type": "string",
"readOnly": true
},
"latitude": {
"type": "number",
"format": "double",
"readOnly": true
},
"longitude": {
"type": "number",
"format": "double",
"readOnly": true
},
"location_id": {
"type": "string",
"readOnly": true
},
"spend_limit": {
"type": "string",
"readOnly": true
},
"modified_status": {
"type": "string",
"readOnly": true
},
"status": {
"type": "string",
"readOnly": true
},
"substatuses": {
"type": "array",
"readOnly": true,
"items": {
"$ref": "#/definitions/Label"
}
},
"labels": {
"type": "array",
"readOnly": true,
"items": {
"$ref": "#/definitions/Label"
}
},
"internal_owner": {
"type": "string",
"readOnly": true
},
"client": {
"type": "string",
"readOnly": true
},
"client_id": {
"type": "integer",
"format": "int64",
"readOnly": true
},
"invoice_number": {
"type": "string",
"readOnly": true
},
"paid_date": {
"type": "integer",
"format": "int64",
"readOnly": true
},
"total_cost": {
"type": "string",
"readOnly": true
},
"resource_company_name": {
"type": "string",
"readOnly": true
},
"resource_user_number": {
"type": "string",
"readOnly": true
},
"resource_full_name": {
"type": "string",
"readOnly": true
},
"last_modified_on": {
"type": "integer",
"format": "int64",
"readOnly": true
},
"modifier_first_name": {
"type": "string",
"readOnly": true
},
"modifier_last_name": {
"type": "string",
"readOnly": true
}
},
"definitions": {
"Label": {
"type": "object",
"properties": {
"id": {
"type": "string",
"readOnly": true
},
"name": {
"type": "string",
"readOnly": true
}
}
}
}
}