Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributesValues
HTTP MethodGET
Request URI http://<ip address>:<port>/restapi/resource/<collection path>
HTTP Request HeaderAuthorization: Bearer <OAuth access token>
Response                      Content of the requested collection
Response TypeJSON

Add a

...

collection

Attributesvalues
HTTP MethodPUT
Request URIhttp://<ip address>:<port>/restapi/resource/<complete path of the collection to be added>
HTTP Request HeaderAuthorization: Bearer <OAuth access token>
Request Content Typeapplication/collection
Response204 No Content - if Success/ 401 - if fails

Delete a

...

collection

Attributesvalues
HTTP MethodDELETE
Request URI http://<ip address>:<port>/restapi/resource/<collection path>
HTTP Request HeaderAuthorization: Bearer <OAuth access token>
Response204 No Content - if success/ 401 - if fails.

...