Skip to main content

Search

GET

https://domain/api/fm-mobile/v1/p-{projectId}/search/{text}

Request Parameters

NameDescriptionRequiredType
projectIdRequiredstring
textRequiredstring

Request Model

NameDescriptionRequiredType
FileNameRequiredstring
OriginalFileNameRequiredstring

Response

CodeDescription
200
Success.
401
Unauthorized.
404
Not Found.
500
Error From Server.

Response Model

NameDescriptionType
OriginalFileNamestring
ServerFileNamestring
ServerFileRootPathDate
Typeenum
HostTypeenum
TakenDateDate
Widthsarray

Example Usage

function helloWorld() {
console.log("Hello, world!");
}

Example Success Response

[
{
"id": 133024,
"name": "Mumbai"
},
...
]

Example Error Response

{
"error'": "Unauthorized. You shouldn't be here."
}