Gets data related to an attachment

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.

attachment The id of the attachment

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "AttachmentUri": "/forms/1/versions/2/attachments/1",
  "FormUri": "/forms/1",
  "FormContentUri": "/forms/1/versions/2",
  "Id": 1,
  "CreatedAt": "2025-12-06T20:06:53.3434629+01:00",
  "Version": 2,
  "FormId": 1,
  "Latitude": 9.8887174,
  "Longitude": 21.4774147,
  "Comment": "I am a title",
  "CategoryId": 1
}