Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Return Lists

Return Lists

When the REST API returns a series of objects in JSON, it encloses the list in square brackets.
{ "total": <total number of items>, "count": <items fetched in this call>, "items": [ { "id": "<ID of the object>", "name": "<name of the object>", "self": { "rel": "self", "href": "URI of the object" }, "actions": [ { "rel": "<action>", "href": "<URI for the action>", "type": "http method" } ], "description": "object DESCRIPTION" } ] }

0 COMMENTS

We’d like to hear from you!