GET api/Individuals/Photos/{ittfid}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| ittfid | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
cms_photo_update_dc| Name | Description | Type | Additional information | 
|---|---|---|---|
| ittfid | integer | None. | |
| photo_R_400px | string | None. | |
| photo_L_400px | string | None. | |
| photo_R_1080px | string | None. | |
| photo_L_1080px | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "ittfid": 1,
  "photo_R_400px": "sample string 2",
  "photo_L_400px": "sample string 3",
  "photo_R_1080px": "sample string 4",
  "photo_L_1080px": "sample string 5"
}
        application/xml, text/xml
            Sample:
<cms_photo_update_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers.Utils"> <ittfid>1</ittfid> <photo_L_1080px>sample string 5</photo_L_1080px> <photo_L_400px>sample string 3</photo_L_400px> <photo_R_1080px>sample string 4</photo_R_1080px> <photo_R_400px>sample string 2</photo_R_400px> </cms_photo_update_dc>