Get all job planning

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

job_planning
NameDescriptionTypeAdditional 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": "20a3d022-6a47-4801-8ba4-1dafd4c8e71c",
  "jobs_id": "6cd9c60f-77d5-451b-9f5d-2bdd8bc5a71c",
  "user_id": "168532bb-f8ef-4a62-b6ed-ddabea701497",
  "date_from": "2025-12-12T16:59:50.5818911+00:00",
  "date_to": "2025-12-12T16:59:50.6007086+00:00",
  "sys_logical_delete": true,
  "modified_dateutc": "2025-12-12T16:59:50.6007086+00:00"
}