GET api/ObsPhoto

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "obsPhotoId": 1,
    "obsTypeId": 2,
    "obsUid": "b4a8451f-6333-4dd8-bab3-e2f5f177bf4f",
    "obsId": 1,
    "createdByUserId": "aa2e170a-dd36-423f-bf4d-bd34e3349e72",
    "modifiedByUserId": "19b411b1-bdf6-4def-be7c-497fc6c6bc1d",
    "creationDate": "2025-09-15T15:36:18.8755179+00:00",
    "dateTimeStamp": "2025-09-15T15:36:18.8755179+00:00",
    "sortOrder": 7,
    "originalUrl": "sample string 8",
    "photoUrl": "sample string 9",
    "thumbnailUrl": "sample string 10",
    "caption": "sample string 11",
    "tags": "sample string 12"
  },
  {
    "obsPhotoId": 1,
    "obsTypeId": 2,
    "obsUid": "b4a8451f-6333-4dd8-bab3-e2f5f177bf4f",
    "obsId": 1,
    "createdByUserId": "aa2e170a-dd36-423f-bf4d-bd34e3349e72",
    "modifiedByUserId": "19b411b1-bdf6-4def-be7c-497fc6c6bc1d",
    "creationDate": "2025-09-15T15:36:18.8755179+00:00",
    "dateTimeStamp": "2025-09-15T15:36:18.8755179+00:00",
    "sortOrder": 7,
    "originalUrl": "sample string 8",
    "photoUrl": "sample string 9",
    "thumbnailUrl": "sample string 10",
    "caption": "sample string 11",
    "tags": "sample string 12"
  },
  {
    "obsPhotoId": 1,
    "obsTypeId": 2,
    "obsUid": "b4a8451f-6333-4dd8-bab3-e2f5f177bf4f",
    "obsId": 1,
    "createdByUserId": "aa2e170a-dd36-423f-bf4d-bd34e3349e72",
    "modifiedByUserId": "19b411b1-bdf6-4def-be7c-497fc6c6bc1d",
    "creationDate": "2025-09-15T15:36:18.8755179+00:00",
    "dateTimeStamp": "2025-09-15T15:36:18.8755179+00:00",
    "sortOrder": 7,
    "originalUrl": "sample string 8",
    "photoUrl": "sample string 9",
    "thumbnailUrl": "sample string 10",
    "caption": "sample string 11",
    "tags": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfObsPhotoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cocorahs.Models">
  <ObsPhotoViewModel>
    <Caption>sample string 11</Caption>
    <CreatedByUserId>aa2e170a-dd36-423f-bf4d-bd34e3349e72</CreatedByUserId>
    <CreationDate>2025-09-15T15:36:18.8755179+00:00</CreationDate>
    <DateTimeStamp>2025-09-15T15:36:18.8755179+00:00</DateTimeStamp>
    <ModifiedByUserId>19b411b1-bdf6-4def-be7c-497fc6c6bc1d</ModifiedByUserId>
    <ObsId>1</ObsId>
    <ObsPhotoId>1</ObsPhotoId>
    <ObsTypeId>2</ObsTypeId>
    <ObsUid>b4a8451f-6333-4dd8-bab3-e2f5f177bf4f</ObsUid>
    <OriginalUrl>sample string 8</OriginalUrl>
    <PhotoUrl>sample string 9</PhotoUrl>
    <SortOrder>7</SortOrder>
    <Tags>sample string 12</Tags>
    <ThumbnailUrl>sample string 10</ThumbnailUrl>
  </ObsPhotoViewModel>
  <ObsPhotoViewModel>
    <Caption>sample string 11</Caption>
    <CreatedByUserId>aa2e170a-dd36-423f-bf4d-bd34e3349e72</CreatedByUserId>
    <CreationDate>2025-09-15T15:36:18.8755179+00:00</CreationDate>
    <DateTimeStamp>2025-09-15T15:36:18.8755179+00:00</DateTimeStamp>
    <ModifiedByUserId>19b411b1-bdf6-4def-be7c-497fc6c6bc1d</ModifiedByUserId>
    <ObsId>1</ObsId>
    <ObsPhotoId>1</ObsPhotoId>
    <ObsTypeId>2</ObsTypeId>
    <ObsUid>b4a8451f-6333-4dd8-bab3-e2f5f177bf4f</ObsUid>
    <OriginalUrl>sample string 8</OriginalUrl>
    <PhotoUrl>sample string 9</PhotoUrl>
    <SortOrder>7</SortOrder>
    <Tags>sample string 12</Tags>
    <ThumbnailUrl>sample string 10</ThumbnailUrl>
  </ObsPhotoViewModel>
  <ObsPhotoViewModel>
    <Caption>sample string 11</Caption>
    <CreatedByUserId>aa2e170a-dd36-423f-bf4d-bd34e3349e72</CreatedByUserId>
    <CreationDate>2025-09-15T15:36:18.8755179+00:00</CreationDate>
    <DateTimeStamp>2025-09-15T15:36:18.8755179+00:00</DateTimeStamp>
    <ModifiedByUserId>19b411b1-bdf6-4def-be7c-497fc6c6bc1d</ModifiedByUserId>
    <ObsId>1</ObsId>
    <ObsPhotoId>1</ObsPhotoId>
    <ObsTypeId>2</ObsTypeId>
    <ObsUid>b4a8451f-6333-4dd8-bab3-e2f5f177bf4f</ObsUid>
    <OriginalUrl>sample string 8</OriginalUrl>
    <PhotoUrl>sample string 9</PhotoUrl>
    <SortOrder>7</SortOrder>
    <Tags>sample string 12</Tags>
    <ThumbnailUrl>sample string 10</ThumbnailUrl>
  </ObsPhotoViewModel>
</ArrayOfObsPhotoViewModel>