Hi All,
There is an issue with respect to retrieval of GOS attachments for equipment and orders.
oData service is CV_ATTACHMENT_SRV
When we try to retrieve the GOS attachments for Products(Master data) with the below service URL it is working fine.
GET GetAllOriginals?ObjectType='BUS1001006'&ObjectKey='709000035'&SemanticObjectType=''&IsDraft=false&AttachmentFramework='' HTTP/1.1
But when we try to get GOS attachments for Equipment and order, we are not getting data in the response. See below image.

Please find the below urls.
Service URL for equipment:
GET GetAllOriginals?ObjectType='EQUI'&ObjectKey='N2484'&SemanticObjectType=''&IsDraft=false&AttachmentFramework='' HTTP/1.1
Service URL for Order:
GetAllOriginals?ObjectType='BUS2007'&ObjectKey='3000094'&SemanticObjectType=''&IsDraft=false&AttachmentFramework=''
Can you please help us if we need to make any changes.