Search path
Description | Search for paths matching specified search criteria. |
Endpoint |
|
Method | GET |
Access Level Rules
Access Level | None |
Processing Units
Processing units | 0 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| An array that indicates the path types you are looking for.
| false | Default ["vector", "raster", "folder", "file", "pointCloud", "bookmark"]. |
| 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"]. |
| 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. |
| Search for paths owned by the given user. | false | Default null. |
| The maximum number of paths to return. Maximum 100. | false | Default 100. |
| The nextPageStart as returned in a previous search paths request to retrieve the next batch of searched paths. | false | Default null. |
| Searches for paths with the given hashtag. | false | Default null. |
Last updated