Get all job planning
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
job_planning| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier |
Required |
| jobs_id |
Foreign key to jobs id. |
globally unique identifier | |
| user_id |
Foreign key to user id. |
globally unique identifier | |
| date_from |
Job planning date from |
date | |
| date_to |
Job planning date to |
date | |
| sys_logical_delete |
Logical Delete. If true, means that row has been flagged deleted and will be physically deleted in the next months |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "876e2234-e727-4cdc-94cf-dddc1131cbdb",
"jobs_id": "1f2d262f-1e6f-4c48-a571-372cc6c3cb0a",
"user_id": "7c7b73f9-3eff-4b93-bbb0-fa3e82bf1d01",
"date_from": "2025-12-24T09:32:32.9475219+00:00",
"date_to": "2025-12-24T09:32:32.9475219+00:00",
"sys_logical_delete": true,
"modified_dateutc": "2025-12-24T09:32:32.9475219+00:00"
}