I have a question regarding using the rest connection and how to use the query parameter.
I have connected to the main table by specifying the query headers and i get the response with data with JSON format and everything is fine, but when i try to connect to the details tables that have data i have to add the query parameters Name & Value like:
1st parameter. Name: Date_Col Value: 2019-01-01
2nd parameter. Name: ID_Col. Value: _12342
I got connect successfully but the file format that i receive is CSV file with no data or structure.
so the question is there format to have it in the query parameter to get JSON file structure and data.