Search path
Description
Search for paths matching specified search criteria.
Endpoint
/path
Method
GET
Access Level Rules
Access Level
None
Processing Units
Processing units
0
Parameters
type
An array that indicates the path types you are looking for.
"type": [
"vector",
"raster",
"folder",
"file",
"pointCloud",
"bookmark"
]
false
Default ["vector", "raster", "folder", "file", "pointCloud", "bookmark"].
root
Array of root folders to search through. Elements must be one of "myDrive", "sharedWithMe", "trash", "favorites" or "public".
false
Default ["public", "sharedWithMe", "myDrive", "favorites", "trash"].
text
Searches for paths with text containing words that start with the given text. The text that can be searched includes the name of the path, the description of the path and its timestamp, the names of the styles and all hashtags attached to a given path. "text" must contain valid unicode letters or numbers, all unicode symbols and punctuation are ignored.
false
Default null.
userId
Search for paths owned by the given user.
false
Default null.
pageSize
The maximum number of paths to return. Maximum 100.
false
Default 100.
pageStart
The nextPageStart as returned in a previous search paths request to retrieve the next batch of searched paths.
false
Default null.
hashtag
Searches for paths with the given hashtag.
false
Default null.
Last updated