I am working with Celigo My API. I am facing an issue with API response. I need response as a json array but Celigo API response giving as a json object. Can anyone knows how to achieve this.
In API builder, returning a JSON object is currently supported. In order to return an array, it is recommended to configure the API response body as an object array like shown below.
We need the data in Json array because there is a parser which is accepting the entire data in array format. I need to pass entire data set as a json array to that parser. please refer to the below screenshot the highlighted part needs to be in array.
We are currently facing the same issue with the response format. As Vamsi mentioned earlier, we require the response to be returned as an array, however it is returned as an object. Please let us know if there are any updates on this request raised. Or suggest alternate (if any) we can use to achieve the array format.