# Retrieve Policytemplate payload item IDs within a profile Get Chrome policy template ## Endpoints GET `/api/mdm/chrome_templates/upgrade` ## Request URL `https://{server-hostname}:8383/api/mdm/chrome_templates/upgrade` ## Scope `MDMDeviceMgmt.READ` ## Header `Authorization: d92d4xxxxxxxxxxxxx15f52` ## Request Parameters ### Request Headers - **Accept** `string` — Mandatory: `application/json` ### Query Parameters - **include** `string` — Optional Comma-separated list of related fields to include in the response (e.g., assigned_to, payload_details). When omitted, only top-level fields are returned. ## Sample Request ```curl curl --request GET \ --url 'https://appdomain/api/mdm/chrome_templates/upgrade?include=payloaditems' \ --header 'Accept: application/json' \ --header 'Authorization: d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP Code 200 #### Response Body — application/json `JSON Object` - **status** `string` Status of the chrome policy template upgrade ## Possible Response Codes - **200** — HTTP code ## Sample Response: HTTP 200 Chrome policy template upgrade status ```json { "status": "success" } ``` ![help icon](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **Duration:** 1 minute | **Threshold:** 120 | **Lock period:** 5 minutes Duration - Time window for the threshold. Threshold - Number of API calls allowed within the specified duration. Lock Period - Wait time before consecutive API requests.