GET api/Category/GetAll?idcust={idcust}&pageIndex={pageIndex}&pageSize={pageSize}
Retreive all available workspace categories.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust | integer |
Required |
|
| pageIndex | integer |
None. |
|
| pageSize | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of sCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| GID | globally unique identifier |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 128 |
|
| Cat | string |
String length: inclusive between 0 and 15 |
|
| Active | boolean |
None. |
|
| rDefaultPerm | enRights |
None. |
|
| DatCreated | date |
None. |
|
| UserCatPerm | Collection of sUserCatPerm |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GID": "040c8624-818d-47ed-908e-78f677808f01",
"Name": "sample string 1",
"Cat": "sample string 2",
"Active": true,
"rDefaultPerm": 0,
"DatCreated": "2026-06-16T13:02:21.8206745+02:00",
"UserCatPerm": [
{
"GIDCat": "7e9e3bb4-b482-4685-b835-d01d48e08c60",
"IDUsr": "sample string 2",
"UserName": "sample string 3",
"rPerm": 0,
"DeleteMe": true,
"WSPermission": 0
},
{
"GIDCat": "7e9e3bb4-b482-4685-b835-d01d48e08c60",
"IDUsr": "sample string 2",
"UserName": "sample string 3",
"rPerm": 0,
"DeleteMe": true,
"WSPermission": 0
}
]
},
{
"GID": "040c8624-818d-47ed-908e-78f677808f01",
"Name": "sample string 1",
"Cat": "sample string 2",
"Active": true,
"rDefaultPerm": 0,
"DatCreated": "2026-06-16T13:02:21.8206745+02:00",
"UserCatPerm": [
{
"GIDCat": "7e9e3bb4-b482-4685-b835-d01d48e08c60",
"IDUsr": "sample string 2",
"UserName": "sample string 3",
"rPerm": 0,
"DeleteMe": true,
"WSPermission": 0
},
{
"GIDCat": "7e9e3bb4-b482-4685-b835-d01d48e08c60",
"IDUsr": "sample string 2",
"UserName": "sample string 3",
"rPerm": 0,
"DeleteMe": true,
"WSPermission": 0
}
]
}
]