GET api/WorkSpace/GetWorkspaces
Retreive all available active workspaces per user. *OData
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
Collection of sCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
readonly |
integer |
None. |
| Name | string |
None. |
|
| GIDImage | globally unique identifier |
None. |
|
| DatCreated |
readonly |
date |
None. |
| SchedulerActive | boolean |
None. |
|
| Locale | string |
None. |
|
| IsEmpty |
readonly, indicate that workspace doesnt have any dash |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Name": "sample string 2",
"GIDImage": "0b3d8bce-cdb6-43d2-930a-ec394415dbcb",
"DatCreated": "2025-11-01T18:53:50.0644018+01:00",
"SchedulerActive": true,
"Locale": "sample string 5",
"IsEmpty": true
},
{
"ID": 1,
"Name": "sample string 2",
"GIDImage": "0b3d8bce-cdb6-43d2-930a-ec394415dbcb",
"DatCreated": "2025-11-01T18:53:50.0644018+01:00",
"SchedulerActive": true,
"Locale": "sample string 5",
"IsEmpty": true
}
]