GET api/v1/{posId}/attachments

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Attachment
NameDescriptionTypeAdditional information
AttachmentID

globally unique identifier

None.

StoreID

string

None.

Name

string

None.

Description

string

None.

Url

string

None.

FolderPath

string

None.

Type

integer

None.

LastModified

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AttachmentID": "b3ae0769-6d60-4524-9590-4a701184ebaa",
    "StoreID": "sample string 2",
    "Name": "sample string 3",
    "Description": "sample string 4",
    "Url": "sample string 5",
    "FolderPath": "sample string 6",
    "Type": 1,
    "LastModified": "2025-12-06T05:40:57.0908451+01:00"
  },
  {
    "AttachmentID": "b3ae0769-6d60-4524-9590-4a701184ebaa",
    "StoreID": "sample string 2",
    "Name": "sample string 3",
    "Description": "sample string 4",
    "Url": "sample string 5",
    "FolderPath": "sample string 6",
    "Type": 1,
    "LastModified": "2025-12-06T05:40:57.0908451+01:00"
  }
]

text/html

Sample:
[{"AttachmentID":"b3ae0769-6d60-4524-9590-4a701184ebaa","StoreID":"sample string 2","Name":"sample string 3","Description":"sample string 4","Url":"sample string 5","FolderPath":"sample string 6","Type":1,"LastModified":"2025-12-06T05:40:57.0908451+01:00"},{"AttachmentID":"b3ae0769-6d60-4524-9590-4a701184ebaa","StoreID":"sample string 2","Name":"sample string 3","Description":"sample string 4","Url":"sample string 5","FolderPath":"sample string 6","Type":1,"LastModified":"2025-12-06T05:40:57.0908451+01:00"}]

application/xml, text/xml

Sample:
<Root>
  <Data>
    <AttachmentID>b3ae0769-6d60-4524-9590-4a701184ebaa</AttachmentID>
    <StoreID>sample string 2</StoreID>
    <Name>sample string 3</Name>
    <Description>sample string 4</Description>
    <Url>sample string 5</Url>
    <FolderPath>sample string 6</FolderPath>
    <Type>1</Type>
    <LastModified>2025-12-06T05:40:57.0908451+01:00</LastModified>
  </Data>
  <Data>
    <AttachmentID>b3ae0769-6d60-4524-9590-4a701184ebaa</AttachmentID>
    <StoreID>sample string 2</StoreID>
    <Name>sample string 3</Name>
    <Description>sample string 4</Description>
    <Url>sample string 5</Url>
    <FolderPath>sample string 6</FolderPath>
    <Type>1</Type>
    <LastModified>2025-12-06T05:40:57.0908451+01:00</LastModified>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.