egdata API
API ReferenceSearch

Search changelog records

GET
/search/changelog

Query Parameters

query?string

Search text.

type?string

Optional context type filter.

id?string

Optional context ID filter.

page?integer

One-based page number.

Default1
Range1 <= value
limit?integer

Maximum number of records to return. Most list endpoints cap this server-side.

Range1 <= value

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/search/changelog"
{  "hits": [    {      "_id": "string",      "timestamp": "2019-08-24T14:15:22Z",      "metadata": {}    }  ],  "estimatedTotalHits": 0,  "processingTimeMs": 0,  "query": "string"}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}