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": "0f28f834-e297-43b0-938b-fda3481c6556",
"user_id": "5f6c3706-1d2f-40aa-b0e1-547e75478408",
"user_planning_slot_type_id": "4f296ef9-75b7-41ea-8fe5-a8c468b7dfec",
"date_from": "2026-05-25T02:02:06.3744476+00:00",
"date_to": "2026-05-25T02:02:06.3744476+00:00",
"description": "sample string 6",
"modified_dateutc": "2026-05-25T02:02:06.3744476+00:00"
}