Skip to content
Jeffrey Leung edited this page Sep 9, 2016 · 8 revisions

Use the sidebar on the right to navigate the sections of the API documentation.

Error Messages

An error response will have a response body similar to this:

{  
	"timestamp" : 1467823619265,
	"status" : 404,
	"error" : "Not Found",
	"exception" : "com.pm.server.exceptionhttp.NotFoundException",
	"message" : "No ghost with id 12345.",
	"path" : "/ghost/12345/location"
}