v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Events Meta
Retrieves the specified event's metadata.
get/events/meta
Query parameters
event_namestring required
Name of the event for which the metadata is retrieved.
Response
200
Example response
{
"clickEventsMeta": {
"eventId": "96d266fc6323a296701425011343c544",
"eventName": "be_reserved",
"eventType": "USEREVENT",
"actions": [
"EMFConsumer"
],
"fields": [
{
"name": "customer_id",
"type": "CUSTOMER",
"attributes": {
"accountId": {
"valueType": "ENUM"
},
"addCustomerIfNotExists": {
"value": "true",
"valueType": "BOOLEAN"
},
"identifierType": {
"value": "mobile",
"valueType": "ENUM"
},
"isRequired": {
"value": "true",
"valueType": "BOOLEAN"
},
"source": {
"value": "INSTORE",
"valueType": "ENUM"
}
}
}
],
"orgId": 100458,
"status": "PUBLISHED",
"testStatus": "VERIFIED",
"label": "be_reserved",
"description": "be_reserved",
"date": 1719226975198
}
}