[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetRequestPostDataRequest](./puppeteer.protocol.network.getrequestpostdatarequest.md) ## Protocol.Network.GetRequestPostDataRequest interface Signature: ```typescript export interface GetRequestPostDataRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [requestId](./puppeteer.protocol.network.getrequestpostdatarequest.requestid.md) | [RequestId](./puppeteer.protocol.network.requestid.md) | Identifier of the network request to get content for. |