Get an event by ID
Requires the METER_DATA.VIEW permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
resourceId
The ID of the resource to be requested.
Headers
x-platform-id
Platform ID.
Response
OK
object_type
id
reference
type
The type of meter data.
Allowed values:
customer_id
The resource ID of the associated customer.
customer_reference
A custom reference assigned to the customer.
customer
meter_id
The resource ID of the meter.
meter_reference
A custom reference assigned to the meter.
pricing_plan_subscription_id
The resource ID of the associated pricing plan subscription.
pricing_plan_subscription_reference
A custom reference assigned to the pricing plan subscription.
pricing_plan_subscription_selector
A selector to dynamically determine the subscription to use.
timestamp
The associated timestamp presented in the ISO 8601 standard of the charge event, if not provided it will be set to 'now'.
created_at
The associated timestamp presented in the ISO 8601 standard of the creation of the event in Solvimon.
meter_properties
The properties that provide information to give context to an event, used in the meter.
meter_values
The values used as input to calculate billable units, used in the meter.
cost_prediction
The cost prediction.
processed_details
Details of the result of processing the event.
deleted
Is MeterData marked as deleted.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error