GET
/
test_framework
/
v1
/
predefined-metrics-external
curl --request GET \
  --url https://new-prod.vocera.ai/test_framework/v1/predefined-metrics-external/ \
  --header 'X-VOCERA-API-KEY: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "code": "<string>"
  }
]

Authorizations

X-VOCERA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Response

200 - application/json
id
integer
required
name
string
required
Maximum length: 255
description
string
required
code
string
Maximum length: 255