Slack · Example Payload

Slack Web File Example

BotsChatCollaborationMessagingProductivityT1Team Communication

Slack Web File Example is an example object payload from Slack, with 28 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcreatedtimestampnametitlemimetypefiletypepretty_typeuseruser_teameditablesizemodeis_externalexternal_typeis_publicpublic_url_shareddisplay_as_botusernameurl_privateurl_private_downloadpermalinkpermalink_publicchannelsgroupsimssharescomments_count

Example Payload

Raw ↑
{
  "id": "abc123",
  "created": 10,
  "timestamp": 10,
  "name": "Example Title",
  "title": "Example Title",
  "mimetype": "example_value",
  "filetype": "example_value",
  "pretty_type": "example_value",
  "user": "example_value",
  "user_team": "example_value",
  "editable": true,
  "size": 10,
  "mode": "example_value",
  "is_external": true,
  "external_type": "example_value",
  "is_public": true,
  "public_url_shared": "https://www.example.com",
  "display_as_bot": true,
  "username": "example_value",
  "url_private": "https://www.example.com",
  "url_private_download": "https://www.example.com",
  "permalink": "example_value",
  "permalink_public": "example_value",
  "channels": [],
  "groups": [],
  "ims": [],
  "shares": "example_value",
  "comments_count": 10
}