GET api/Package/GetAllInWorkspace?idcust={idcust}&pageIndex={pageIndex}&pageSize={pageSize}
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 PackageApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| GIDCat | globally unique identifier |
None. |
|
| CategoryName | string |
None. |
|
| Active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GID": "0d5bec8d-cb1c-4509-b52f-5ec414998a22",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "5188fe4d-37d9-496c-927c-952e386ff662",
"CategoryName": "sample string 4",
"Active": true
},
{
"GID": "0d5bec8d-cb1c-4509-b52f-5ec414998a22",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "5188fe4d-37d9-496c-927c-952e386ff662",
"CategoryName": "sample string 4",
"Active": true
}
]