Difference between revisions of "User: JenkinsSBO"

From Genesys Documentation
Jump to: navigation, search
(Replaced content with "|security= }}")
(Tag: Replaced)
Line 1: Line 1:
{{YAML
 
  |id=
 
yaml-23-0
 
|method=
 
POST
 
|content=
 
 
|path=
 
/ab_testing/join
 
|parameters=
 
{{{!}}
 
!width="10%"{{!}} Name
 
!width="27%"{{!}} Located in
 
!width="29%"{{!}} Description
 
!width="21%"{{!}} Required
 
!width="10%"{{!}} Schema
 
{{!}}-
 
{{!}} json
 
{{!}} body
 
{{!}} A valid JSON containing the following parameters: '''token''', '''prrPredictor''', '''from_date''' (optional), '''to_date''' (optional). For additional details, see the schema definition.
 
{{!}} Yes
 
{{!}} [[#predictorabtestrequest|PredictorABTestRequest]]
 
{{!}}}
 
|summary=A/B Test predictor
 
|description=
 
A POST REST endpoint to join A/B test predictor.
 
 
<pre>curl -X POST
 
  'https://app.journeyoptimization.com/api/v2.0/ab_testing/join'
 
  -H 'Content-Type: application/json'
 
  -d '{
 
    &quot;prrPredictor&quot;: &quot;P1&quot;,
 
    &quot;token&quot;: &quot;token&quot;,
 
    &quot;from_date&quot;: &quot;11/11/2011&quot;,
 
    &quot;to_date&quot;: &quot;12/12/2012&quot;
 
  }'</pre>
 
|responses=
 
{
 
{{!}}
 
! Code
 
! Description
 
! Schema
 
 
{{!}}-
 
 
 
{{!}} 200
 
{{!}} The job result to join A/B data.
 
 
'''Example''' (''JSON response''):
 
 
<pre>{
 
  "ok": true,
 
  "message": "Job to join A/B data started successfully."
 
}</pre>
 
 
{{!}} object
 
{{!}}
 
{{!}}}
 
 
|security=
 
|security=
  
 
}}
 
}}

Revision as of 08:21, October 7, 2020

|security=

}}

Retrieved from "https://all.docs.genesys.com/User:JenkinsSBO (2025-06-19 14:13:12)"