Stay organized with collections
Save and categorize content based on your preferences.
Finds the public KG entities with public KG ID(s).
HTTP request
GET https://enterpriseknowledgegraph.googleapis.com/v1/{parent}/publicKnowledgeGraphEntities:Lookup
Path parameters
Parameters
parent
string
Required. The name of the Entity's parent resource. Format: projects/{project}/locations/{location} It takes the form projects/{project}/locations/{location}.
Query parameters
Parameters
ids[]
string
Required. The list of entity ids to be used for lookup.
languages[]
string
The list of language codes (defined in ISO 693) to run the query with, e.g. 'en'.
[[["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 2022-12-19 UTC."],[[["This endpoint retrieves public Knowledge Graph entities using their corresponding public KG IDs."],["The request is a GET request to the specified URL with project and location as path parameters."],["The request requires a list of entity IDs and optionally, a list of language codes as query parameters."],["Successful requests return a `LookupPublicKgResponse` and require `enterpriseknowledgegraph.publicKnowledgeGraphEntities.lookup` IAM permission."],["OAuth scope `https://www.googleapis.com/auth/cloud-platform` is needed to call the API."]]],[]]