File Management Service
Files
Search File
1min
GET
https://{base_url}/core/api/v1/file-manager/folders/{folderName}/files
PATH PARAMETERS
folderName
string
*Name of the folder
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Request ID.
X-COREOS-ACCESS
string
*Core-os access token.
X-COREOS-USERINFO
string
Core-os user info token.
X-COREOS-TID
string
*ID of the Tenant.
QUERY PARAMETERS
tags
string
Example: key1=val1&key2=val2,val3
Tags to search.
type
FileType
FILE/LINK
expiry
integer
Expiry for the File link.
limit
integer
Number of items to return.
offset
integer
Number of items to skip from start.
RESPONSES
200
OK - The request succeeded.
SearchResponse
data
object
request
Request
400
Bad request - The server is unable to process the request due to something that is perceived to be a client error.
ErrorResponse
error
Error
Error information.
request
Request
404
Not found - The server can not find the requested resource.
ErrorResponse
error
Error
Error information.
request
Request
503
Server error - The server is not ready to handle the request. This could be due to maintenance downtime or system resource constraints.
ErrorResponse
error
Error
Error information.
request
Request


Updated 31 Oct 2023
Did this page help you?