GET api/Photos/{id}?api={api}&userId={userId}&accessKey={accessKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
api

string

Required

id

string

Required

userId

string

Required

accessKey

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of PhotoDTO
NameDescriptionTypeAdditional information
Id

integer

None.

GalleryId

integer

None.

UserId

string

None.

Bucket

string

None.

Folder

string

None.

GalleryName

string

None.

FileName

string

None.

Height

integer

None.

Width

integer

None.

Orientation

integer

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

TimeTaken

date

None.

CreateDateTime

date

None.

TakenOn

date

None.

Tags

Collection of TagDTO

None.

Sorts

Collection of SortDTO

None.

Url

string

None.

UrlHost

string

None.

UrlCore

string

None.

Sequence

string

None.

UrlToken

string

None.

OriginalUrl

string

None.

HookupId

string

None.

Status

PhotoStatus

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "GalleryId": 2,
    "UserId": "sample string 3",
    "Bucket": "sample string 4",
    "Folder": "sample string 5",
    "GalleryName": "sample string 6",
    "FileName": "sample string 7",
    "Height": 8,
    "Width": 9,
    "Orientation": 10,
    "Latitude": 1.1,
    "Longitude": 1.1,
    "TimeTaken": "2025-07-18T12:23:48.1872192+00:00",
    "CreateDateTime": "2025-07-18T12:23:48.1872192+00:00",
    "TakenOn": "2025-07-18T12:23:48.1872192+00:00",
    "Tags": [
      {
        "Id": 1,
        "PhotoId": 2,
        "Value": "sample string 3",
        "TagType": 0,
        "Source": "sample string 4",
        "Confidence": 5.1
      },
      {
        "Id": 1,
        "PhotoId": 2,
        "Value": "sample string 3",
        "TagType": 0,
        "Source": "sample string 4",
        "Confidence": 5.1
      }
    ],
    "Sorts": [
      {
        "Id": 1,
        "PhotoId": 2,
        "SortType": 0,
        "HookupId": "sample string 3",
        "CreateDate": "2025-07-18T12:23:48.1872192+00:00",
        "Status": 0
      },
      {
        "Id": 1,
        "PhotoId": 2,
        "SortType": 0,
        "HookupId": "sample string 3",
        "CreateDate": "2025-07-18T12:23:48.1872192+00:00",
        "Status": 0
      }
    ],
    "Url": "sample string 11",
    "UrlHost": "sample string 12",
    "UrlCore": "sample string 13",
    "Sequence": "sample string 14",
    "UrlToken": "sample string 15",
    "OriginalUrl": "sample string 16",
    "HookupId": "sample string 17",
    "Status": 0
  },
  {
    "Id": 1,
    "GalleryId": 2,
    "UserId": "sample string 3",
    "Bucket": "sample string 4",
    "Folder": "sample string 5",
    "GalleryName": "sample string 6",
    "FileName": "sample string 7",
    "Height": 8,
    "Width": 9,
    "Orientation": 10,
    "Latitude": 1.1,
    "Longitude": 1.1,
    "TimeTaken": "2025-07-18T12:23:48.1872192+00:00",
    "CreateDateTime": "2025-07-18T12:23:48.1872192+00:00",
    "TakenOn": "2025-07-18T12:23:48.1872192+00:00",
    "Tags": [
      {
        "Id": 1,
        "PhotoId": 2,
        "Value": "sample string 3",
        "TagType": 0,
        "Source": "sample string 4",
        "Confidence": 5.1
      },
      {
        "Id": 1,
        "PhotoId": 2,
        "Value": "sample string 3",
        "TagType": 0,
        "Source": "sample string 4",
        "Confidence": 5.1
      }
    ],
    "Sorts": [
      {
        "Id": 1,
        "PhotoId": 2,
        "SortType": 0,
        "HookupId": "sample string 3",
        "CreateDate": "2025-07-18T12:23:48.1872192+00:00",
        "Status": 0
      },
      {
        "Id": 1,
        "PhotoId": 2,
        "SortType": 0,
        "HookupId": "sample string 3",
        "CreateDate": "2025-07-18T12:23:48.1872192+00:00",
        "Status": 0
      }
    ],
    "Url": "sample string 11",
    "UrlHost": "sample string 12",
    "UrlCore": "sample string 13",
    "Sequence": "sample string 14",
    "UrlToken": "sample string 15",
    "OriginalUrl": "sample string 16",
    "HookupId": "sample string 17",
    "Status": 0
  }
]

application/xml, text/xml

