Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 3

8 months ago
Authentication Error in Python
Authentication Error in Python
Hi all, I have a bot developed in Python and it was working fine until the datafeeds api stopped responding. My request: ``` datafeed_url = "https://spx.symphony.com/agent/v5/datafeeds" response = requests.get(datafeed_url, headers = {'sessionToken': sessionToken,'keyManagerToken':keyManagerToken}) ``` The response: '{"code":401,"message":"Unable to retrieve the Datafeed authentication token."}' Can anyone help?
Hi all, I have a bot developed in Python and it was working fine until the datafeeds api stopped responding. My request: ``` datafeed_url = "https://spx.symphony.com/agent/v5/datafeeds" response = requests.get(datafeed_url, headers = {'sessionToken': sessionToken,'keyManagerToken':keyManagerToken}) ``` The response: '{"code":401,"message":"Unable to retrieve the Datafeed authentication token."}' Can anyone help?
#datafeeds #python #api #authentication
#datafeeds #python #api #authentication
8 months ago
Authentication Error in Python
Authentication Error in Python
Hi all, I have a bot developed in Python and it was working fine until the datafeeds api stopped responding. My request: ``` datafeed_url = "https://spx.symphony.com/agent/v5/datafeeds" response = requests.get(datafeed_url, headers = {'sessionToken': sessionToken,'keyManagerToken':keyManagerToken}) ``` The response: '{"code":401,"message":"Unable to retrieve the Datafeed authentication token."}' Can anyone help?
Hi all, I have a bot developed in Python and it was working fine until the datafeeds api stopped responding. My request: datafeed_url = "https://spx.symphony.com/agent/v5/datafeeds" response = requests.get(datafeed_url, headers = {'sessionToken': sessionToken,'keyManagerToken':keyManagerToken}) The response: '{"code":401,"message":"Unable to retrieve the Datafeed authentication token."}' Can anyone help?
#datafeeds #python #api #authentication
#
8 months ago
Original
Authentication Error in Python

Hi all, I have a bot developed in Python and it was working fine until the datafeeds api stopped responding. My request: datafeed_url = "https://spx.symphony.com/agent/v5/datafeeds" response = requests.get(datafeed_url, headers = {'sessionToken': sessionToken,'keyManagerToken':keyManagerToken}) The response: '{"code":401,"message":"Unable to retrieve the Datafeed authentication token."}' Can anyone help?
#