failures.get
GET
https://www.bluejeansbyverizon.com/api/failures/:id
Returns the entity with the given id.
GET /api/failures/4fb329c03a8ce62480d87e24 HTTP/1.1
HTTP/1.1 200 OK
Content-Type: application/json
{ "id": "4fb329c03a8ce62480d87e24", "propertyName": "propertyValue" }
inputs
id
The id of the entity to return.
String
PATH
yes
4fb329c03a8ce62480d87e24
outputs
The entity with the given id.
application/json
Failure