Searching for resources
The [GET] /resources
endpoint supports searching for resources based on their tags. A request to find all resources tagged as doctor
would look like this:
curl --request GET \
--url https://api.timekit.io/v2/resources?search=tags:doctor \
--header 'Content-Type: application/json' \
--user :live_api_key_7nzvc7wsBQQISLeFSVhROys9V1bUJ1z7
The important part to notice here is the query part of the URL: ?search:tags:doctor
.
Updated over 6 years ago
Next Steps