User Photos

From EveryTrail API Developer Documentation

Jump to: navigation, search

Contents

URL

/api/user/pictures

Semantics

Get a list of pictures for a user

Parameters

Parameter nameParameter formatRequiredDescription
user_idintyesThe id of the user
limitintnoThe maximum number of results to return (default is 20)
startintnoThe index of the first result to return from the result set. (default is 0)

Success Response

<etUserPicturesResponse status="success">
  <pictures>
    ${pictureXML}
  </pictures>
</etUserPicturesResponse>

${pictureXML} - see Picture XML Format

Error Response

<etUserPicturesResponse status="error">
  ${error response}
</etUserPicturesResponse>

${error response}: See format in Error Reponse Format

Error Codes

CodeMessage
15Invalid user id
Personal tools