Search overview
You specify your search criteria with the value for the query parameter "search". Each search criteria is a key-value pair separated by colon, like so: ?search=name:timekit
, which will find anything with the name-attribute having the value timekit.
You can add multiple criteria to a search, by separating each criterion with a semicolon (;
) like so:
?search=name:timekit;length:1hour
this results in an and search,
In our API reference you can see for which endpoint which fields are searchable.
Updated over 6 years ago