client.content.getChangelogEntry()
Get a single changelog entry.
getChangelogEntry(id: string | number): Promise<APIResponse<ChangelogEntry>>- stringHeader
Optional. Ohne Schlüssel antwortet dieser Endpunkt nach der öffentlichen Richtlinie; ein Schlüssel erhöht Ihre Limits und schaltet planabhängige Felder frei.
Authorization: Bearer <key>wird ebenfalls akzeptiert.
- stringerforderlich
Changelog entry id
- Beispiel
- ChangelogEntry
The response payload
- string
Slug of the entry, taken from the file it was authored in.
- string
Entry headline.
- string
Entry body, in Markdown.
- string | null
What kind of change:
feature,improvement,bugfix,data,breaking. - string
When it was published, ISO 8601.
- integer
Integer flag,
1when the entry is live. The public feed only returns published entries, so this is1on every row a consumer sees. - string
When the record was first added,
YYYY-MM-DD HH:MM:SSin UTC. - string
When it last changed, ISO 8601.
- 400
VALIDATION_ERROR - 404
NOT_FOUND - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- Mindeststufe
- Explorer+
- Monatskontingent
- 200/mo
- Anfragerate
- 10/min
- Tageslimit
- 50
Die Werte gelten für die Mindeststufe dieses Endpunkts. Höhere Stufen erhöhen alle Limits.