Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.33 KB

applicationTemplate.md

File metadata and controls

46 lines (31 loc) · 1.33 KB

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

Retrieves information on an application template

result = client.application_template.get(templateId=my_template_id)

print(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 Application template information

Error Responses

Code Type Description
400 Error Error if malformed request
404 Error Error if template was not found