Get details of an instruction

Params

Param name Description
pretty
optional

Return a pretty formatted response if true, Default is false


Value: Must be a Boolean

Examples

Request
  curl -X GET -H "Content-Type:application/json" -H "X-Auth-Token:olezAZXGQn9MutnfNerKDQ"  https://api.datonis.io/api/v2/instructions/2bbdt86783

Response (containing details of the instruction)
{
  "instruction": {
    "created_at": 1425297763,
    "updated_at": 1425297763,
    "definition": {
      "add_pressure": 20
    },
    "description": "Increases pressure by 20 PSI",
    "instruction_key": "2bbdt86783",
    "name": "Increase Pressure 20 PSI"
  }
}