Get
GET/accounts/:id/link-groups
Get Link Groups
Request
Path Parameters
Graph id
Query Parameters
One or more URLs.
Responses
- 200
- 401
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
- MOD6
- MOD7
- MOD8
Array [
]
Array [
]
Array [
]
Array [
]
]
]
]
link_groups
object[]
items
object[]
The entity id, reused in the output template.
query
object
required
A query request.
List of extra fields to be retrieved.
filters
object[]
A list of prefilters.
Operational filters such as AND or OR.
The filter key. Key is required for the filters [EQ, NE, GT, LT, GTE, LTE, IN, NIN]
Possible values: [EQ, GT, LT, NE, GTE, LTE, IN, NIN, AND, OR]
A query request filter operator.
value
object
The filter value.
oneOf
string
string
integer
integer
number
number
integer
integer
The filter value as a date, if provided will be preferred over the value field.
The list of embeddings, not required if query_string is provided.
The query string, not required if the query_embeddings are provided. Please note that the query_string is ignored if the query_embeddings are provided.
Perform a Vector Search based on similarities with an entity with the specified URI.
Perform a Vector Search based on similarities with an entity with the specified URL (schema:url).
Possible values: >= 1
Default value: 2
The similarity top K.
The webpage name, reused in the output template.
{
"link_groups": [
{
"identifier": "string",
"iri": "string",
"items": [
{
"id": "string",
"query": {
"fields": [
"string"
],
"filters": [
{
"filters": [
null
],
"key": "string",
"operator": "EQ",
"value": [
null
],
"value_date": "2024-07-29T15:51:28.071Z"
}
],
"query_embedding": [
0
],
"query_string": "string",
"query_uri": "string",
"query_url": "string",
"similarity_top_k": 2
},
"source_name": "string"
}
],
"name": "string"
}
]
}
Authentication Failure