As part of our regular enhancements to APIs, we have now changed the way responses are served when the resources you try to fetch do not contain attachments.
Earlier, if the resource you tried to fetch did not contain an attachment, the response would return the 204 (No Content) status code. Going forward, in such cases, the response would return the 200 (OK) status code along with { “data” : []}.
This change applies to APIs related to ticket attachments, contact attachments, account attachments, and task attachments.
This update will get into effect from the 17th of September, 2019. Therefore, we request you to update the code of your tools as soon as possible, so that this change is accommodated.