Get a space

GET /api/spaces/space/{id}

Headers

  • The version of the API to use

    Value is 2023-10-31. Default value is 2023-10-31.

Path parameters

  • id string Required

    The space identifier.

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    Indicates a successful call.

GET /api/spaces/space/{id}
curl \
 -X GET https://localhost:5601/api/spaces/space/{id} \
 -H "elastic-api-version: 2023-10-31"
Response examples (200)
{
  "id": "marketing",
  "name": "Marketing",
  "color": null,
  "imageUrl": "",
  "initials": "MK",
  "solution": "es",
  "description": "This is the Marketing Space",
  "disabledFeatures": []
}