Added curl example
This commit is contained in:
parent
2743a1c042
commit
48304e8199
@ -60,6 +60,12 @@ The file should look something like this when complete.
|
||||
|
||||
An example proxy script has been provided to test our a Patient.READ(DSTU2) API Call. Ideally, you should work this into your Conversation Flows using the *Call API* Widget
|
||||
|
||||
You can call this Proxy Script using the follow cUrl command on the Proxy end point for your workspace and you should get some patient details back. For example,
|
||||
|
||||
```bash
|
||||
curl --location 'https://router.ivastudio.verint.live/ProxyScript/run/661554664677144c0e1e71d5/current/fhirPatientRead'
|
||||
```
|
||||
|
||||
```javascript
|
||||
(async () => {
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user