GET
/
v3
/
orgs
/
{orgId}
/
operations
/
reinstatements
/
{id}
curl --request GET \
  --url https://api.ctrl-hub.com/v3/orgs/{orgId}/operations/reinstatements/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "type": "reinstatements",
    "id": "d15d856d-ad88-489d-a263-24fb2427395b",
    "attributes": {
      "status": "interim",
      "date_opened": "2024-06-13T07:15:23.000Z",
      "date_closed": "2024-06-13T07:15:23.000Z",
      "type": "private",
      "usrn": 28317107,
      "uprn": 10022999531,
      "property_psr": true,
      "surface_position": "footpath",
      "surface_location": "outside",
      "surface_material": "concrete",
      "opened_length": 8.2,
      "opened_width": 2.3,
      "opened_depth": 80,
      "reinstated_length": 8.2,
      "reinstated_width": 2.3,
      "reinstated_depth": 80
    }
  }
}

Authorizations

Authorization
string
header
required

To understand how to authenticate, see the auth docs

Path Parameters

orgId
string
required

The ID of the organisation

Query Parameters

limit
integer
default:
10

Limit the number of resources returned by the API

offset
integer
default:
0

Offset for resources returned by the API

sort
string
default:
created_at

A field in the resource to sort results with. Not all attributes are supported, please see the Object Model for sortable fields.

Response

200
application/json
data
object