Get User Threads

This API is used to retrieve a list of threads associated with a specific combination of app ID and user ID.

📘

Know Your Endpoint

Based on the domain you use to log in to imiconnect, the endpoint for your API varies. See the endpoint section to understand which endpoint to use for your domain.

Path Params
string
required

App ID is the unique ID for an app asset configured within the Webex Connect platform

string
required

Unique ID for a mobile/web app user.

Query Params
int32
Defaults to 0

Specifies the index of the first thread entry to return. This parameter is zero-based, meaning that if you set start=0, the response will include the first thread entry. For example, setting start=9 will return the 10th thread entry in the list, as indexing begins at 0.

int32

Defines the maximum number of thread entries to return in the response. This parameter helps to control the size of the dataset returned by the API. For example, if you set limit=1, the response will include only one thread entry starting from the index specified by the start parameter.

Headers
string

application/json

string

Client key that can be accessed from your app asset configuration page on Webex Connect platform

Response

Language
Request
Response
Choose an example:
application/json