TemplateCategory/Id

From Oxygen.next Wiki

Jump to: navigation, search

Contents

[edit] Description

Gets the TemplateCategory with the given Id.

[edit] Summary

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

[edit] Parameters

Id = Id (Guid) from the TemplateCategory.


Response

XML Example (truncated)

<?xml version="1.0" encoding="utf-8" ?>
<TemplateCategory>
  <TemplateCategoryLink readonly="true">https://api.oxygennext.com/TemplateCategory/351abeb6-0c54-40ad-93ec-f12e93e66370</TemplateCategoryLink>
  <Created>11/13/2009 12:19:37 PM</Created>
  <Name>Test</Name>
  <Templates>https://api.oxygennext.com/TemplateCategory/351abeb6-0c54-40ad-93ec-f12e93e66370/Templates</Templates>
  <Copy>https://api.oxygennext.com/TemplateCategory/351abeb6-0c54-40ad-93ec-f12e93e66370/CopyTo/{targetGuid}</Copy>
  <Move>https://api.oxygennext.com/TemplateCategory/351abeb6-0c54-40ad-93ec-f12e93e66370/MoveTo/{targetGuid}</Move>
  <Delete>https://api.oxygennext.com/TemplateCategory/351abeb6-0c54-40ad-93ec-f12e93e66370/Delete</Delete>
</TemplateCategory>

[edit] Usage examples

cURL (about cURL):
curl -u user:password https://api.oxygennext.com/TemplateCategory/351abeb6-0c54-40ad-93ec-f12e93e66370

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


Personal tools