GET api/JIPunchList2020?db={db}&model={model}&flangeIds={flangeIds}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| db | string |
Required |
|
| model | string |
Required |
|
| flangeIds | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of JIPunchListItemImage2020| Name | Description | Type | Additional information |
|---|---|---|---|
| CctrHeaderId | integer |
None. |
|
| PunchListItemId | integer |
None. |
|
| Modelname | string |
None. |
|
| Filename | string |
None. |
|
| FileContent | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CctrHeaderId": 1,
"PunchListItemId": 2,
"Modelname": "sample string 3",
"Filename": "sample string 4",
"FileContent": "QEA="
},
{
"CctrHeaderId": 1,
"PunchListItemId": 2,
"Modelname": "sample string 3",
"Filename": "sample string 4",
"FileContent": "QEA="
}
]
text/xml
Sample:
<ArrayOfJIPunchListItemImage2020 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.JI">
<JIPunchListItemImage2020>
<CctrHeaderId>1</CctrHeaderId>
<FileContent>QEA=</FileContent>
<Filename>sample string 4</Filename>
<Modelname>sample string 3</Modelname>
<PunchListItemId>2</PunchListItemId>
</JIPunchListItemImage2020>
<JIPunchListItemImage2020>
<CctrHeaderId>1</CctrHeaderId>
<FileContent>QEA=</FileContent>
<Filename>sample string 4</Filename>
<Modelname>sample string 3</Modelname>
<PunchListItemId>2</PunchListItemId>
</JIPunchListItemImage2020>
</ArrayOfJIPunchListItemImage2020>