Good day,
I am wondering if someone can please assist me.
I am needing to get certain fields from a object in Riada Insights, I have a form that returns a site code object in Jira, from there I would like to do a web api call to Riada Insights and pass it the Site code, I only want the object returned with the following information:
Street Address
Suburb
City
Province
Country
I can do the API call by utilizing /rest/insight/1.0/objecttype/83/objects?objectSchemaID=83&iql=label="S1744"&includeAttributes=True but cannot seem to return only the fields that I am looking for. Is there something I am missing or would I need to process the returned JSON object in a foreach loop?
Regards