List Protocols
Gets a list of URI protocols for the pod.
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"]
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
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?