Content
You are here:
How to get all custom objects by the API
Added by Daniel Narberhaus about 3 years ago
There's an endpoint in the API for custom objects, the list elements of a custom field.
Found on API: Custom Objects (openproject.org)
But this endpoint isn't working well and what I need is the complete list of all custom objects with a link information of the custom field they belong to.
Has anybody solve this use case?
Replies (1)
I used a regular expression in this case with PHP from the JSON-objects I get back for the work_packages/form .
In this case preg_match("/customField[0-9]+)/", $key)