GET api/AttachFile/GetList?attachFileId={attachFileId}&curentpage={curentpage}&recordpage={recordpage}

Documentation for 'GetList'.

Request Information

Parameters

NameDescriptionAdditional information
attachFileId
Documentation for 'attachFileId'.

Define this parameter in the request URI.

curentpage
Documentation for 'curentpage'.

Define this parameter in the request URI.

recordpage
Documentation for 'recordpage'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "AttachFileId": 1,
    "AttachFileName": "sample string 2",
    "AttachFileLink": "sample string 3",
    "FileSize": 4,
    "AttachFileType": "sample string 5",
    "AttachUserId": 6,
    "AttachFileStatus": 7,
    "CreateDate": "2026-04-14T22:39:46.2018909+07:00"
  },
  {
    "AttachFileId": 1,
    "AttachFileName": "sample string 2",
    "AttachFileLink": "sample string 3",
    "FileSize": 4,
    "AttachFileType": "sample string 5",
    "AttachUserId": 6,
    "AttachFileStatus": 7,
    "CreateDate": "2026-04-14T22:39:46.2018909+07:00"
  },
  {
    "AttachFileId": 1,
    "AttachFileName": "sample string 2",
    "AttachFileLink": "sample string 3",
    "FileSize": 4,
    "AttachFileType": "sample string 5",
    "AttachUserId": 6,
    "AttachFileStatus": 7,
    "CreateDate": "2026-04-14T22:39:46.2018909+07:00"
  }
]

text/xml

Sample:
<ArrayOfAttachFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lib.DTO">
  <AttachFile>
    <AttachFileId>1</AttachFileId>
    <AttachFileLink>sample string 3</AttachFileLink>
    <AttachFileName>sample string 2</AttachFileName>
    <AttachFileStatus>7</AttachFileStatus>
    <AttachFileType>sample string 5</AttachFileType>
    <AttachUserId>6</AttachUserId>
    <CreateDate>2026-04-14T22:39:46.2018909+07:00</CreateDate>
    <FileSize>4</FileSize>
  </AttachFile>
  <AttachFile>
    <AttachFileId>1</AttachFileId>
    <AttachFileLink>sample string 3</AttachFileLink>
    <AttachFileName>sample string 2</AttachFileName>
    <AttachFileStatus>7</AttachFileStatus>
    <AttachFileType>sample string 5</AttachFileType>
    <AttachUserId>6</AttachUserId>
    <CreateDate>2026-04-14T22:39:46.2018909+07:00</CreateDate>
    <FileSize>4</FileSize>
  </AttachFile>
  <AttachFile>
    <AttachFileId>1</AttachFileId>
    <AttachFileLink>sample string 3</AttachFileLink>
    <AttachFileName>sample string 2</AttachFileName>
    <AttachFileStatus>7</AttachFileStatus>
    <AttachFileType>sample string 5</AttachFileType>
    <AttachUserId>6</AttachUserId>
    <CreateDate>2026-04-14T22:39:46.2018909+07:00</CreateDate>
    <FileSize>4</FileSize>
  </AttachFile>
</ArrayOfAttachFile>