GET api/ObsPhoto

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "obsPhotoId": 1,
    "obsTypeId": 2,
    "obsUid": "5c9d6f7d-f594-4670-92d3-30ac22fab9ca",
    "obsId": 1,
    "createdByUserId": "e4cac92d-2d10-4422-a97a-7f8dbce7eac8",
    "modifiedByUserId": "49f0dfd5-a98c-4c7f-a893-02d08853e91a",
    "creationDate": "2026-07-24T09:14:23.3944489+00:00",
    "dateTimeStamp": "2026-07-24T09:14:23.3944489+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": "5c9d6f7d-f594-4670-92d3-30ac22fab9ca",
    "obsId": 1,
    "createdByUserId": "e4cac92d-2d10-4422-a97a-7f8dbce7eac8",
    "modifiedByUserId": "49f0dfd5-a98c-4c7f-a893-02d08853e91a",
    "creationDate": "2026-07-24T09:14:23.3944489+00:00",
    "dateTimeStamp": "2026-07-24T09:14:23.3944489+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": "5c9d6f7d-f594-4670-92d3-30ac22fab9ca",
    "obsId": 1,
    "createdByUserId": "e4cac92d-2d10-4422-a97a-7f8dbce7eac8",
    "modifiedByUserId": "49f0dfd5-a98c-4c7f-a893-02d08853e91a",
    "creationDate": "2026-07-24T09:14:23.3944489+00:00",
    "dateTimeStamp": "2026-07-24T09:14:23.3944489+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>e4cac92d-2d10-4422-a97a-7f8dbce7eac8</CreatedByUserId>
    <CreationDate>2026-07-24T09:14:23.3944489+00:00</CreationDate>
    <DateTimeStamp>2026-07-24T09:14:23.3944489+00:00</DateTimeStamp>
    <ModifiedByUserId>49f0dfd5-a98c-4c7f-a893-02d08853e91a</ModifiedByUserId>
    <ObsId>1</ObsId>
    <ObsPhotoId>1</ObsPhotoId>
    <ObsTypeId>2</ObsTypeId>
    <ObsUid>5c9d6f7d-f594-4670-92d3-30ac22fab9ca</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>e4cac92d-2d10-4422-a97a-7f8dbce7eac8</CreatedByUserId>
    <CreationDate>2026-07-24T09:14:23.3944489+00:00</CreationDate>
    <DateTimeStamp>2026-07-24T09:14:23.3944489+00:00</DateTimeStamp>
    <ModifiedByUserId>49f0dfd5-a98c-4c7f-a893-02d08853e91a</ModifiedByUserId>
    <ObsId>1</ObsId>
    <ObsPhotoId>1</ObsPhotoId>
    <ObsTypeId>2</ObsTypeId>
    <ObsUid>5c9d6f7d-f594-4670-92d3-30ac22fab9ca</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>e4cac92d-2d10-4422-a97a-7f8dbce7eac8</CreatedByUserId>
    <CreationDate>2026-07-24T09:14:23.3944489+00:00</CreationDate>
    <DateTimeStamp>2026-07-24T09:14:23.3944489+00:00</DateTimeStamp>
    <ModifiedByUserId>49f0dfd5-a98c-4c7f-a893-02d08853e91a</ModifiedByUserId>
    <ObsId>1</ObsId>
    <ObsPhotoId>1</ObsPhotoId>
    <ObsTypeId>2</ObsTypeId>
    <ObsUid>5c9d6f7d-f594-4670-92d3-30ac22fab9ca</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>