Get shareable references
Collect references and space contexts for saved objects.
POST /api/spaces/_get_shareable_references
curl \
-X POST https://localhost:5601/api/spaces/_get_shareable_references \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31" \
-H "elastic-api-version: 2023-10-31" \
-H "kbn-xsrf: true"
Request examples
# Headers
elastic-api-version: 2023-10-31
kbn-xsrf: true
# Payload
{
"objects": [
{
"id": "string",
"type": "string"
}
]
}