GET api/PhotoType/{id}

Get PhotoType by matching the provided id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

PhotoType
NameDescriptionTypeAdditional 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-07-18T15:50:20.2745088+00:00",
  "LastUpdatedDateTime": "2025-07-18T15:50:20.2745088+00:00",
  "PhotoTypeName": "sample string 5",
  "Individuals_Photos": [
    {
      "IndividualPhotoId": 1,
      "CreatedBy": 1,
      "LastModifiedBy": 1,
      "IsDeleted": true,
      "CreatedDateTime": "2025-07-18T15:50:20.2745088+00:00",
      "LastUpdatedDateTime": "2025-07-18T15:50:20.2745088+00:00",
      "PhotoUrl": "sample string 5",
      "PhotoTypeId": 6,
      "ittfid": 7
    },
    {
      "IndividualPhotoId": 1,
      "CreatedBy": 1,
      "LastModifiedBy": 1,
      "IsDeleted": true,
      "CreatedDateTime": "2025-07-18T15:50:20.2745088+00:00",
      "LastUpdatedDateTime": "2025-07-18T15:50:20.2745088+00:00",
      "PhotoUrl": "sample string 5",
      "PhotoTypeId": 6,
      "ittfid": 7
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.