extended info...
pageSize | integer [ 1 .. 30 ] Default: 30 The number of entities to return in the response |
term | string |
strategy | string |
sourceName | string |
{- "term": "string",
- "strategy": "string",
- "sourceName": "string"
}
{- "search": {
- "id": "string",
- "accountId": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "resultsCount": 0,
- "source": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "title": "string"
}, - "strategy": "string",
- "term": "string",
- "userId": "string"
}, - "results": [
- {
- "id": "string",
- "resultData": {
- "id": "string",
- "match": true,
- "score": 0,
- "schema": "string",
- "target": true,
- "caption": "string",
- "datasets": [
- "string"
], - "features": {
- "property1": 0,
- "property2": 0
}, - "last_seen": "2019-08-24T14:15:22Z",
- "referents": [
- "string"
], - "first_seen": "2019-08-24T14:15:22Z",
- "properties": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}, - "type": "string",
}
], - "nextPageToken": "string"
}
Retrieves a specific search by its ID.
id required | string <uuid> ID of the search to be retrieved. |
{- "search": {
- "id": "string",
- "accountId": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "resultsCount": 0,
- "source": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "title": "string"
}, - "strategy": "string",
- "term": "string",
- "userId": "string"
}, - "results": [
- {
- "id": "string",
- "resultData": {
- "id": "string",
- "match": true,
- "score": 0,
- "schema": "string",
- "target": true,
- "caption": "string",
- "datasets": [
- "string"
], - "features": {
- "property1": 0,
- "property2": 0
}, - "last_seen": "2019-08-24T14:15:22Z",
- "referents": [
- "string"
], - "first_seen": "2019-08-24T14:15:22Z",
- "properties": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}, - "type": "string",
}
], - "nextPageToken": "string"
}
Index action listing all the available data sources. Provides access to each source's name field which can be used for specifying a source when performing a search.
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "title": "string"
}
]