Application API
    • Dark
      Light

    Application API

    • Dark
      Light

    Article summary

    Application State Synchronization

    This API is used to synchronize the application with the state of the Acqueon Workspace ’s core component (Amazon core). It helps to get the latest application state.

    Pre-requisite

    The client application must be registered to a PubSub library.

    Sequence Diagram

    Message Structure

    Request Parameters

    Value

    channel

    Amazon

    topic

    App

    subtopic

    StateSync

    source

    «app-name-broadcasting-this-message»

    Response Parameters

    Value

    channel

    Amazon

    topic

    Agent

    subtopic

    StateSync

    message

    Enum (InitState). Refer Enum

    Sample Request

    {
    "channel": "Amazon",
    "topic": "Agent",
    "subtopic": "StateSync",
    "source": "myapp"
    }

    Sample Response

    {
        "channel": "Amazon",
        "topic": "App"
        "subtopic": "StateSync"
        "message": {
        "initState": "Loaded"
        }
    }


    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.
    ESC

    Eddy AI, facilitating knowledge discovery through conversational intelligence