Get a list of all attachments attached to a version of a form

Request Information

Parameters

NameDescriptionAdditional information
id The id of the form

Define this parameter in the request URI.

version The version number of the form

Define this parameter in the request URI.

Response Information

Returns: A list of attachments

Response body formats

application/json, text/json

Sample:
[
  {
    "AttachmentUri": "/forms/7/versions/6/attachments/4",
    "FormUri": "/forms/7",
    "FormContentUri": "/forms/7/versions/6",
    "Id": 4,
    "CreatedAt": "2025-12-08T00:56:19.3667476+01:00",
    "Version": 6,
    "FormId": 7,
    "Latitude": 1.1,
    "Longitude": 1.1,
    "Comment": "sample string 8",
    "CategoryId": 9
  },
  {
    "AttachmentUri": "/forms/7/versions/6/attachments/4",
    "FormUri": "/forms/7",
    "FormContentUri": "/forms/7/versions/6",
    "Id": 4,
    "CreatedAt": "2025-12-08T00:56:19.3667476+01:00",
    "Version": 6,
    "FormId": 7,
    "Latitude": 1.1,
    "Longitude": 1.1,
    "Comment": "sample string 8",
    "CategoryId": 9
  },
  {
    "AttachmentUri": "/forms/7/versions/6/attachments/4",
    "FormUri": "/forms/7",
    "FormContentUri": "/forms/7/versions/6",
    "Id": 4,
    "CreatedAt": "2025-12-08T00:56:19.3667476+01:00",
    "Version": 6,
    "FormId": 7,
    "Latitude": 1.1,
    "Longitude": 1.1,
    "Comment": "sample string 8",
    "CategoryId": 9
  }
]