Retrieve a metering unit

GET /api/v1/stations/:id

Returns a single metering unit of the resource provider by its identifier.

Path parameters

id integer required

Metering unit identifier.

The response contains the same fields as in List metering units, returned as a single object in data.

Request

bash
curl -i \
  --header "access-token: *********************" \
  --header "token-type: Bearer" \
  --header "client: **********************" \
  --header "uid: user@local.net" \
  --header "Content-Type: application/json" \
  --request GET \
  "https://uztgs.uz/api/v1/stations/91"

Response

Последнее обновление

Эта страница была полезной?