Getting base64 encoded data of an attachments of request in a scripted rest api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2021 07:57 AM
Hi,
We have a custom table that extends request table . Lets take table name as ABC
We have a record producer that creates tickets in this ABC table
this record producer has a variable of type Macro - which is an OOB attachment widget.
I have a scripted rest api that pulls all the variables data on the record producer
Now our customer is using second api call which is OOB to get the attachment content. the requirement here is the a scripted api call is returning empty value for attachment variable, here the customer wants to get base64 encodedd data of all the attachments so that he can avoid the second api call.
how i can code my scripted rest api to get all attachments base64 encoded data with the scripted rest api
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2024 05:55 PM
var gr = new GlideRecord('sys_attachment');
Also make sure this script is run in global scope, as you might see conflicts running in custom scopes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2024 06:31 AM
Thanks @avieet!
Now getting the new error:
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke