Add attachment (file) to a record
URL : /api/v1/app/{app_id}/record/{record_id}/attachment Method : POST
/api/v1/app/{app_id}/record/{record_id}/attachment
POST
access_token (required, header parameter) Send this as header – e.g.“Authorization: Bearer access_token”
access_token
app_id (required, path parameter) Application Id of the record
app_id
record_id (required, path parameter) Record Id where the file needs to be attached
record_id
attachment_file (required, form parameter) File which needs to be attached to the record
attachment_file
Last updated 4 years ago