GET api/WorkSpace/GetAll?pageIndex={pageIndex}&pageSize={pageSize}

Retreive all available active workspaces per user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageIndex

integer

None.

pageSize

integer

None.

api-version

The requested API version

string

Default value is 1.0

Body Parameters

None.

Response Information

Resource Description

Collection of sCustomer
NameDescriptionTypeAdditional 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": "58f70391-e31b-4a8b-ba1e-4458e63afde9",
    "DatCreated": "2024-05-08T17:29:04.715219+02:00",
    "SchedulerActive": true,
    "Locale": "sample string 5",
    "IsEmpty": true
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "GIDImage": "58f70391-e31b-4a8b-ba1e-4458e63afde9",
    "DatCreated": "2024-05-08T17:29:04.715219+02:00",
    "SchedulerActive": true,
    "Locale": "sample string 5",
    "IsEmpty": true
  }
]