Difference between revisions of "API Collections Retrieve"

From unroole CMS wiki
Jump to: navigation, search
(Optional Paramaters)
Line 50: Line 50:
 
| collection
 
| collection
 
| [[API Collection Fields]]
 
| [[API Collection Fields]]
 +
| All the data in a collection.
 
|}
 
|}

Revision as of 11:51, 6 December 2013

DRAFT
<br\>

Summary

Retrieve one collection.

URI

https://api.unroole.com/collections/[collection-id]

HTTP Method

GET

Required Paramaters

Paramater Default Maximum Length Accepted Values Description
token API Persistence Token that identifies this user and its permissions.

Optional Paramaters

Paramater Default Maximum Length Accepted Values Description
fields (all) API Collection Fields List of comma separated fields to be returned in the response.

Response

Field Type Description
http_status integer API Status Code
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
error Rails default
collection API Collection Fields All the data in a collection.