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. |
|
| api-version |
The requested API version |
string |
Default value is 1.0 |
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": "2033e1ca-a642-498a-852d-73fd95459ad7",
"Name": "sample string 1",
"Cat": "sample string 2",
"Active": true,
"rDefaultPerm": 0,
"DatCreated": "2026-02-13T12:41:56.7389463+01:00",
"UserCatPerm": [
{
"GIDCat": "614e2ffe-1049-41a9-b505-c427d803015a",
"IDUsr": "sample string 2",
"UserName": "sample string 3",
"rPerm": 0,
"DeleteMe": true,
"WSPermission": 0
},
{
"GIDCat": "614e2ffe-1049-41a9-b505-c427d803015a",
"IDUsr": "sample string 2",
"UserName": "sample string 3",
"rPerm": 0,
"DeleteMe": true,
"WSPermission": 0
}
]
},
{
"GID": "2033e1ca-a642-498a-852d-73fd95459ad7",
"Name": "sample string 1",
"Cat": "sample string 2",
"Active": true,
"rDefaultPerm": 0,
"DatCreated": "2026-02-13T12:41:56.7389463+01:00",
"UserCatPerm": [
{
"GIDCat": "614e2ffe-1049-41a9-b505-c427d803015a",
"IDUsr": "sample string 2",
"UserName": "sample string 3",
"rPerm": 0,
"DeleteMe": true,
"WSPermission": 0
},
{
"GIDCat": "614e2ffe-1049-41a9-b505-c427d803015a",
"IDUsr": "sample string 2",
"UserName": "sample string 3",
"rPerm": 0,
"DeleteMe": true,
"WSPermission": 0
}
]
}
]