Attachments
download_attachment
TagmeClientAdvanced.download_attachment(attachment_url: str, dir_path: str, organization_id: str | None = None, ) → str
Download attachment by url and save to file.
Parameters |
* * |
Returns |
path to saved attachment. |
download_attachments
TagmeClientAdvanced.download_attachments(task_id: str, dir_path: str, organization_id: str | None = None, ) → List[str]
Download all attachments from task.
Parameters |
* * * |
Returns |
list of paths to saved attachments. |