List Protocols

Gets a list of URI protocols for the pod.

Get a list of URI protocols supported by the company (pod)

get
Query parameters
skipintegerOptional

Number of items to skip. Default is 0.

limitintegerOptional

Maximum number of items to return. Default is 100 and not to exceed 1000.

Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
200
Success
application/json
Responsestring[]Example: ["ftp","mailto","fdsup","skype"]
get
GET /pod/v2/system/protocols HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Accept: */*
[
  "ftp",
  "mailto",
  "fdsup",
  "skype"
]

Last updated

Was this helpful?