Details on the various actions that can be performed on the Application Template resource, including the expected parameters and the potential responses.
Retrieves information on an application template
result = client.application_template.get(templateId=my_template_id)
print(result)
The client must be configured with a valid api access token to call this action. The token must include at least one of the following scopes: all.User, all.User.read, applicationTemplate.*, or applicationTemplate.get.
Name | Type | Required | Description | Default | Example |
---|---|---|---|---|---|
templateId | string | Y | ID associated with the template | 575ed0de7ae143cd83dc4aa5 | |
losantdomain | string | N | Domain scope of request (rarely needed) | example.com |
Code | Type | Description |
---|---|---|
200 | Application Template | Application template information |
Code | Type | Description |
---|---|---|
400 | Error | Error if malformed request |
404 | Error | Error if template was not found |