Last updated 8 months ago
Was this helpful?
Search file url.
Unique id for a tenant.
Unique filestoreids.
A list of values
GET /files/url HTTP/1.1 Host: Accept: */*
List of urls to access the uploaded file which is map to particular fielstoreid.
{ "filestoreId": [ "text" ] }
tag name.
GET /files/tag HTTP/1.1 Host: Accept: */*
List of urls to access the uploaded file which is map to particular tag name.
{ "files": [ { "url": "text", "contetntType": "text" } ] }
metadata of file.
Unique fileStoreId.
Response data cobtains details of files.
GET /files/metaData HTTP/1.1 Host: Accept: */*
Metadata of file map to particulare filestoreId.
{ "fileName": "text", "contetntType": "text", "tenantId": "text", "resource": "text", "fileSize": "text" }
fileStore id.
GET /files/id HTTP/1.1 Host: Accept: */*
Return file binary.
No content
The endpoint for uploading file in the system.
The file to upload.
Unique ulb identifier.
module name.
POST /files HTTP/1.1 Host: Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 60 "file=null&tenantId='text'&module='text'&tag='text'"
Success response with filestoreid and tenantid.
{ "files": [ { "fileStoreId": "text", "tenantId": "text" } ] }