Sample:
<ArrayOfPhotoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PixelEntities.Photos">
  <PhotoDTO>
    <Bucket>sample string 4</Bucket>
    <CreateDateTime>2025-07-18T12:23:48.1872192+00:00</CreateDateTime>
    <FileName>sample string 7</FileName>
    <Folder>sample string 5</Folder>
    <GalleryId>2</GalleryId>
    <GalleryName>sample string 6</GalleryName>
    <Height>8</Height>
    <HookupId>sample string 17</HookupId>
    <Id>1</Id>
    <Latitude>1.1</Latitude>
    <Longitude>1.1</Longitude>
    <Orientation>10</Orientation>
    <OriginalUrl>sample string 16</OriginalUrl>
    <Sequence>sample string 14</Sequence>
    <Sorts xmlns:d3p1="http://schemas.datacontract.org/2004/07/PixelEntities.Sorts">
      <d3p1:SortDTO>
        <d3p1:CreateDate>2025-07-18T12:23:48.1872192+00:00</d3p1:CreateDate>
        <d3p1:HookupId>sample string 3</d3p1:HookupId>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:PhotoId>2</d3p1:PhotoId>
        <d3p1:SortType>Manual</d3p1:SortType>
        <d3p1:Status>Queued</d3p1:Status>
      </d3p1:SortDTO>
      <d3p1:SortDTO>
        <d3p1:CreateDate>2025-07-18T12:23:48.1872192+00:00</d3p1:CreateDate>
        <d3p1:HookupId>sample string 3</d3p1:HookupId>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:PhotoId>2</d3p1:PhotoId>
        <d3p1:SortType>Manual</d3p1:SortType>
        <d3p1:Status>Queued</d3p1:Status>
      </d3p1:SortDTO>
    </Sorts>
    <Status>Hidden</Status>
    <Tags xmlns:d3p1="http://schemas.datacontract.org/2004/07/PixelEntities.Tags">
      <d3p1:TagDTO>
        <d3p1:Confidence>5.1</d3p1:Confidence>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:PhotoId>2</d3p1:PhotoId>
        <d3p1:Source>sample string 4</d3p1:Source>
        <d3p1:TagType>Text</d3p1:TagType>
        <d3p1:Value>sample string 3</d3p1:Value>
      </d3p1:TagDTO>
      <d3p1:TagDTO>
        <d3p1:Confidence>5.1</d3p1:Confidence>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:PhotoId>2</d3p1:PhotoId>
        <d3p1:Source>sample string 4</d3p1:Source>
        <d3p1:TagType>Text</d3p1:TagType>
        <d3p1:Value>sample string 3</d3p1:Value>
      </d3p1:TagDTO>
    </Tags>
    <TakenOn>2025-07-18T12:23:48.1872192+00:00</TakenOn>
    <TimeTaken>2025-07-18T12:23:48.1872192+00:00</TimeTaken>
    <Url>sample string 11</Url>
    <UrlCore>sample string 13</UrlCore>
    <UrlHost>sample string 12</UrlHost>
    <UrlToken>sample string 15</UrlToken>
    <UserId>sample string 3</UserId>
    <Width>9</Width>
  </PhotoDTO>
  <PhotoDTO>
    <Bucket>sample string 4</Bucket>
    <CreateDateTime>2025-07-18T12:23:48.1872192+00:00</CreateDateTime>
    <FileName>sample string 7</FileName>
    <Folder>sample string 5</Folder>
    <GalleryId>2</GalleryId>
    <GalleryName>sample string 6</GalleryName>
    <Height>8</Height>
    <HookupId>sample string 17</HookupId>
    <Id>1</Id>
    <Latitude>1.1</Latitude>
    <Longitude>1.1</Longitude>
    <Orientation>10</Orientation>
    <OriginalUrl>sample string 16</OriginalUrl>
    <Sequence>sample string 14</Sequence>
    <Sorts xmlns:d3p1="http://schemas.datacontract.org/2004/07/PixelEntities.Sorts">
      <d3p1:SortDTO>
        <d3p1:CreateDate>2025-07-18T12:23:48.1872192+00:00</d3p1:CreateDate>
        <d3p1:HookupId>sample string 3</d3p1:HookupId>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:PhotoId>2</d3p1:PhotoId>
        <d3p1:SortType>Manual</d3p1:SortType>
        <d3p1:Status>Queued</d3p1:Status>
      </d3p1:SortDTO>
      <d3p1:SortDTO>
        <d3p1:CreateDate>2025-07-18T12:23:48.1872192+00:00</d3p1:CreateDate>
        <d3p1:HookupId>sample string 3</d3p1:HookupId>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:PhotoId>2</d3p1:PhotoId>
        <d3p1:SortType>Manual</d3p1:SortType>
        <d3p1:Status>Queued</d3p1:Status>
      </d3p1:SortDTO>
    </Sorts>
    <Status>Hidden</Status>
    <Tags xmlns:d3p1="http://schemas.datacontract.org/2004/07/PixelEntities.Tags">
      <d3p1:TagDTO>
        <d3p1:Confidence>5.1</d3p1:Confidence>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:PhotoId>2</d3p1:PhotoId>
        <d3p1:Source>sample string 4</d3p1:Source>
        <d3p1:TagType>Text</d3p1:TagType>
        <d3p1:Value>sample string 3</d3p1:Value>
      </d3p1:TagDTO>
      <d3p1:TagDTO>
        <d3p1:Confidence>5.1</d3p1:Confidence>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:PhotoId>2</d3p1:PhotoId>
        <d3p1:Source>sample string 4</d3p1:Source>
        <d3p1:TagType>Text</d3p1:TagType>
        <d3p1:Value>sample string 3</d3p1:Value>
      </d3p1:TagDTO>
    </Tags>
    <TakenOn>2025-07-18T12:23:48.1872192+00:00</TakenOn>
    <TimeTaken>2025-07-18T12:23:48.1872192+00:00</TimeTaken>
    <Url>sample string 11</Url>
    <UrlCore>sample string 13</UrlCore>
    <UrlHost>sample string 12</UrlHost>
    <UrlToken>sample string 15</UrlToken>
    <UserId>sample string 3</UserId>
    <Width>9</Width>
  </PhotoDTO>
</ArrayOfPhotoDTO>