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 sCustomerName | 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": "6f04a0a0-e4da-49a2-8f1a-4e06901ba8bf", "DatCreated": "2024-12-27T11:29:24.9113098+01:00", "SchedulerActive": true, "Locale": "sample string 5", "IsEmpty": true }, { "ID": 1, "Name": "sample string 2", "GIDImage": "6f04a0a0-e4da-49a2-8f1a-4e06901ba8bf", "DatCreated": "2024-12-27T11:29:24.9113098+01:00", "SchedulerActive": true, "Locale": "sample string 5", "IsEmpty": true } ]