Get job planning using specific key.

Request Information

URI Parameters :

None.

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": "c5d39d4f-db57-47e0-952e-78029603eca1",
  "jobs_id": "08d7e6c2-b437-4c6c-b3c8-34b6058dc3eb",
  "user_id": "7a9b2d95-7e59-4db0-b06e-81a831eb08c4",
  "date_from": "2026-02-04T14:14:27.1549665+00:00",
  "date_to": "2026-02-04T14:14:27.1549665+00:00",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-02-04T14:14:27.1549665+00:00"
}