GET api/InspectionManagement/getfiles?entryID={entryID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entryID

string

Required

Body Parameters

None.

Response Information

Resource Description

ReturnResultPageOfListOfEntTgBusinessFile
NameDescriptionTypeAdditional information
totalCount

integer

None.

items

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "totalCount": 1,
  "items": {}
}

application/xml, text/xml

Sample:
<ReturnResultPageOfArrayOfEntTgBusinessFileJWrFJ9jl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
  <items />
  <totalCount>1</totalCount>
</ReturnResultPageOfArrayOfEntTgBusinessFileJWrFJ9jl>