stopRecord
This method is to stop a record that was previously started by createRecord. This will set the end date time of the record to the current date time.
Parameters
Name | Type | Required | Description |
cortexToken |
| yes | A token returned by authorize. |
session |
| yes | The session id you provided when you called createRecord. |
A record is linked to a session. So to close a record, you need to provide the session id.
Result
The result is an object containing these fields:
Name | Type | Description |
record |
| |
sessionId |
| The session id linked to the record. |
Example
Last updated