This web service responds with a list of profiles used to trigger generative AI events on the portal.
Method | Endpoint |
---|---|
GET |
|
Response body
The following lines show an example of a JSON response body:
{
"profiles": [
{
"id": "7777dc8a-47a4-41a5-94c8-54a4644270a7",
"name": "MyProfile1"
},
{
"id": "c1fa1b98-dee0-4e7d-bbbf-7747dc8a",
"name": "MyProfile2"
}
]
}
Field | Type | Description |
---|---|---|
profiles |
Array | The list of profiles. |
id |
String | The profile's id. |
name |
String | The profile's name. |
Return code | Description |
---|---|
200 OK |
Returns results. |
- The use of Generative AI is a premium feature that requires a subscription. Get in touch with a Fluid Topics representative for more information.
- This web service is accessible for users with the
ADMIN
orANALYTICS_USER
role. - This web service is different from the List generative AI profiles web service. If no event happened during the analytics data retention period, the web service returns no results.
- The Fluid Topics Analytics track a profile's activity over the entire data retention period.