Skip to main content

Download Analytics (Token)

Deprecated

This endpoint is deprecated and will be removed in a future version. Please use the new, more flexible /artifact/getDownloadToken endpoint instead.

You can get a download token for an analytics artifact by using its artifact_id from the /artifact/fetch response.

Endpoint: /analytics/getDownloadToken

FieldTypePositionRequiredDescription
file_idstringrootYesThe ID of the file you want to download.

Example Request:

{
"file_id": "RM_SqZLoUieWYu8-209-1693729854"
}

Response

FieldTypePositionDescription
statusbooleanrootIndicates if the request was successful.
msgstringrootResponse message.
tokenstringrootDownload token.

Once you receive the token, you can construct the download URL using the following format:

https://Your-Plug-N-Meet-Server.com/download/analytics/<TOKEN HERE>