Attachment Types

Retrieves a list of supported file extensions for attachments.

Get supported attachment types for the pod

GETyourpodURL.symphony.com/pod/v1/files/allowedTypes
Header parameters
Response

Success

Body
itemsstring
Request
const response = await fetch('yourpodURL.symphony.com/pod/v1/files/allowedTypes', {
    method: 'GET',
    headers: {
      "sessionToken": "text"
    },
});
const data = await response.json();
Response
[
  "ftp",
  "mailto",
  "fdsup",
  "skype"
]

📘 See also

Message MessageML Message ID Message Format - MessageML PresentationML Message Format - ExtensionML Colors Symphony Elements

Last updated