GET api/OwnedProduct?user={user}&object_class={object_class}&object_name={object_name}&status={status}&reseller={reseller}
Get objects belonging to current user
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| user |
User handle |
string |
None. |
| object_class |
class filter |
string |
None. |
| object_name |
object name |
string |
None. |
| status |
status filter |
string |
None. |
| reseller |
reseller |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
list of Owned products on success
Collection of errors on failure
Return codes
200 - ok
400 - bad request
401 - unauthorized
404 - not found
500 - internal server error
| Name | Description | Type | Additional information |
|---|---|---|---|
| Handle |
Object handle |
string |
None. |
| ParentHandle |
Parent Object handle |
string |
None. |
| ResellerHandle |
Reseller handle |
string |
None. |
| Name |
Object name |
string |
None. |
| Class |
Object class |
string |
None. |
| StatusID | integer |
None. |
|
| Status |
Object status |
string |
None. |
| CreDate |
Created date |
date |
None. |
| ExpDate |
Expiry date |
date |
None. |
| TransferInDate |
Trandsfer in date |
date |
None. |
| ProductId |
Id of the principal product |
integer |
None. |
| Quantity |
Current quantity |
integer |
None. |
| ContactTypes |
The contact types that associate the user to this object |
Collection of string |
None. |
| Products |
Products associated with this object |
Collection of ProductDetail |
None. |
| Children |
OwnedProducts that are children of this object |
Collection of OwnedProduct |
None. |
| Error | string |
None. |