Search changelogs
Understanding how to use FeatureOS API to build custom integrations.
Introduction
The FeatureOS search changelogs API allows you to search through your changelogs using a query string. Results are returned directly from the search engine.
GET
https://api.featureos.app/api/v3/search_changelogs
curl -X GET 'https://api.featureos.app/api/v3/search_changelogs' \
-H 'API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json'Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
Query Parameters
| Parameter | Default | Description |
|---|---|---|
| query | - | The search query string. |
| page | 1 | Used to paginate responses. |
| per_page | 30 | Number of results per page. Maximum is 100. |