Can we get the attachment id and file name details of an INCIDENT in one call? I am doing two calls to web service to get the Attachment Details (file name, repository details etc). First call to get the attachment id's of an INC and Sec call is to get the attachment details based on attachment ID.
ListResult lstResult = client.doQuery(Convert.ToInt32(sid), "lrel_attachments_requests", "cr = 'cr:403697'");
ListResult lstResult = client.doQuery(Convert.ToInt32(sid), "attmnt", "id=3576309");