GET api/EventPhotoType/{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
EventPhotoTypeName | Description | Type | Additional information |
---|---|---|---|
EventPhotoTypeId | integer |
None. |
|
PhotoTypeName | string |
None. |
|
CreatedBy | integer |
None. |
|
LastModifiedBy | integer |
None. |
|
IsDeleted | boolean |
None. |
|
CreatedDateTime | date |
None. |
|
LastUpdatedDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "EventPhotoTypeId": 1, "PhotoTypeName": "sample string 2", "CreatedBy": 1, "LastModifiedBy": 1, "IsDeleted": true, "CreatedDateTime": "2025-07-18T15:40:47.2578679+00:00", "LastUpdatedDateTime": "2025-07-18T15:40:47.2578679+00:00" }
application/xml, text/xml
Sample:
<EventPhotoType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-07-18T15:40:47.2578679+00:00</CreatedDateTime> <EventPhotoTypeId>1</EventPhotoTypeId> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:40:47.2578679+00:00</LastUpdatedDateTime> <PhotoTypeName>sample string 2</PhotoTypeName> </EventPhotoType>