Add image to sheet summary
Adds an image to the summary field.
Query parameters
Url-encoded alternate text for the image
You may use the query string parameter overrideValidation with a value of true to allow a cell value outside of the validation limits. You must specify strict with a value of false to bypass value type checking.
Headers
Required for POST and PUT requests. Defines the structure for the request body.
Should be equal to "attachment" to tell the API that a file is in the body of the POST request, followed by a semicolon, followed by filename= and the URL-encoded filename in quotes
Must be set to the size of the file, in bytes. For example to determine file size using in UNIX: $ ls -l ProgressReport.docx 5463 ProgressReport.docx
Response
SUCCESS
Example response
{
"message": "SUCCESS",
"result": {
"objectValue": {
"objectType": "CONTACT",
"email": "john.doe@acme.com",
"name": "John Doe",
"imageId": "1234!_qwer!_5667zxcvQWER!_ASDF",
"emailId": "23456789",
"userId": "12345678",
"lookUpName": true
}
}
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.