latestOpenAPI 3.0.12026-08-1091181421.2 KB

44eb39b4bd65

Pathways

Evaluate experience on the pathway for multiple users

CSV file should contain recipientId,passed header row. Each row should contain a single entry of recipientId (email:mail@example.com) and a passed value (true/false) separated by a comma.

post/v2/pathways/{pathwayId}/experience/{experienceId}/submit-csv

Path parameters

pathwayIdstring required
experienceIdstring uuid required

Response

OK

Example response

{
  "errors": [
    {
      "recipientId": {
        "email": "mail@example.com"
      }
    }
  ],
  "successes": [
    {
      "email": "mail@example.com"
    }
  ]
}