Follow

API – Inventory – inventory_download

Endpoint

GET/inventory_download

Description

Get inventory download request data

Output

JSON array inventory download request entries:

[ { <request_field>: <request_field_value>,
    ..
   },
  ..
]

Request fields:

  • id: download request ID
  • user: requesting user
  • date_submitted: date/time of download request
  • date_completed: date/time download was generated
  • params: download request parameters
  • status: current request status
    • N – New
    • W – In Work
    • C – Completed
  • work_status: text representation of current work status
  • dl_id: associated download file ID

Endpoint

GET/inventory_download/<request_id>

Description

Download raw file associated with the inventory download request request_id (required)

Output

The inventory request download file as an attachment

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

Powered by Zendesk