Content
You are here:
Fetch archived project list with API
Added by Axel Paratre about 4 years ago
Hi,
Is there a way to fetch archived projects through the API ?
I can't find anything in Google and I tried multiple things like :
"status" => array (
"operator" => "=",
"values" => array("1", "9")
)
or
array (
"active" => array (
"operator" => "*",
"values" => array()
)
),
but it's not working.
Thanks for your help.
Axel
Replies (1)
Dear Axel,
we will provide an extended API documentation next week with new release 11.0. You will find it here: docs.openproject.org/api/
Please get in touch again if this doesn't help.
Kind regards
Matthias