Bold360 and BoldChat Developer Center

getActiveVisits

Returns active visits for a specified folder.

Input parameters

Parameter Type Required Description
FolderID numeric - ID code Yes The identifier of the folder to get active visits for.

Request format

curl "https://api.boldchat.com/aid/$accountID/data/rest/json/v1/getActiveVisits?auth=$authHash&FolderID=$FolderID"

Return values

Parameter Type Description
Data JSON array A JSON array of JSON objects with the mappings of fields to values.
Truncated Boolean Whether or not the above JSON array is the complete result set, or if the server limited the returned results. For these methods, it is unlikely the limit will be hit, but if it is either filter down the results set or contact us to try to find a way to get at the data you are looking for.