GetLatestRecords
Retrieves records that Media Server has saved in memory (see the action KeepLatestRecords).
You can only retrieve records for a Process action that is running. Media Server does not keep records for actions that have finished.
Type: synchronous
Parameter | Description | Required |
---|---|---|
Compress
|
A Boolean value (default true ) that specifies whether the action returns image data in compressed JPEG format, rather than PNG format. |
No |
Token
|
An action token that specifies the session to get records for. If you do not set this parameter, Media Server returns records for all sessions with saved records. | No |
Tracks
|
A comma-separated list of tracks to get records for. If you do not set this parameter, Media Server returns records for all tracks with saved records. | No |
Example
/action=GetLatestRecords &Token=... &Tracks=FaceDetecet.DataWithSource
Response
The response includes the requested records.