---
title: "Feature: #59646 - Add TSFE property $requestedId"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-59646"
source: "Changelog/7.2/Feature-52693-TSFE-RequestedId.rst"
typo3-version: "7.2"
typo3-major: 7
type: "feature"
issue: 59646
forge: "https://forge.typo3.org/issues/59646"
tags: ["PHP-API", "Frontend"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Feature: #59646 - Add TSFE property $requestedId {#feature-59646}

See [forge#59646](https://forge.typo3.org/issues/59646)

## Description {#description}

A new property within the main TypoScriptFrontendController for the frontend called $requestedId stores
the information about the page ID which is set before the page ID processing and resolving.
It is accessible via `$TSFE->getRequestedId()`. Also see `$TSFE->fetch_the_id()` method.
