Table of Contents

Search

  1. Preface
  2. RulePoint Interfaces
  3. RulePoint Services
  4. Custom Service API
  5. Java Adapter for REST API
  6. RulePoint REST API
  7. Sample XML and JSON Requests and Responses
  8. RulePoint Pluggable Authentication Module
  9. HTTP Request and Response Attributes

Developer Guide

Developer Guide

REST API Responses

REST API Responses

The following table describes the responses to REST API requests:
REST API Request
Successful Response
Failure Response
GET
Returns the requested object, along with the response code 200.
HTTP 400, 403, 404, or 409 error.
POST
Returns the requested object that you created, with a response code 201.
HTTP 400, 403, 404, 409, or 500 error.
PUT
Updates the object and returns the updated object, with http response code 200.
HTTP 400, 403, 404, 409, or 500 error.
DELETE
No response, with an http response code 204.
HTTP 400, 403, 403, 404, 409, or 500 error.

0 COMMENTS

We’d like to hear from you!