File Store
The endpoint for uploading file in the system.
Body
filestringRequired
The file to upload.
tenantIdstringRequired
Unique ulb identifier.
modulestringOptional
module name.
tagstringOptional
tag name.
Responses
200
Success response with filestoreid and tenantid.
application/json
400
Error response in case of failures.
application/json
post
/filesSearch file url.
Query parameters
tenantIdanyRequired
Unique id for a tenant.
fileStoreIdsstringRequired
Unique filestoreids.
Responses
200
List of urls to access the uploaded file which is map to particular fielstoreid.
application/json
400
Error response in case of failures.
application/json
get
/files/urlSearch file url.
Query parameters
tenantIdanyRequired
Unique id for a tenant.
tagstringRequired
tag name.
Responses
200
List of urls to access the uploaded file which is map to particular tag name.
application/json
400
Error response in case of failures.
application/json
get
/files/tagmetadata of file.
Query parameters
tenantIdanyRequired
Unique id for a tenant.
fileStoreIdstringRequired
Unique fileStoreId.
Responses
200
Metadata of file map to particulare filestoreId.
application/json
400
Error response in case of failures.
application/json
get
/files/metaDataLast updated
Was this helpful?