# Returns content for one **GET /V1/negotiableQuote/attachmentContent** Returns content for one or more files attached on the quote comment. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Query parameters - **attachmentIds** (array[integer]) ## Responses ### 200 200 Success. #### Body: (array[object]) - **base64_encoded_data** (string) Media data (base64 encoded content). - **type** (string) MIME type. - **name** (string) File name. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\NegotiableQuote\Api\Data\AttachmentContentInterface ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)