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": "585be15e-e76e-4593-abc5-86446160e05e",
  "user_id": "82f42127-017d-460f-8935-7c8c6ffe5d21",
  "user_planning_slot_type_id": "b867c946-078c-4f13-9290-6c760b69d481",
  "date_from": "2026-06-07T02:50:24.6459793+00:00",
  "date_to": "2026-06-07T02:50:24.6459793+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2026-06-07T02:50:24.6459793+00:00"
}