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": "2e037536-3c69-4de0-b84a-b8fc515b7ff7",
"jobs_id": "dcb66068-071a-4b1e-9585-b256c3d32811",
"user_id": "ae2937fe-54f8-4d80-80fe-48f5be058879",
"date_from": "2025-12-21T22:23:27.8874791+00:00",
"date_to": "2025-12-21T22:23:27.8874791+00:00",
"sys_logical_delete": true,
"modified_dateutc": "2025-12-21T22:23:27.8874791+00:00"
}