GET api/OwnedProduct?user={user}&object_class={object_class}&object_name={object_name}&status={status}

Get objects belonging to current user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
user

User handle

string

None.

object_class

class filter

string

None.

object_name

object name

string

None.

status

status filter

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

Collection of OwnedProduct
NameDescriptionTypeAdditional information
Handle

Object handle

string

None.

ParentHandle

Parent Object 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.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.