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 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": "aee407a7-6f68-4d61-b853-4b3212d94933",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "a4ab4a10-a209-432f-bc78-2f5dc4b1141d",
"CategoryName": "sample string 4",
"Active": true
},
{
"GID": "aee407a7-6f68-4d61-b853-4b3212d94933",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "a4ab4a10-a209-432f-bc78-2f5dc4b1141d",
"CategoryName": "sample string 4",
"Active": true
}
]