- Online photo albums, upload pictures, online photo gallery

Home > Tools > API Help Photo Gallery | Labels | Pricing | Features | Contact
API Help Topics
Information
Welcome
API Key
Protocols
Soap
REST
General Methods
Ping
Upload
Authentication Methods
Authentication Mechanism (NEW)
Authentication_GetTicket
Authentication_CheckTicket
Authentication_CloseTicket
User Methods
User_Create
Album Methods
Album_FetchAll
Album_Fetch
Album_Create
Photo Methods
Photo_FetchTimeLineOverview
Photo_FetchFromTimeLine
Photo_FetchFromAlbum
Photo_FetchExifInfo
Photo_GetImage
Photo_GetOriginalImage

REST Protocol

REST (Representational State Transfer) is an architectural style for distributed hypermedia systems like the internet.

REST Requests are sent to http://www.pixagogo.com/tools/api/rest.

Request

Example REST Request looks like this:
http://www.pixagogo.com/tools/api/rest/rest.aspx
?method=Ping&i_api_key=mYaPIkEY&i_input=Test

Response

Example successful REST Response looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<Reply>
  <result_type>Success</result_type>
  <return_object>Test</return_object>
</Reply>
Example failed REST Response looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<Reply>
  <result_type>Failure</result_type>
  <return_object>
    <message>Invalid input parameter</message>
  </return_object>
</Reply>

About    Terms & Conditions    Privacy Statement    Links    News    Tools    Help
© Telenet 2007