type: attachment
File upload or signature answer. Each value is a signed file link.
integrationKeystring
Example:
sampleImagestypestring
Possible values: [attachment]
Example:
attachmentvalues object[]
Array [
namestringnullable
File name. Not returned for signature answers.
Example:
sample_front.jpgurlstring
Signed, time-limited download URL.
Example:
https://cdn.inspectorio.com/files/sample_front.jpg]
type: attachment
{
"integrationKey": "sampleImages",
"type": "attachment",
"values": [
{
"name": "sample_front.jpg",
"url": "https://cdn.inspectorio.com/files/sample_front.jpg"
}
]
}