Try Gemini 1.5 models, the latest multimodal models in Vertex AI, and see what you can build with up to a 2M token context window.Try Gemini 1.5 models, the latest multimodal models in Vertex AI, and see what you can build with up to a 2M token context window.
Stay organized with collections
Save and categorize content based on your preferences.
Return all target document-links from the document.
HTTP request
POST https://contentwarehouse.googleapis.com/v1/{parent}/linkedTargets
Path parameters
Parameters
parent
string
Required. The name of the document, for which all target links are returned. Format: projects/{projectNumber}/locations/{location}/documents/{target_document_id}. It takes the form projects/{project}/locations/{location}/documents/{document}.
Request body
The request body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-08-17 UTC."],[[["This endpoint retrieves all target document links associated with a specified document."],["The HTTP request is a POST method to the URL `https://contentwarehouse.googleapis.com/v1/{parent}/linkedTargets`."],["The `parent` path parameter is required and specifies the document to retrieve target links from, using the format: `projects/{projectNumber}/locations/{location}/documents/{target_document_id}`."],["The request body should contain a `requestMetadata` object to provide information about the document creator for access control purposes."],["The successful response body includes an array of `documentLinks`, which represent the target document links, and a `nextPageToken` for paginated results if there are multiple pages."]]],[]]