Need Smartsheet technical expert suggestion or approach to retrieve hyperlink from Smartsheet API
- The recommended approach to retrieve hyperlink data structure from columns via the API
- Any specific column type configurations or API parameters that might be required
- Best practices for handling hyperlink data in API responses
Requirement: Requires the 'Program Name' column data to be retrieved as hyperlink objects through the Smartsheet API. Currently, we are receiving this data as text format in our API responses
API Parameter tried:
- Implemented the include=hyperlinks parameter in our API queries
- Tested with GET /sheets/{sheetId}/rows?include=hyperlinks
- Tried to update the project name column as hyperlink through postman
Documentation :- We are refereeing the documentation available on google
Smartsheet API introduction
After using above options, our API calls are functioning correctly and returning data, we are receiving the column information as text format rather than the structured hyperlink objects that would allow us to access both display text and URL components separately.
Current Response :-
Expected Response :-