A valid request URL is required to generate request examples{
"id": "<string>",
"tenantId": 123,
"masterCatalogId": 123,
"catalogId": 123,
"siteId": 123,
"topic": "<string>",
"entityId": "<string>",
"isTest": true,
"correlationId": "<string>",
"extendedProperties": [
{
"key": "<string>",
"value": "<unknown>"
}
],
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}Retrieves the details of a single event.
A valid request URL is required to generate request examples{
"id": "<string>",
"tenantId": 123,
"masterCatalogId": 123,
"catalogId": 123,
"siteId": 123,
"topic": "<string>",
"entityId": "<string>",
"isTest": true,
"correlationId": "<string>",
"extendedProperties": [
{
"key": "<string>",
"value": "<unknown>"
}
],
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}JWT Authorization header using the Bearer scheme.
Unique identifier of the event. System-supplied and read-only.
limits which fields are returned in the response body
Success
The external/public Event entity used specifically in PULL/POLL event scenarios
The unique identifier for an event
TenantId
MasterCatalogId
CatalogId
SiteId
The topic of the event (i.e. product.created)
The identifier / ID of the entity that changed (i.e. product code)
Is this a test?
The Correlation Id of the original API request that caused this event to occur
Extended properties. Note: This is purposefully not a CollectionBase type wrapper so consumers start to get used to not having counts returned.
Show child attributes
Show child attributes