Table Api Query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 08:27 AM
Hi Everyone I have a used case where external system has to query SN table API and pull attachments from RITM. Any help would be appreciated.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 08:44 AM
Hi Ravi, Why are using table API. In your external system support the attachments as Binary or Base 64.
If Binary supports then use Attachment API.
If base64 supports you should write the code based on sys_attachment table send the attachments to external system.
Please mark correct answer/ helpful if helped your question.
Regards,
Suresh
Suresh.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2022 05:54 PM
I've provided PowerShell script to download attachment in the following thread. All attachments are saved in sys_attachment table. "sys_id" is the value of a row in this sys_attachment table and not on RITM table.