Skip to main content
Get element definitions
curl --request GET \
  --url https://{tenantId}.api.nestmed.com/api/v1/visit-types/{visitTypeId}/elements \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": {
      "slug": "<string>",
      "subFriendlyName": "<string>",
      "module": "<string>",
      "category": "<string>"
    },
    "details": {},
    "response": {
      "type": "<string>",
      "jsonSpec": {},
      "designSpec": {}
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

visitTypeId
string
required

Response

200 - application/json

Element definitions for a visit type.

name
object
details
object
response
object