Retrieves all the user_planning_slot

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

user_planning_slot
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

user_id

Foreign key to user.

globally unique identifier

Required

user_planning_slot_type_id

Foreign key to user planning slot type id.

globally unique identifier

Required

date_from

Date from,

date
date_to

Date to,

date
description

Description of user planning slot.

string
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating.

date

Response Formats

application/json, text/json

Sample:
{
  "id": "81f7770c-77f3-458a-b5ef-b34482771b58",
  "user_id": "b97f2b48-4c28-4fcf-b800-0a59b97ca1a2",
  "user_planning_slot_type_id": "e0edcc15-1786-475d-aad5-ea638d9d293e",
  "date_from": "2026-08-04T08:53:58.0489843+00:00",
  "date_to": "2026-08-04T08:53:58.0489843+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2026-08-04T08:53:58.0489843+00:00"
}