cURL
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": {} } } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Element definitions for a visit type.
Show child attributes