Project
Get all possible property filters for a project
Endpoints
- Message templates
- Session
- Team
- Messages
- Help center collections
- Help center articles
- Help center redirects
- Ticket
- Engagement Banner
- Engagement Chat Message
- Engagement Cobrowse
- Engagement Email
- Engagement News
- Engagement Product Tour
- Engagement Push Notification
- Engagement Survey
- Engagement Tooltip
- Engagement Whatsapp Messages
- Engagement Checklist
- Engagement
- AI content
- Engagement Modal
- Project
- Invitation
Project
Get all possible property filters for a project
Get all possible property filters for a project.
GET
/
projects
/
user-property-filters
curl --request GET \
--url https://api.gleap.io/v3/projects/user-property-filters \
--header 'Authorization: Bearer <token>' \
--header 'project: <project>'
{
"gleap-up-location.country": {
"type": "<string>",
"eventType": "<string>",
"icon": "<string>",
"label": "<string>"
},
"gleap-up-sessions": {
"type": "<string>",
"eventType": "<string>",
"icon": "<string>",
"label": "<string>"
},
"gleap-up-createdAt": {
"type": "<string>",
"eventType": "<string>",
"icon": "<string>",
"label": "<string>"
},
"gleap-up-lastHeardFrom": {
"type": "<string>",
"icon": "<string>",
"eventType": "<string>",
"label": "<string>"
},
"gleap-up-lastActivity": {
"type": "<string>",
"icon": "<string>",
"eventType": "<string>",
"label": "<string>"
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Response
200 - application/json
Ok
The response is of type object
.
curl --request GET \
--url https://api.gleap.io/v3/projects/user-property-filters \
--header 'Authorization: Bearer <token>' \
--header 'project: <project>'
{
"gleap-up-location.country": {
"type": "<string>",
"eventType": "<string>",
"icon": "<string>",
"label": "<string>"
},
"gleap-up-sessions": {
"type": "<string>",
"eventType": "<string>",
"icon": "<string>",
"label": "<string>"
},
"gleap-up-createdAt": {
"type": "<string>",
"eventType": "<string>",
"icon": "<string>",
"label": "<string>"
},
"gleap-up-lastHeardFrom": {
"type": "<string>",
"icon": "<string>",
"eventType": "<string>",
"label": "<string>"
},
"gleap-up-lastActivity": {
"type": "<string>",
"icon": "<string>",
"eventType": "<string>",
"label": "<string>"
}
}