Filestore
Filestore APIs
The endpoint for uploading file in the system.
Body
filestring · binaryRequired
The file to upload.
tenantIdstringRequired
Unique ulb identifier.
modulestringOptional
module name.
tagstringOptional
tag name.
Responses
200
Success response with filestoreid and tenantid.
*/*
400
Error response in case of failures.
*/*
post
/filesSearch file url.
Query parameters
tenantIdstring · varcharRequired
Unique id for a tenant.
fileStoreIdsstringRequired
Unique filestoreids.
Responses
200
List of urls to access the uploaded file which is map to particular fielstoreid.
*/*
400
Error response in case of failures.
*/*
get
/files/urlSearch file url.
Query parameters
tenantIdstring · varcharRequired
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.
*/*
400
Error response in case of failures.
*/*
get
/files/tagmetadata of file.
Query parameters
tenantIdstring · varcharRequired
Unique id for a tenant.
fileStoreIdstringRequired
Unique fileStoreId.
Responses
200
Metadata of file map to particulare filestoreId.
*/*
400
Error response in case of failures.
*/*
get
/files/metaDataLast updated
Was this helpful?