Csaba,
It has been awhile since I've reviewed the ServiceNOW integration, but when I was first setting it up I created my own function to pull attachments from ServiceNOW tickets. The function uses the
GET /now/attachment/{attachment_id}/file endpoint of the ServiceNOW API.
The attachment_id would be the attachment's sys_id. It looks like I created a separate function to get the ServiceNOW ticket information using the GET /now/table/{table_name}/{ticket_sys_id} endpoint, which should contain all of the attachments sys_ids.
Again, I'm not 100% positive whether these separate functions are still required or not. If you go down this route I'd be happy to try and answer any questions that pop up
------------------------------
Liam Mahoney
------------------------------