Retrieve all events created by logged in user.
- Added: Oct 23, 2008
- Paginated
params
- infuture --- Select events only in the future.
- Optional
- Default: true
- Possible values:
- true --- true
- false --- false
responsefields
This method supports the use of ha_responsefields. Acceptable values are a comma separated list of 0 or more of the following:
sort
Sorted by start date.extra
For this function to work, you need to supply a valid access token to oauth_token.
For more information on oAuth, see http://www.hyves-developers.nl/documentation/data-api/hyves-api-oauth/.
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
urlhttps://data.hyves-api.nl/?oauth_token=YXRfMjY0MTQzOTIwX57RQCWOUSSIzDytrjb75Ro%3D&infuture=false&ha_method=events.getByLoggedin&ha_resultsperpage=2&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&ha_version=2.0&oauth_signature_method=PLAINTEXT
result- <?xml version="1.0" encoding="UTF-8"?>
- <events_getByLoggedin_result>
- <info>
- <totalresults>0</totalresults>
- <totalpages>1</totalpages>
- <resultsperpage>2</resultsperpage>
- <currentpage>1</currentpage>
- <secure_connection>true</secure_connection>
- <running_milliseconds>18</running_milliseconds>
- <serverinfo>web1178_stable_93882_HPHP</serverinfo>
- </info>
- </events_getByLoggedin_result>
example 2
urlhttps://data.hyves-api.nl/?oauth_token=YXRfMjY0MTQzOTIwX57RQCWOUSSIzDytrjb75Ro%3D&infuture=false&ha_method=events.getByLoggedin&ha_resultsperpage=2&ha_responsefields=viewscount&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&ha_version=2.0&oauth_signature_method=PLAINTEXT
result- <?xml version="1.0" encoding="UTF-8"?>
- <events_getByLoggedin_result>
- <info>
- <totalresults>0</totalresults>
- <totalpages>1</totalpages>
- <resultsperpage>2</resultsperpage>
- <currentpage>1</currentpage>
- <secure_connection>true</secure_connection>
- <running_milliseconds>19</running_milliseconds>
- <serverinfo>web912_stable_93882_HPHP</serverinfo>
- </info>
- </events_getByLoggedin_result>