Attachment Types
Retrieves a list of supported file extensions for attachments.
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/v1/files/allowedTypes HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Accept: */*
[
"ftp",
"mailto",
"fdsup",
"skype"
]
📘 See alsoMessage MessageML Message ID Message Format - MessageML PresentationML Message Format - ExtensionML Colors Symphony Elements
Last updated
Was this helpful?