v1
latestOpenAPI 3.0.32026-08-061874701.5 MBproofs
Get proof
Gets the proof specified in the URL. Returns the proof, which is optionally populated with discussion and attachment objects.
get/sheets/{sheetId}/proofs/{proofId}
Query parameters
include'attachments' | 'discussions'
A comma-separated list of optional elements to include in the response.
Response
SUCCESS
Example response
{
"lastUpdatedBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
},
"attachments": [
{
"mimeType": "PNG",
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
],
"discussions": [
{
"comments": [
{
"attachments": [
{
"mimeType": "PNG",
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
],
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
],
"commentAttachments": [
{
"mimeType": "PNG",
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
],
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
},
"lastCommentedUser": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
]
}