Equipment Document
Last updated
Last updated
Explore the full details of each API endpoint in our comprehensive documentation.
Here, you will find all the methods for performing Upload, Download, Update, Delete operations on documents. It's not as complicated as it sounds—whether you're creating new content, retrieving existing data, making updates, or removing documents, this API provides everything you need to manage your documents seamlessly.
Please note that this API is still under active development and is not yet 100% ready.
Retrieve a list of documents for the specified equipment.
The unique identifier of the equipment.
The number of items to skip before starting to collect the result set
0
The number of items to return
10
Allows the user to download a specific document associated with the specified equipment.
The unique identifier of the equipment.
The unique identifier of the document.
Deletes a specific document associated with the specified equipment.
The unique identifier of the equipment.
The unique identifier of the document.
No content
Upload a document to be associated with the specified equipment.
The unique identifier of the equipment.
The name of the document.
The document file to be uploaded. The document must be one of the following types PDF, JPEG, PNG, GIF, TIFF, CSV, Excel, or Word documents. File size should not exceed 10MB (10,485,760 bytes).
Indicates whether the document can be shared along with the related equipment. If true, the document will be shared automatically when the equipment is shared; if false, the document remains private.
Indicates whether the document can be publicly accessible.
Date when the document becomes invalid, formatted as 'YYYY-MM-DD' in UTC.
/^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$/
Update the metadata (e.g., name, isPublic) of a specific document associated with the specified equipment.
The unique identifier of the equipment.
The unique identifier of the document.
The name of the document.
Date when the document becomes invalid, formatted as 'YYYY-MM-DD' in UTC.
/^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$/