Retrieves all Stock imports (excluding templates). Supports OData query options, e.g. ?$filter=db_file_id eq 50e51e87-f784-43e7-9e99-0313e7ceef7b

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult with the list of PRODUCT_STOCK db_import records

db_import_list
NameDescriptionTypeAdditional information
value

The db_import records for the current page. Each record has every field, unless the caller sent $select - in that case, each record is trimmed down to only the fields named in $select (rather than showing every other field at its default value).

Object
next_link

URL to fetch the next page of results. Present only when the current page is full (i.e. more records may exist beyond it); absent/null otherwise.

string

Response Formats

application/json, text/json

Sample:
{
  "value": {},
  "next_link": "sample string 2"
}