GET api/PhotoType/{id}
Get PhotoType by matching the provided id
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
PhotoType| Name | Description | Type | Additional information | 
|---|---|---|---|
| PhotoTypeId | integer | None. | |
| CreatedBy | integer | None. | |
| LastModifiedBy | integer | None. | |
| IsDeleted | boolean | None. | |
| CreatedDateTime | date | None. | |
| LastUpdatedDateTime | date | None. | |
| PhotoTypeName | string | None. | |
| Individuals_Photos | Collection of Individuals_Photos | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "PhotoTypeId": 1,
  "CreatedBy": 1,
  "LastModifiedBy": 1,
  "IsDeleted": true,
  "CreatedDateTime": "2025-10-30T10:49:02.9913428+00:00",
  "LastUpdatedDateTime": "2025-10-30T10:49:02.9913428+00:00",
  "PhotoTypeName": "sample string 5",
  "Individuals_Photos": [
    {
      "IndividualPhotoId": 1,
      "CreatedBy": 1,
      "LastModifiedBy": 1,
      "IsDeleted": true,
      "CreatedDateTime": "2025-10-30T10:49:02.9913428+00:00",
      "LastUpdatedDateTime": "2025-10-30T10:49:02.9913428+00:00",
      "PhotoUrl": "sample string 5",
      "PhotoTypeId": 6,
      "ittfid": 7
    },
    {
      "IndividualPhotoId": 1,
      "CreatedBy": 1,
      "LastModifiedBy": 1,
      "IsDeleted": true,
      "CreatedDateTime": "2025-10-30T10:49:02.9913428+00:00",
      "LastUpdatedDateTime": "2025-10-30T10:49:02.9913428+00:00",
      "PhotoUrl": "sample string 5",
      "PhotoTypeId": 6,
      "ittfid": 7
    }
  ]
}
        application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
Sample not available.