You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

HTTP Body

Required arguments to methods must be passed via the HTTP request body in json format. For example when calling the fetch() method, we must pass a spec parameter. This can be passed with a json formatted payload like this:


{{


Necessary HTTP Headers

HeaderDescriptionPossible Values
AcceptIndicates the media types which are acceptable for the responseapplication/json application/xml (default)
Content-TypeIndicates the media type of the entity-body sent to the recipientapplication/json
Request-MethodIndicates the desired action to be performed for the resource

POST

AuthorizationUsername and Password

Official Documentation (Please note this page currently closely mirrors that available at the official documentation):

  • No labels