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 sCategoryName | 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": "e487899a-1825-42c6-96c3-f5b597fffc08", "Name": "sample string 1", "Cat": "sample string 2", "Active": true, "rDefaultPerm": 0, "DatCreated": "2025-06-06T16:33:28.605004+02:00", "UserCatPerm": [ { "GIDCat": "71ee7e4c-1719-4a43-891a-001e5ff21066", "IDUsr": "sample string 2", "UserName": "sample string 3", "rPerm": 0, "DeleteMe": true, "WSPermission": 0 }, { "GIDCat": "71ee7e4c-1719-4a43-891a-001e5ff21066", "IDUsr": "sample string 2", "UserName": "sample string 3", "rPerm": 0, "DeleteMe": true, "WSPermission": 0 } ] }, { "GID": "e487899a-1825-42c6-96c3-f5b597fffc08", "Name": "sample string 1", "Cat": "sample string 2", "Active": true, "rDefaultPerm": 0, "DatCreated": "2025-06-06T16:33:28.605004+02:00", "UserCatPerm": [ { "GIDCat": "71ee7e4c-1719-4a43-891a-001e5ff21066", "IDUsr": "sample string 2", "UserName": "sample string 3", "rPerm": 0, "DeleteMe": true, "WSPermission": 0 }, { "GIDCat": "71ee7e4c-1719-4a43-891a-001e5ff21066", "IDUsr": "sample string 2", "UserName": "sample string 3", "rPerm": 0, "DeleteMe": true, "WSPermission": 0 } ] } ]