Get
The autocomplete endpoint suggests entities from Linked Data that match the provided query.
Query Parameters
- query string required
Autocomplete query
- language string required
2-letter language code, e.g. 'en'.
- scope string required
Possible values: [
cloud
]Default value:
cloud
Scope
- limit string required
Default value:
10
Maximum number of results. By default 10.
- exclude string[] required
List of entity URIs to exclude.
Responses
- 200
- 401
- 404
Success
- */*
- Schema
- Example (from schema)
Schema
- empty boolean required
- Array [
- id uri required
- labels string[] required
- descriptions string[] required
- types url[] required
- urls url[] required
- images url[] required
A list of image URLs.
- sameAss url[] required
- scope string required
Possible values: [
local
,network
,cloud
] - description string required
- mainType string required
Schema type slug
- label string required
- value string required
- displayTypes string required
- ]
[
{
"id": "string",
"labels": [
"string"
],
"descriptions": [
"string"
],
"types": [
"string"
],
"urls": [
"string"
],
"images": [
"string"
],
"sameAss": [
"string"
],
"scope": "local",
"description": "string",
"mainType": "string",
"label": "string",
"value": "string",
"displayTypes": "string"
}
]
Authentication Failure
Not Found
Loading...