GET api/PhotoTypes

List all PhotoTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

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

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.