AudienceLS
- 1 Minute to read
- Print
- DarkLight
- PDF
AudienceLS
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Retrieves a list of audiences for the project
Key | Value(s) | Description |
---|---|---|
method | "AudienceLS" | Retrieves a list of audiences for the project |
{
"method": "AudienceLS",
"project": "eyeota-incremental"
}
{
"method": "AudienceLS",
"project": "eyeota-audience",
"currentInstanceId": "..."
}
{
"entries": [
{
"name": "test",
"audienceId": "...",
"dateCreated": "2024-05-06 19:35:57",
"dateUpdated": "2024-05-07 07:17:45",
"creator": "xxx@xxx.com",
"status": "draft",
"archiveStatus": "active",
"expiryDate": "",
"description": "",
"tags": [],
"definition": {
"entries": [
{
"id": "10006",
"name": "XXX - Mathematics",
"records": 68437885,
"logic": "OR"
},
{
"id": "0001",
"name": "XXX - Social Sciences and Humanities - History",
"records": 127867104,
"logic": "OR"
},
{
...
}
]
},
"user": "xxx@xxx.com",
"clientMeta": {}
},
{
...
},
{
...
}
],
"executed": true,
"errors": [],
"millis": 3,
"projectEpoch": 638517906288330500,
"method": "AudienceLS",
"loginRequired": false
}
Was this article helpful?