Get topic workflow configurations

Your application can retrieve a list of topic workflow configurations by using the getTopicWorkflowConfigurations task.

You can view the topic workflow configurations for a user by using the getTopicConfigs task. Your application might hide or disable the Save to Topic link if the user cannot has no available workflow configuration.

TopicConfigContexts JSON


{
    "topicContexts": [
        {
            "id": “integer”,
            "name": "string"
        }
    ]
}