GET api/Depreciation/GetRevaluationAttachments?RevaluationID={RevaluationID}

Api to Get Revaluation Attachments

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RevaluationID

integer

Required

Body Parameters

None.

Response Information

Resource Description

RevaluationAttachmentListDataResponse
NameDescriptionTypeAdditional information
RevaluationAttachmentList

Collection of RevaluationAttachmentDataModel

None.

ReturnID

integer

Required

Message

string

Required

Successful

boolean

Required

Code

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "revaluationAttachmentList": [
    {
      "assetRevaluationFileID": 1,
      "assetRevaluationID": 2,
      "originalFileName": "sample string 3",
      "renamedFileName": "sample string 4",
      "fullFilePath": "sample string 5",
      "addedBy": 1,
      "addedByName": "sample string 6",
      "addedDate": "2026-02-25T15:54:15.9633838-05:00"
    },
    {
      "assetRevaluationFileID": 1,
      "assetRevaluationID": 2,
      "originalFileName": "sample string 3",
      "renamedFileName": "sample string 4",
      "fullFilePath": "sample string 5",
      "addedBy": 1,
      "addedByName": "sample string 6",
      "addedDate": "2026-02-25T15:54:15.9633838-05:00"
    }
  ],
  "returnID": 1,
  "message": "sample string 2",
  "successful": true,
  "code": 4,
  "totalRecord": 5
}

application/xml, text/xml

Sample:
<RevaluationAttachmentListDataResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.Depreciation">
  <Code xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">4</Code>
  <Message xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">sample string 2</Message>
  <ReturnID xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">1</ReturnID>
  <Successful xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">true</Successful>
  <TotalRecord xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">5</TotalRecord>
  <RevaluationAttachmentList>
    <RevaluationAttachmentDataModel>
      <AddedBy>1</AddedBy>
      <AddedByName>sample string 6</AddedByName>
      <AddedDate>2026-02-25T15:54:15.9633838-05:00</AddedDate>
      <AssetRevaluationFileID>1</AssetRevaluationFileID>
      <AssetRevaluationID>2</AssetRevaluationID>
      <FullFilePath>sample string 5</FullFilePath>
      <OriginalFileName>sample string 3</OriginalFileName>
      <RenamedFileName>sample string 4</RenamedFileName>
      <TotalCount>7</TotalCount>
    </RevaluationAttachmentDataModel>
    <RevaluationAttachmentDataModel>
      <AddedBy>1</AddedBy>
      <AddedByName>sample string 6</AddedByName>
      <AddedDate>2026-02-25T15:54:15.9633838-05:00</AddedDate>
      <AssetRevaluationFileID>1</AssetRevaluationFileID>
      <AssetRevaluationID>2</AssetRevaluationID>
      <FullFilePath>sample string 5</FullFilePath>
      <OriginalFileName>sample string 3</OriginalFileName>
      <RenamedFileName>sample string 4</RenamedFileName>
      <TotalCount>7</TotalCount>
    </RevaluationAttachmentDataModel>
  </RevaluationAttachmentList>
</RevaluationAttachmentListDataResponse>

multipart/form-data

Sample:
<RevaluationAttachmentListDataResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.Depreciation"><Code xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">4</Code><Message xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">sample string 2</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">1</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">5</TotalRecord><RevaluationAttachmentList><RevaluationAttachmentDataModel><AddedBy>1</AddedBy><AddedByName>sample string 6</AddedByName><AddedDate>2026-02-25T15:54:15.9633838-05:00</AddedDate><AssetRevaluationFileID>1</AssetRevaluationFileID><AssetRevaluationID>2</AssetRevaluationID><FullFilePath>sample string 5</FullFilePath><OriginalFileName>sample string 3</OriginalFileName><RenamedFileName>sample string 4</RenamedFileName><TotalCount>7</TotalCount></RevaluationAttachmentDataModel><RevaluationAttachmentDataModel><AddedBy>1</AddedBy><AddedByName>sample string 6</AddedByName><AddedDate>2026-02-25T15:54:15.9633838-05:00</AddedDate><AssetRevaluationFileID>1</AssetRevaluationFileID><AssetRevaluationID>2</AssetRevaluationID><FullFilePath>sample string 5</FullFilePath><OriginalFileName>sample string 3</OriginalFileName><RenamedFileName>sample string 4</RenamedFileName><TotalCount>7</TotalCount></RevaluationAttachmentDataModel></RevaluationAttachmentList></RevaluationAttachmentListDataResponse>