Knowledge
Get knowledge generations
Retrieves knowledge generations in the given time range.
Request body
Key | Type | Description |
---|---|---|
from | string | The start of the range, as an ISO 8601 string. |
to | string | The end of the range, as an ISO 8601 string. |
limit | number | The maximum number of results to return. Default: |
page | number | The page index. Default: |
expand | string | If set to |
projectKey | string | Instead of the API token, use a project key, for instance for client-facing requests. |
Example request
Response
The response is of the form:
Expanded knowledge
When adding expand=data.sources.reviews
to the request body, knowledge generations are returned together with associated source reviews, including review assignees and comments.
The response looks like this: