GET api/Project/GetProjectPhoto
Request Information
URI Parameters
None.
Body Parameters
ProjectPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotoId | integer |
None. |
|
| PhotoCaption | string |
None. |
|
| PhotoPath | string |
None. |
|
| ProjectId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhotoId": 1,
"PhotoCaption": "sample string 2",
"PhotoPath": "sample string 3",
"ProjectId": 4,
"CreatedBy": 5,
"CreatedDate": "2025-12-21T09:01:45.1295117+00:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-12-21T09:01:45.1295117+00:00"
}
application/xml, text/xml
Sample:
<ProjectPhoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDPS"> <CreatedBy>5</CreatedBy> <CreatedDate>2025-12-21T09:01:45.1295117+00:00</CreatedDate> <PhotoCaption>sample string 2</PhotoCaption> <PhotoId>1</PhotoId> <PhotoPath>sample string 3</PhotoPath> <ProjectId>4</ProjectId> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2025-12-21T09:01:45.1295117+00:00</UpdatedDate> </ProjectPhoto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.