Response headers

Common response headers

This is a list of common response headers that apply to all calls within Integration Server.

Header Description
X-IntegrationServer-Session-Hash The session hash representing the session with ImageNow Server. The session hash should be maintained and re-used for all calls that are part of a user's session. More information about session management
X-IntegrationServer-Error-Code If the call results in an error, this will contain the error code detailing what type of error occurred. More information about errors
X-IntegrationServer-Error-Message If the call results in an error, this will contain the error message detailing what occurred. More information about errors

HTTP response status codes

This is a list of possible response status codes that you may receive from Integration Server.

Status Code Name Description
200 OK The call was completed successfully.
201 Created The resource was created.
400 Bad Request There is a problem with the request and Integration Server is unable to process it.
401 Unauthorized The authentication credentials were invalid or there is a problem with the license specified in the request.
403 Forbidden The current user does not have the required privileges to execute this call.
404 Not Found ImageNow Server could not find the requested resource.
409 Conflict There is a conflict between a new or updated item and an item that already exists in ImageNow.
500 Internal Server Error An unknown error occurred while trying to process the request.