List Signals

Lists signals on behalf of the user. The response includes signals that the user has created and public signals to which they have subscribed.

List signals for the requesting user. This includes signals that the user has created and public signals to which they subscribed.

get
Query parameters
skipintegerOptional

No. of signals to skip.

limitintegerOptional

Max no. of signals to return. If no value is provided, 50 is the default. The maximum supported value is 500.

Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringOptional

Key Manager authentication token.

Responses
200
List of signals for the requesting user.
application/json
get
GET /agent/v1/signals/list HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
Accept: */*
[
  {
    "name": "text",
    "query": "text",
    "visibleOnProfile": true,
    "companyWide": true,
    "id": "text",
    "timestamp": 1
  }
]

Last updated

Was this helpful?