API ExplorerFoundationTodo ServiceTo-do ServiceList all todo items in a space.List all todo items in a space. GET /v1/spaces/:spaceId/todoItems Retrieve a list of all todo items.Requires space_read scope on the spaceId and only todo items where the caller has requiredPermission are returned. Request Responses200400403A list of todo items.Invalid Request.Forbidden Error.