FAQ/API Documentation/Objects

AlbumInfo

Lockerz Admin
posted this on January 03, 2011 10:31 pm

float? Distance
int AlbumId
string Name
string Location
double Latitude
double Longitude
bool Locked
long CreatedDate
string CreatedDateString
Profile User
Profiles Contributors
Profiles Viewers
Profiles Tagged
PhotoDC First
PhotoDC Last
Photos Photos

XML

<AlbumInfo>
    <AlbumId>181</AlbumId>
    <Contributors>
        <Count>0</Count>
        <List i:nil="true"/>
        <Filter>None</Filter>
    </Contributors>
    <CreatedDate>1288302596</CreatedDate>
    <CreatedDateString>2010-10-28T21:49:56Z</CreatedDateString>
    <Latitude>32.80295</Latitude>
    <Location>dalas, tx</Location>
    <Locked>false</Locked>
    <Longitude>-96.76992</Longitude>
    <Name>Rackspace trip in San Antonio Dood</Name>
    <Photos>
        <Count>0</Count>
        <List i:nil="true"/>
    </Photos>
</AlbumInfo>

JSON

{
   "AlbumId":181,
   "Contributors":{
      "Count":0,
      "List":null,
      "Filter":0
   },
   "CreatedDate":1288302596,
   "CreatedDateString":"2010-10-28T21:49:56Z",
   "Latitude":32.80295,
   "Location":"dalas, tx",
   "Locked":false,
   "Longitude":-96.76992,
   "Name":"Rackspace trip in San Antonio Dood",
   "Photos":{
      "Count":0,
      "List":null
   }
}
 
Topic is closed for comments