I was trying to find some documentation on the format string and came across this forum.
https://community.smartsheet.com/discussion/13111/update-row-background-with-api
I'm trying to update the format of an entire row ( mainly just trying to update the background color of an existing row ). In the forum above it says to simply add the format parameter to the update row request which sounds simple enough. However, I'm not entirely sure how to send the specified color into the format string.
According to this resource,
https://smartsheet-platform.github.io/api-docs/#formatting
The position of the background color is position 9 which is straightforward. My confusion is, why does the example value, 8, map to the hex color code xE6F5FE? Is there some sort of conversion that I'm missing or is there a set map of values to hex codes that I haven't seen?
Some additional information is that I'm doing this through a shell using cURL so if anyone provide any examples it would be amazing to have them in that format.