Get Encounter Template by name
GET {{url}}/{{tenantName}}/{{instanceName}}/formations/:version/encounters/{{encounterTemplateName}}
Request to Get one encounter template by name.
HTTP Request
GET /{tenantName}/{instanceName}/formations/{version}/encounters/{encounterTemplateName}
in our example it would be:
GET https://api.live.welkincloud.io/gh/sb-demo/formations/current/encounters/temp-1
Responses
| Code | Description |
|---|---|
| 200 | OK |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |