Skip to main content
GET
/
:projectId
/
api
/
v7
/
spaces
/
:spaceId
/
children
Fetch Space Children
curl --request GET \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/children
{
  "data": [
    {}
  ],
  "pagination": {}
}
Returns a paginated list of child spaces for a given parent space.

Path Parameters

spaceId
string
required
UUID of the parent space.

Query Parameters

page
number
Page number. Defaults to 1.
limit
number
Results per page.

Response

data
Space[]
Array of child Space objects.
pagination
object
Standard pagination metadata.
See also: useFetchSpaceChildren