Retrieves all the user_planning_slot
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
user_planning_slot| Name | Description | Type | Additional 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": "740831d8-b2ca-460e-9b19-a3b73c74300a",
"user_id": "a7c3af92-0044-4a5f-93df-895a3ac7db42",
"user_planning_slot_type_id": "816060f9-cd76-45f1-9a99-027f796fb78d",
"date_from": "2026-06-10T13:29:52.6436214+00:00",
"date_to": "2026-06-10T13:29:52.6436214+00:00",
"description": "sample string 6",
"modified_dateutc": "2026-06-10T13:29:52.6436214+00:00"
}