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": "a5633c2e-4ddd-4bb4-b006-764465f542ab",
  "user_id": "f643f54c-73b5-40b1-a826-616ec0bf95de",
  "user_planning_slot_type_id": "b85599f3-f5bf-4e70-8a46-f2f13f07baf9",
  "date_from": "2026-07-24T16:25:21.990166+00:00",
  "date_to": "2026-07-24T16:25:21.990166+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2026-07-24T16:25:21.990166+00:00"
}