Skip to main content

  • Login | Forgot Password?
Ribbit Developer logo

REST API Introduction - Response Formats

The root element response is the root object returned (for example: in JSON, the response returned is the object value of the response node). Any malformed or otherwise incorrect request may result in an HTTP error code.

  • Responses to POST requests will be an HTTP 201 status code and a location header.
  • Responses to PUT requests will be either the JSON representation of the updated resource, as for a GET, or an HTTP 204.
  • Responses to DELETE requests will either be a 202 or a 204.
  • Responses to GET requests are always returned as an object containing an "entry" slot, which in turn contains a list of JSON objects.


For a collection of items:

{  "entry" : [
{...first item...},
{...second item...}
...
]
}

For a single item:
{  "entry" : 
{...item...}
}
  • REST
  • General
  • Overview

Articles & Tutorials

  • Introduction to REST
    • Getting Started Using Kermit
    • Request Formats
    • Response Formats
    • Response Codes
    • Pagination
    • Filters
    • Event Notifications
  • Authentication
  • Applications
  • Users
  • Devices
  • Tokens
  • Calls
  • Messages
  • Domains
  • Media
  • Services
  • Company
    • Corporate Site
    • About Us
    • Careers
    • Contact Us
    • LegalPrivacy
    • News
    • Media Kit
  • Products
    • Platform
    • Mobile
    • Salesforce
    • Oracle
  • Solutions
    • Digital Agencies
    • Carriers
    • Systems Integrators
    • Hosted Contact Centers
  • Community
    • Corporate Blog
    • Developer Blog
    • CRM Blog
    • Moble Blog
    • Idea Wall
    • Events Calendar
  • Support
    • Developer Help
    • Ribbit for Salesforce Help
    • Ribbit for Oracle Help
    • Ribbit Mobile Help
    • Feedback
    • Developer Forums
    • Ribbit Mobile Forum
  • Developers
    • Developer Center
    • Develop for Ribbit Mobile
    • Register
    • Ribbit Labs

© 2010 Ribbit Corporation. All Rights Reserved.