Displaying Image Using API

We develop a custom app and we are getting data from Ragic using API. In Ragic we have a sheets that collects users information and a image. We are able to get all the data display in our custom app but when calling the image it gives an error. How can we display the image ? Thank you,

Hi,

Please review your API URL using the following instructions:

  1. Make sure your API URL is correct: the ? is correctly used to separate the URL and parameter, and & is correctly used to separate different parameters.

  2. Check the field definition of the fields in question: Are there formulas or link & load relationships applied and whether or not these settings relate to changing field values?

  3. If you have a complicated sheet design, it will be hard to check the source of API results using multiple parameters simultaneously. Please check each parameter one by one to then compare the results to find the parameters not working as expected before further investigating the definitions of related fields.

After following the steps above to find the exact parameters causing the problem and confirming that the parameters’ behaviors are incompatible with the field definitions, please provide us with the following information related to your HTTP API requests:

URL:
URL Parameters:
Request Body:
Expected Response:
Actual Response

Also, please include the API HTTP request in your support ticket, and please do not copy and paste the complete code or the sheet from a third-party platform used to enter API URLs.

Thank you. It was an error with the field. It’s working perfectly.

1 Like