Search

Search

Search for a database, folder, form, or report that is visible to the user.

Request

GET https://www.activityinfo.org/resources/search

Successful response

application/json

object
searchString string required
results array[object] The list of results matching the search string required
truncated boolean True if the number of results exceeded the maximum and have been truncated. required
partial boolean True if these results are partial pending the full results. required

Error responses

Status Code Error Code Description
401 AUTHENTICATION_REQUIRED The request must be authenticated

Example

curl -u anything:YOUR_API_TOKEN \
  https://www.activityinfo.org/resources/search
Next item
Start job