# Info

## Content



PDF Info service gets the information related to the PDF file, with the specified PDF path. The PDF document will be cached. The client application sends an HTTP request to the service application for using PDF Info WebAPI.

### PDF Info Service Request Schema

To obtain the information related to a specific PDF file using the PDF path, you need to use GET method. PDF file path is specified in the request URL as:

`GET: http://<host>[:port]/api/pdf/{pdfpath}/$pdf<br /> <br /> ![](https://cdn.mescius.io/document-site-files/images/66c72527-2495-47b0-9257-2ee31dae74e5/images/pdfinfo.png)`

pdfpath - The pdf file that storage manager can recognize.

**Response Messages**

| HTTP Status Code | Reason |
| --- | --- |
| 200 | Json string contains [IExecutionInfo](/componentone/api/webapi/online-webapi/dotnet-framework-api/C1.Web.Api.Document/C1.Web.Api.Document.Models.ExecutionInfo.html) type object. |
| 404 | The pdf path does not exist. |