Request format:
POST /search/
Authorization: Bearer <ssid> Content-type: application/json
{
searchString: String,
locationContext:
SearchContext,
connectorUuid: String,
workspaceUuid: String,
workspaceId: Integer,
folderUuid: String,
folderId: Integer,
pagination:
{
pageSize: Integer,
pageNumber: Integer
},
orderAscending: Boolean,
searchFilters:
List(
{
}),
documentOrder:
SearchOrder
}
|
Response format:
HTTP/1.1 200 OK
Content-type: application/json
{
offset: Integer,
total: Integer,
items:
List(Json
)
}
|