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": "408ae6dd-7b7f-46e5-b7a3-300a43ff101d",
  "user_id": "d3d1319d-852b-49d0-b74e-c9ac4ca0eb8d",
  "user_planning_slot_type_id": "5b41db7d-9958-4801-8d7d-90e8c91646cf",
  "date_from": "2026-06-16T17:16:14.2848018+00:00",
  "date_to": "2026-06-16T17:16:14.2848018+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2026-06-16T17:16:14.2848018+00:00"
}