WorkSmart Dev
HomeSign In
  • Introduction
  • REST Web API
    • Oauth 2.0 Authorization
      • Authorization Code Flow
      • Token (Auth Code Flow)
      • Token (Client Credentials)
    • Records
      • Create Record
      • Read Record
      • Update Record
      • Delete Record
      • Read Records By View
      • Add Comment
      • Add Attachment
      • Download Attachment
    • List Sites
    • Columns
      • List of Columns
  • Webhook
    • Configure a Webhook
Powered by GitBook
On this page
  • Parameters
  • Sample Request

Was this helpful?

  1. REST Web API
  2. Records

Add Attachment

Add attachment (file) to a record

URL : /api/v1/app/{app_id}/record/{record_id}/attachment Method : POST

Parameters

access_token (required, header parameter) Send this as header – e.g.“Authorization: Bearer access_token”

app_id (required, path parameter) Application Id of the record

record_id (required, path parameter) Record Id where the file needs to be attached

attachment_file (required, form parameter) File which needs to be attached to the record

Sample Request

PreviousAdd CommentNextDownload Attachment

Last updated 4 years ago

Was this helpful?