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. |
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": "7245fce1-6d65-4c6c-a83e-2f5f0139d75b",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "eb5fa766-4f9c-4b4d-9bbf-c6e1ad80bf3e",
"CategoryName": "sample string 4",
"Active": true
},
{
"GID": "7245fce1-6d65-4c6c-a83e-2f5f0139d75b",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "eb5fa766-4f9c-4b4d-9bbf-c6e1ad80bf3e",
"CategoryName": "sample string 4",
"Active": true
}
]