Get an existing saved Timeline or Timeline template

View as Markdown
GET /api/timeline/resolve

Spaces method and path for this operation:

get /s/{space_id}/api/timeline/resolve

Refer to Spaces for more information.

Query parameters

  • template_timeline_id string

    The ID of the template timeline to resolve

  • id string

    The ID of the timeline to resolve

Responses

  • 200 application/json

    The (template) Timeline has been found

    One of:

    Additional properties are NOT allowed.

  • 400

    The request is missing parameters

  • 404

    The (template) Timeline was not found

GET /api/timeline/resolve
curl \ --request GET 'https://localhost:5601/api/timeline/resolve' \ --header "Authorization: $API_KEY"