Get Signal

Gets details about the specified signal.

Get details of the requested signal.

get
Path parameters
idstringRequired

The ID of the signal to display.

Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringOptional

Key Manager authentication token.

Responses
200
List of signals for the requesting user.
application/json
Responseall of
get
GET /agent/v1/signals/{id}/get 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?