FAQ/API Documentation/Photo Resources

Fetch Photo Maps

Lockerz Admin
posted this on December 05, 2010 07:15 pm

This call will let you fetch a map of a photo.

URL

<API_Endpoint>/photos/{PhotoId}/maps

HTTP Method

GET

Formats

XML, JSON, JSONP

Authenticated

No

Input

{PhotoId} - Id of a photo.

Contents

N/A

Output

PhotoMaps

<PhotoMaps>

    <Map>

        <Map>

            <MapId>247</MapId>

            <Name>John Eisberg</Name>

            <ProfileImageUrl>http://dev.plixi.com/p/1653</ProfileImageUrl>

            <TaggerId>703</TaggerId>

            <UserId>740</UserId>

            <X>10</X>

            <Y>35</Y>

        </Map>

    </Map>

</PhotoMaps>

{"Map":[{"MapId":247,

         "Name":"John Eisberg",

         "ProfileImageUrl":"http:\/\/dev.plixi.com\/p\/1653",

         "TaggerId":703,

         "UserId":740,

         "X":10,

         "Y":35}]

}

Parameters

N/A<

Error Codes

N/A

Notes

N/A

Example

curl -X GET http://api.plixi.com/api/tpapi.svc/photos/1529/maps

 
Topic is closed for comments