GET api/GreenMemberProject?ProjectId={ProjectId}&imgFlag={imgFlag}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ProjectId | integer |
Required |
|
imgFlag | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
images of of selected Project
Collection of OffsetProjectImagesName | Description | Type | Additional information |
---|---|---|---|
PId | integer |
None. |
|
ProjImgId | integer |
None. |
|
imgUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PId": 1, "ProjImgId": 2, "imgUrl": "sample string 3" }, { "PId": 1, "ProjImgId": 2, "imgUrl": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfOffsetProjectImages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeminiShippers.Common.RESTfulGreenable"> <OffsetProjectImages> <PId>1</PId> <ProjImgId>2</ProjImgId> <imgUrl>sample string 3</imgUrl> </OffsetProjectImages> <OffsetProjectImages> <PId>1</PId> <ProjImgId>2</ProjImgId> <imgUrl>sample string 3</imgUrl> </OffsetProjectImages> </ArrayOfOffsetProjectImages>