Attachments

TagmeClientAdvanced.download_attachment(attachment_url: str, dir_path: str, organization_id: str | None = None, ) → str

Download attachment by url and save to file.

Parameters

* attachment_url – attachment url to download.

* dir_path – path to directory to save attachment.

Returns

path to saved attachment.

TagmeClientAdvanced.download_attachments(task_id: str, dir_path: str, organization_id: str | None = None, ) → List[str]

Download all attachments from task.

Parameters

* task_id – task id to download attachments from.

* dir_path – path to directory to save attachments.

* organization_id – optional organization identifier. Defaults to None.

Returns

list of paths to saved attachments.