Get the types of metrics for the specified organization.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/metrics/types[
{
"id": "<string>",
"name": "<string>",
"intervals": [
"hour"
]
}
]Page number
Number of items to take
Next page token (Only used on special endpoints)
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/metrics/types[
{
"id": "<string>",
"name": "<string>",
"intervals": [
"hour"
]
}
]