GET api/Package/GetInWorkspace?idcust={idcust}
All packages in workspace *OData
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust | integer |
Required |
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": "a81cb03e-dced-4f9e-8e37-bb85d129053d",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "4a18e938-e060-4549-ba29-ee08dafcb8b1",
"CategoryName": "sample string 4",
"Active": true
},
{
"GID": "a81cb03e-dced-4f9e-8e37-bb85d129053d",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "4a18e938-e060-4549-ba29-ee08dafcb8b1",
"CategoryName": "sample string 4",
"Active": true
}
]