Content
#api How to filter with "_links" properties params on API.v3
Added by Thanh Nguyen over 2 years ago
Hi!
I just learned to use "hypermedia rest api" on openproject
I want use "filter" param with "_links" properties on api but not know how
Example:
http:/<my_domain>/target/api/v3/projects/design/work_packages?filters=[{"updatedAt":{"operator":"<>d","values":["2017-06-10T22:00:00Z","2017-07-05T22:00:00Z"]}, "_links":{"type":{"title":{"operator":"=","values":["Box"]}}}]
==> My Question:
- i not known use to
"_links":{"type":{"title":{"operator":"=","values":["Box"]}
params filter. Now, result is not filter for "_links" - And show me books name to learn API for to beginner
Help me, please!
Thanks!
Replies (2)
Solved!
https://stackoverflow.com/questions/62844700/how-to-filter-with-links-properties-params-on-api-v3-in-openproject