Content
You are here:
API - Get tasks filtered by version
Added by Petr Zeman about 5 years ago
Hi.
I am trying to use API to get all work packages with no version set.
As result I'm getting error:
{
"_type": "Error", "errorIdentifier": "urn:openproject-org:api:v3:errors:InternalServerError",
"message": "An internal error has occured. undefined method `keys' for ["n", "version"]:Array"
}
According to API documentation I tried to gather filter from URL in browser with listed packages:
{"n":"version","o":"!*"}
Is there a way, how to get such filtered list using API?
Replies (1)
Simple example of extracting IDs of packages with no version assigned.