Skip to main content

Retrieve an Operation

The single operation endpoint provides information about a specific operation.

Path Parameters
  • id string required

    The ID number for this operation.

Query Parameters
  • join any

    Set to transactions to include the transactions which created each of the operations in the response.

Responses

Success


Schema
  • _links object
  • self object
  • href link required
  • templated boolean
  • next object
  • href link required
  • templated boolean
  • prev object
  • href link required
  • templated boolean
  • effects object
  • href link required
  • templated boolean
  • precedes object
  • href link required
  • templated boolean
  • succeds object
  • href link required
  • templated boolean
  • transaction object
  • href link required
  • templated boolean
  • id id
  • paging_token paging_token
  • type_i number
  • type string
Loading...