Skip to content

Channel Context

Several fields are available to preload a channel context. Each of them is optional. All parameters that are provided will be joined together with a boolean "AND".

Be default, the provided channel context will be joined with the user's language preferences with a boolean "AND". This currently cannot be overridden.

They are as follows:

  • channelIds: A JSON-list of channel IDs
    • e.g. for "Market Newsletter + Virtual Reality" ?context={ "bus": "red", "channelIds": [43495, 3584] }
  • entityIds: A JSON-list of entity IDs
    • e.g. for "Apple + Google": ?context={ "bus": "red", "entityIds": [245, 246] }
  • stages: A JSON-list of channel stage objects
    • e.g. for "NOT twitter or microsoft": ?context={ "bus": "red", "stages": [{ "not": true, "entities" :[{ "type": "entity", "value": 244, "options": { "relevance": "low" } }, { "type": "entity", "value": 14832 }] }] }
    • This one has the worst UX, and will just show as "Stage" in the context bar

Help Home FTS Apollo™ Help RegLens® Help


Last update: November 6, 2023
Back to top