GET /phone/setting_templates/{templateId}
This API lets you retrieve a specific account phone template previously created.
Scope:
phone:write:adminorphone:write
Prerequisites:
- Business or Enterprise Account
- A Zoom Phone license
Rate Limit Label:Light
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
templateId |
String | Yes |
Unique identifier of the template. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
custom_query_fields |
String | No |
Provide the name of the field to use to filter the response. For example, if you provide "description" as the value of the field, you will get a response similar to the following: {“description”: “template description”}. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.