Retrieves the user_planning_slot with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "e5a59bcc-bbd2-4f27-90d3-9738970e1832",
  "user_id": "808f59ca-892c-45c3-b6da-20de2117eb23",
  "user_planning_slot_type_id": "ceb3e037-7e13-4666-98e8-8f76f3862af6",
  "date_from": "2026-07-09T14:15:22.6714912+00:00",
  "date_to": "2026-07-09T14:15:22.6714912+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2026-07-09T14:15:22.6714912+00:00"
}