Skip to content

Files, Import & Export

Upload logos and files, download import templates, import records, and export inventory data.


GET /external/smart-inventory/file/{fileUuid}/show?contentDisposition=attachment|inline

Show import result file

GET /external/smart-inventory/import/file/{fileUuid}/show

Logo upload

POST /external/smart-inventory/vendor/{vendor}/logo/add
POST /external/smart-inventory/asset/{asset}/logo/add

Multipart file upload (same as internal API).


Inventory files

GET /external/smart-inventory/{type}/{id}/files
POST /external/smart-inventory/{type}/{id}/file/add
DELETE /external/smart-inventory/{type}/{id}/file/{fileUuid}/delete

{type} is vendor, asset, or process.


Import template

GET /external/smart-inventory/{type}/import/template

Returns an Excel template file.


Import records

POST /external/smart-inventory/{type}/import

Multipart upload of completed template.


Export records

GET /external/smart-inventory/{type}/export

Supports the same filter query params as list endpoints.