Sha256: 252148bc8392fe885612f160f74fe89a7bdef75b8b63b616fa1a197b55033d36
Contents?: true
Size: 1.33 KB
Versions: 35
Compression:
Stored size: 1.33 KB
Contents
# Application Template Actions Details on the various actions that can be performed on the Application Template resource, including the expected parameters and the potential responses. ##### Contents * [Get](#get) <br/> ## Get Retrieves information on an application template ```ruby result = client.application_template.get(templateId: my_template_id) puts result ``` #### Authentication 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. #### Available Parameters | 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 | #### Successful Responses | Code | Type | Description | | ---- | ---- | ----------- | | 200 | [Application Template](_schemas.md#application-template) | Application template information | #### Error Responses | Code | Type | Description | | ---- | ---- | ----------- | | 400 | [Error](_schemas.md#error) | Error if malformed request | | 404 | [Error](_schemas.md#error) | Error if template was not found |
Version data entries
35 entries across 35 versions & 1 rubygems