Collections
The route is designed to be resource-oriented and follows standard HTTP verbs.
Get all records
Return all records from the collection
GET
https://api.myjson.online/v1/collections/:collectionId/records
Path Parameters
Name
Type
Description
collectionId*
String
Headers
Name
Type
Description
x-collection-access-token
String
x-record-metadata
true | false
default to true, return metadata
Last updated