Skip to main content

type: attachment

File upload or signature answer. Each value is a signed file link.

integrationKeystring
Example: sampleImages
typestring

Possible values: [attachment]

Example: attachment
values object[]
  • Array [
  • namestringnullable

    File name. Not returned for signature answers.

    Example: sample_front.jpg
    urlstring

    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"
    }
    ]
    }