GET api/Package/GetInWorkspace?idcust={idcust}
All packages in workspace *OData
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcust | integer |
Required |
|
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
Collection of PackageApiModelName | 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": "2d5a67ad-71bc-4deb-9bb9-b8621021ebb7", "Name": "sample string 2", "Description": "sample string 3", "GIDCat": "7ade43ee-9e85-4956-97f9-2e3f78a4059a", "CategoryName": "sample string 4", "Active": true }, { "GID": "2d5a67ad-71bc-4deb-9bb9-b8621021ebb7", "Name": "sample string 2", "Description": "sample string 3", "GIDCat": "7ade43ee-9e85-4956-97f9-2e3f78a4059a", "CategoryName": "sample string 4", "Active": true } ]