GET
/
subscription-measurements
/
{id}
curl -X GET \
 /subscription-measurements/{id} \
 --header "Authorization: Bearer <token>"
{
  "id": "ad8f1c2c-3b1c-4b0a-8b0a-0b0b0b0b0b0b",
  "subscriptionItem": "https://example.com/",
  "measurement": "https://example.com/",
  "quantity": 1,
  "measuredAt": "2021-01-01T00:00:00+00:00",
  "tenantId": "<string>"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

MeasurementValue identifier

Response

200
application/json
MeasurementValue resource
id
string
Example:

"ad8f1c2c-3b1c-4b0a-8b0a-0b0b0b0b0b0b"

subscriptionItem
string
Example:

"https://example.com/"

measurement
string

The measurement of the item.

Example:

"https://example.com/"

quantity
object

The tracked and measured quantity of the item.

measuredAt
string

The date and time when the measurement was taken.

Example:

"2021-01-01T00:00:00+00:00"

tenantId
string