TracNav
TracNav
Methods
Version 1.2.1
- albums.addMedia
- albums.create
- albums.get
- albums.getByGroup
- albums.getByHangout
- albums.getByUser
- albums.removeMedia
- auth.accesstoken
- auth.requesttoken
- auth.revoke
- auth.revokeAll
- auth.revokeSelf
- blogs.create
- blogs.createRespect
- blogs.get
- blogs.getByGroup
- blogs.getByHangout
- blogs.getByTag
- blogs.getByUser
- blogs.getComments
- blogs.getForFriends
- blogs.getPublic
- blogs.getRespects
- chat.getLoginToken
- cities.get
- countries.get
- events.addPresence
- events.get
- events.getByGroup
- events.getByHangout
- events.getByLoggedin
- events.getByUserPresent
- events.getPresence
- fancylayout.parse
- friends.get
- friends.getDistance
- friends.getIncomingInvitations
- friends.getOutgoingInvitations
- gadgets.create
- gadgets.createRespect
- gadgets.get
- gadgets.getByGroup
- gadgets.getByHangout
- gadgets.getByUser
- gadgets.getComments
- gadgets.getRespects
- groups.get
- groups.getByShortname
- groups.getByUser
- groups.getScraps
- groups.search
- hangouts.get
- hangouts.getByShortname
- hangouts.getByUser
- hangouts.getScraps
- hangouts.search
- listeners.create
- listeners.delete
- listeners.get
- listeners.getAll
- listeners.getByType
- media.addTag
- media.createRespect
- media.get
- media.getByAlbum
- media.getByLoggedin
- media.getByTag
- media.getComments
- media.getPublic
- media.getRespects
- media.getUploadToken
- media.updateGeolocation
- pings.get
- pings.getByTargetUser
- pings.getByUser
- privatespots.create
- privatespots.get
- privatespots.getByLoggedin
- regions.get
- tips.create
- tips.createRespect
- tips.get
- tips.getByHangout
- tips.getByUser
- tips.getCategories
- tips.getComments
- tips.getForFriends
- tips.getRespects
- users.createRespect
- users.get
- users.getByFriendLastlogin
- users.getByGroupLastlogin
- users.getByHangoutLastlogin
- users.getByUsername
- users.getFriendsByLoggedinSorted
- users.getLoggedin
- users.getRespects
- users.getScraps
- users.getSmileyCategories
- users.getSmileys
- users.getTestimonials
- users.search
- users.searchInFriends
- wwws.create
- wwws.createRespect
- wwws.get
- wwws.getByHangout
- wwws.getByUser
- wwws.getComments
- wwws.getForFriends
- wwws.getRespects
tips.get
Retrieves a list of tips by tipid.
- Added: Apr 17, 2008
- Not <a href='http://hyves-developers.nl/documentation/data-api/pagination'>Paginated</a>
params
- <a href='http://hyves-developers.nl/returnvalues#tipid'>tipid</a> --- Comma-separated list of tipids.
- Required
responsefields
This method supports the use of <a href='http://hyves-developers.nl/documentation/data-api/global-ha-parameters'>ha_responsefields</a>. Acceptable values are a comma separated list of 0 or more of the following:
- <a href='http://hyves-developers.nl/returnvalues##commentscount'>commentscount</a>
- <a href='http://hyves-developers.nl/returnvalues##respectscount'>respectscount</a>
- <a href='http://hyves-developers.nl/returnvalues##viewscount'>viewscount</a>
extra
- Note that retrieving something by id always succeeds (as long as the id is valid), even if the visibility settings of the object do not allow viewing it. If some user is not allowed to view something, he/she will not get the id from another call.
examples
example 1
url
http://data.hyves-api.nl/?tipid=303e88280db65bca&ha_method=tips.get&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117704&oauth_nonce=740228_584&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=X%2FgIxCJvPp6ji46ca5AwoYvdrqQ%3D
result
<?xml version="1.0" encoding="UTF-8"?> <tips_get_result> <tip> <tipid>303e88280db65bca</tipid> <tipcategoryid>5efe42006ae9ac98</tipcategoryid> <title>Amazone</title> <body>Beautiful landscape, alot of food!</body> <rating>5</rating> <userid>27b723a63cfccb23</userid> <url>http://homoapi.hyves.nl/tips/1446274/gGcO/</url> <created>1205496803</created> </tip> <info> <timestamp_difference>0</timestamp_difference> <running_milliseconds>104</running_milliseconds> <secure_connection>false</secure_connection> </info> </tips_get_result>
example 2
url
http://data.hyves-api.nl/?tipid=303e88280db65bca&ha_method=tips.get&ha_responsefields=commentscount%2Crespectscount%2Cviewscount&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117704&oauth_nonce=938976_585&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=u1%2BEOuMrqYkpkKwZUZocMnRJAb8%3D
result
<?xml version="1.0" encoding="UTF-8"?> <tips_get_result> <tip> <tipid>303e88280db65bca</tipid> <tipcategoryid>5efe42006ae9ac98</tipcategoryid> <title>Amazone</title> <body>Beautiful landscape, alot of food!</body> <rating>5</rating> <userid>27b723a63cfccb23</userid> <url>http://homoapi.hyves.nl/tips/1446274/gGcO/</url> <created>1205496803</created> <commentscount>240</commentscount> <respectscount>1</respectscount> <viewscount/> </tip> <info> <timestamp_difference>0</timestamp_difference> <running_milliseconds>124</running_milliseconds> <secure_connection>false</secure_connection> </info> </tips_get_result>
returnvalues
<a href='http://hyves-developers.nl/returnvalues#body'>body</a>, <a href='http://hyves-developers.nl/returnvalues#commentscount'>commentscount</a>, <a href='http://hyves-developers.nl/returnvalues#created'>created</a>, <a href='http://hyves-developers.nl/returnvalues#info'>info</a>, <a href='http://hyves-developers.nl/returnvalues#rating'>rating</a>, <a href='http://hyves-developers.nl/returnvalues#respectscount'>respectscount</a>, <a href='http://hyves-developers.nl/returnvalues#running_milliseconds'>running_milliseconds</a>, <a href='http://hyves-developers.nl/returnvalues#secure_connection'>secure_connection</a>, <a href='http://hyves-developers.nl/returnvalues#timestamp_difference'>timestamp_difference</a>, <a href='http://hyves-developers.nl/returnvalues#tip'>tip</a>, <a href='http://hyves-developers.nl/returnvalues#tipcategoryid'>tipcategoryid</a>, <a href='http://hyves-developers.nl/returnvalues#tipid'>tipid</a>, <a href='http://hyves-developers.nl/returnvalues#title'>title</a>, <a href='http://hyves-developers.nl/returnvalues#url'>url</a>, <a href='http://hyves-developers.nl/returnvalues#userid'>userid</a>, <a href='http://hyves-developers.nl/returnvalues#viewscount'>viewscount</a>
