Bold360 and BoldChat Developer Center

getExperimentGroups

Returns experiment groups for a specified visit.

Input parameters

Parameter Type Required Description
VisitID numeric - ID code Yes The identifier of the visit.
Created date - ISO/UTC No If specified, returns visits closed 30 days prior to through 30 days after the given date. If not specified, the method returns visits closed 30 days prior to through 30 days after the current date.
WebsiteID numeric - ID code No If specified, returns records for the given website only.

Request format

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

Return values

Parameter Type Description
Data text - heading Heading for the array content of the call.
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.