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": "7dc8c158-4179-46b4-8d5f-a74b909c73a0",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "0d28ce7e-2158-4c35-921f-3ca399d5e9fe",
"CategoryName": "sample string 4",
"Active": true
},
{
"GID": "7dc8c158-4179-46b4-8d5f-a74b909c73a0",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "0d28ce7e-2158-4c35-921f-3ca399d5e9fe",
"CategoryName": "sample string 4",
"Active": true
}
]