API Status Messages

In its use of the following HTTP status codes, the Historian API services adhere as closely as possible to standard HTTP and REST conventions.
Status CodeUsage
200 OKSuccess message. The request has completed.
201 CreatedSuccess message. A new resource has been created. The resource URI is available from the location header in the response.
204 No ContentSuccess message. An update to an existing resource has been applied.
400 Bad RequestError message. The request was malformed. The response body provides additional information.
401 UnauthorizedError message. Either you are not authenticated, or the authentication is incorrect. You must re-authenticate and try again.
403 ForbiddenError message. You do not have permission to access this resource.
404 Not FoundError message. The requested resource does not exist.
500 Internal Error Error message. The server encountered an unexpected condition that prevented it from fulfilling the request.