Conversations: download transcripts

Delivers a zip archive of chat transcripts for download. The format of the zip archive organizes the transcripts first by queue and then by guest JID (Jabber ID). The transcript files are named by start time.

Example archive directory structure: example-queue/
└── guest987054@libraryh3lp.com
    └── 2011-04-05.023206.xml.txt

Example transcript file content: 22:32 guest987054@libraryh3lp.com: hello there
22:32 example-operator@libraryh3lp.com: Hi. How are you?

Authentication

LibraryH3lp supports cookie-based authentication. To learn more, you can read the details on authentication.

HTTP and HTTPS

Requests are served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.

URI

/2011-12-03/conversations/archive

HTTP GET

Delivers a file named "transcripts.zip" for download containing the transcripts for the specified conversations.

Required Parameters

You must GET using the following parameters:

Parameter Description
ids A comma-separated list of conversation ids whose transcripts are to be included in the zip archive.

Optional Parameters

You may GET using the following parameter:

Parameter Description
timezone String containing a time zone to use for chat time stamps. Read more about time zones within LibraryH3lp.

Example

GET /2011-12-03/conversations/archive?ids=1,3,4

HTTP POST

Not supported.

HTTP PUT

Not supported.

HTTP DELETE

Not supported.