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": "592cfbb1-3e40-49f3-bc03-56175d02d91b",
  "jobs_id": "0af115d6-d519-4fa1-b2c0-6dc9d5694a79",
  "user_id": "eec8ae74-6c6e-4613-9cd3-8d0a3697eadb",
  "date_from": "2024-09-29T01:29:48.1781354+00:00",
  "date_to": "2024-09-29T01:29:48.1781354+00:00",
  "sys_logical_delete": true,
  "modified_dateutc": "2024-09-29T01:29:48.1781354+00:00"
}