SupportedTemplateTypes

From Oxygen.next Wiki

Jump to: navigation, search

Contents

[edit] Description

Gets information about the supported Template Types

[edit] Summary

URL: https://oxygennext.apigee.com/Global/SupportedTemplateTypes.format
Formats: Xml, Json
Requires Authentication (about Authentication): true
HTTP Method(s): GET
API rate limited (about Rate Limiting): true

[edit] Parameters

No Parameters


Response

XML Example (truncated)

<?xml version="1.0" encoding="utf-8" ?>
<ListOfContentType>
  <ContentType>
    <Name>Flash</Name>
    <Extensions>swf</Extensions>
  </ContentType>
</ListOfContentType>

[edit] Usage examples

cURL (about cURL):
curl -u user:password https://oxygennext.apigee.com/Global/SupportedTemplateTypes

Do you have an example to share in the language of your choice? Please share!


Personal tools