Get all takeaways
GET/takeaways
Get a list of all takeaways. For more information on paramsIO refer to the Get started article, and see the Using paramsIO tutorial for practical use cases.
Request
Query Parameters
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 423
- 429
- 500
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
Account Id of the creator of the associated experiment
Name of the creator of the associated experiment
Unique Id of the takeaway
URL of the associated image
Corresponds to datePaused when the associated experiment has status PAUSED, and to dateEnd when the related experiment has status STOPPED
resultData
object
Takeaway result data
Possible values: [INCONCLUSIVE, LOSS, WIN]
Unique Id of the site the takeaway belongs to
Date when the associated experiment was created
Date when the associated experiment was modified
Date when the source object was started
Date when the status of the associated experiment was modified
Unique Id of the associated experiment
Unique Id of the main goal of the associated experiment
Name of the main goal of the associated experiment
Name of the associated experiment
Status of the associated experiment
Possible values: [PAUSED, STOPPED]
Unique Id of the targeting segment of the associated experiment
Name of the targeting segment of the associated experiment
Type of the source object
Possible values: [AI, AUTOPROMO, BUILDER, CLASSIC, DEVELOPER, IA, MVT, PROMPT, SDK_HYBRID]
Generated summary of the associated experiment
[
{
"bookmarkedForCurrentUser": true,
"createdById": 0,
"createdByName": "string",
"id": 0,
"imageUrl": "string",
"relevantDate": "2024-07-29T15:51:28.071Z",
"resultData": {
"primaryGoalUplift": 0,
"result": "INCONCLUSIVE",
"revenueUplift": 0,
"totalRevenue": 0
},
"siteId": 0,
"sourceDateCreated": "2024-07-29T15:51:28.071Z",
"sourceDateModified": "2024-07-29T15:51:28.071Z",
"sourceDateStarted": "2024-07-29T15:51:28.071Z",
"sourceDateStatusModified": "2024-07-29T15:51:28.071Z",
"sourceId": 0,
"sourceMainGoalId": 0,
"sourceMainGoalName": "string",
"sourceName": "string",
"sourceStatus": "PAUSED",
"sourceTargetingSegmentId": 0,
"sourceTargetingSegmentName": "string",
"sourceType": "AI",
"summary": "string"
}
]
Bad Request
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS, ERROR]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
Unauthorized
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS, ERROR]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS, ERROR]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
Not Found
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS, ERROR]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
Unprocessable Entity
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS, ERROR]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
Locked
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS, ERROR]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
Too Many Requests
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS, ERROR]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS, ERROR]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}