migi
2 years agoOccasional Contributor
Hierarchy in a API CALL
Hi i currently have a problem that i can not show certain fields in my API call.
"results":[
"ID" : 1,
"Custom_fields"{
"Test1": 1,
"Test2": "Testing"
How can I select the ID and the Test1 under the custom fields part so that it would show the following.
"results":[
"ID" : 1,
"Custom_fields"{
"Test1": 1,