(...) e case, it may not be necessary to return the actual content of the attachment. I'm also wondering how this will react if there are dozens of large fiels. Therefore I would suggest to add a flag /query parameter to especially request the content / skip the content. Best regards, Daniel
(...) try, WEBCON escapes forward slashes (/) into escaped slashes (\/) in the JSON payload, which causes the receiving API to reject the request. I’ve already tried multiple approaches: - Direct SQL query - Business Rule - Populating a technical field - Storing attachment data in an item list - Building the JSON in different ways In all cases, the same escaping happens. Has anyone dealt with (...)