Versions Compared

Key

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

...

In general, our REST endpoint returns different HTTP status codes:

Status CodeDescriptionExample
200

...

  • 400 BadRequest (envelope description is incorrect)
  • 401 Unauthorized (User is not authorized)
  • 404 NotFound
  • 415 UnsupportedMediaType
Request has been processed successfully.Envelope has been deleted
400

The request cannot be processed.

Missing required value
401Required Authorization has not been successfulAPI Token is expired, user is not active
403Authorization is provided and valid, but the called method requires additional permissionsUser does not have required permissions (Roles and Permissions)
404Main resource for request could not be found or is not accessibleEnvelopeId is not known
500Generic server errorsDepending Service is not available

...