API reference
GET /presentations/:id
Fetches a presentation by ID.
Parameters
The presentation ID
Response
Presentation ID
Presentation title
Workspace ID that owns the presentation
Presentation slides
Whether the presentation is public
Canonical presentation URL
ISO timestamp when the presentation was created
ISO timestamp when the presentation was last updated
FAQs
What kind of ID does this endpoint expect?
What kind of ID does this endpoint expect?
This endpoint expects a Chronicle presentation ID.
Do not send a share URL in its place.
Why do I get 403 for a presentation that exists?
Why do I get 403 for a presentation that exists?
Your API key can only access resources in its own workspace.If the presentation belongs to a different workspace, or is stored in private drafts, the request returns
403.What format does the response use?
What format does the response use?
REST API responses use
snake_case.Use that field format in your client code and examples.What comes back in the response?
What comes back in the response?
The response includes a Chronicle URL for the presentation.You can use that URL to open the presentation directly in Chronicle.