### Get document Source: https://developer.aq-fes.com/api-details#api=AQ-Products-API&operation=ProductsAPI_GetDocumentResource Retrieve a document using a unique identifier. Resource identifiers are returned in the documents property from the Get product API call. ```APIDOC ## Get document ### Description Retrieve a document using a unique identifier. Resource identifiers are returned in the documents property from the Get product API call. ### Method GET ### Endpoint https://api.aq-fes.com/products-api/resources/documents/{id} ### Parameters #### Path Parameters - **id** (string) - Required - Unique identifier of the resource. Resource identifiers are returned in the documents property from the Get product API call. #### Request Headers - **aq-languagecode** (string) - Optional - Valid values: "en" and "es". Default value: "en" ### Response #### Success Response (200 OK) Document as byte array and MIME Type in ContentType's header. #### Response Headers - **accept-language** (string) - Specifies the two digit language codes available for your subscription. - **Content-Type** (string) - MIME Type of the document. #### Response Example (Binary data representing the document) #### Error Response (404 Not Found) Resource not found. #### Response Headers - **accept-language** (string) - Specifies the two digit language codes available for your subscription. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.