GET api/GetProjectDocDetail/{ProjectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProjDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectDocHdrId | integer |
None. |
|
| ProjectDocDetId | integer |
None. |
|
| UpdatedDate | string |
None. |
|
| ProjectId | integer |
None. |
|
| ProjName | string |
None. |
|
| Name | string |
None. |
|
| LoginDateTime | string |
None. |
|
| ImagePath | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProjectDocHdrId": 1,
"ProjectDocDetId": 2,
"UpdatedDate": "sample string 3",
"ProjectId": 4,
"ProjName": "sample string 5",
"Name": "sample string 6",
"LoginDateTime": "sample string 7",
"ImagePath": "sample string 8"
},
{
"ProjectDocHdrId": 1,
"ProjectDocDetId": 2,
"UpdatedDate": "sample string 3",
"ProjectId": 4,
"ProjName": "sample string 5",
"Name": "sample string 6",
"LoginDateTime": "sample string 7",
"ImagePath": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfProjDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RECOSMart_Api">
<ProjDocument>
<ImagePath>sample string 8</ImagePath>
<LoginDateTime>sample string 7</LoginDateTime>
<Name>sample string 6</Name>
<ProjName>sample string 5</ProjName>
<ProjectDocDetId>2</ProjectDocDetId>
<ProjectDocHdrId>1</ProjectDocHdrId>
<ProjectId>4</ProjectId>
<UpdatedDate>sample string 3</UpdatedDate>
</ProjDocument>
<ProjDocument>
<ImagePath>sample string 8</ImagePath>
<LoginDateTime>sample string 7</LoginDateTime>
<Name>sample string 6</Name>
<ProjName>sample string 5</ProjName>
<ProjectDocDetId>2</ProjectDocDetId>
<ProjectDocHdrId>1</ProjectDocHdrId>
<ProjectId>4</ProjectId>
<UpdatedDate>sample string 3</UpdatedDate>
</ProjDocument>
</ArrayOfProjDocument>