- Documentation
Documentation
Returns a given Account
HAL rels:
Rel name | description |
---|---|
self | account |
http://cloudapi.soaringspot.com/rel/assets/my | GET returns a collection of assets uploaded by user or shared with the user, POST to create a new asset |
http://cloudapi.soaringspot.com/rel/assets/public | GET returns a collection of assets marked as public |
http://cloudapi.soaringspot.com/rel/labels | GET returns a collection of labels created by user, POST creates new label |
http://cloudapi.soaringspot.com/rel/channels | GET returns collection of channels user has access to |
http://cloudapi.soaringspot.com/rel/subscribe | templated url, {idLabel} should be replaced with the id of the channel user would like to (un)subscribe, use PUT method to subscribe, DELETE to unsubscribe |
Requirements
Name | Requirement | Type | Description |
---|---|---|---|
id | int | id of a Account to return |