Publish And Retrieve Ui Events
Publish zero or more events, and return any new events since the given event id.
The initial implementation is in-memory only; applies solely to the front-end web server; and anything older than 20 minutes is discarded NsApiSlow threshold: 5000 ms.
Headers
Convert string references and multi-language values into a specified language (iso2) code.
Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.
Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.
Specify the timezone code that you would like date/time responses converted to.
The application token that identifies the partner app. Used when calling Online WebAPI from a server.
Query Parameters
Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.
Body
LatestKnownEventId, PublishEvents, Metrics
PublishAndRetrieveUiEvents: Publish zero or more events, and return any new events since the given event id. The initial implementation is in-memory only; applies solely to the front-end web server; and anything older than 20 minutes is discarded
Response
OK
Id of event, increasing in chronological order, assigned by server
Name of event, for instance 'change' or 'edit'
Name of entity, for instance 'ticket'
Primary key of entity the event concerns
The ID of the associate causing the event
The full person name of the associate causing the event
When did the event happen
Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.
Field property dictionary mapping field names to field access rights.
Related topics
Publish And Sync Ui EventsIs Publish Event ActiveEventDataHow to create a user-defined field using the web services APIIs Any Publish Event ActiveHow to update a user-defined field using the web services API