Template REST services
Use these REST services to retrieve, export, import, update, move, and delete templates.
Main entry points
- Templates:
- <portal host>:<portal port>/<portal context root>/mycontenthandler/ai/templates?mode=download
- Applications:
- <portal host>:<portal port>/<portal context root>/mycontenthandler/ai/applications?mode=download
- Application-Favorites:
- <portal host>:<portal port>/<portal context root>/mycontenthandler/ai/application-favorites?mode=download
(since V6.1.5)
Possible failure return codes
- HTTP 400: Malformed syntax. Please check the Portal logs and fix your input data.
- HTTP 401: Unauthorized access. Please make sure you have the right to access the resource and/or check your login data.
- HTTP 403: Forbidden. Please make sure you have the right to access the resource and/or check your login data.
- HTTP 404: Not found. The requested resource does
not exist on the server, please check the URL.
- HTTP 500: Internal server error. Please check the Portal logs.
Depending on your system environment, there may be additional
failure response codes. If needed, check with your administrator.
Table 1. Retrieve available in the system.
templates entry point GET - HTTP 200 application/atom+xml
- ca:rel="template-export"
- Link to export the template
- rel="first"
- Link to the first feed fragment. This link is served only if a feed fragment was served.
- rel="last"
- Link to the last feed fragment. This link is served only if a feed fragment was served.
- rel="previous"
- Link to the feed fragment that precedes the given feed fragment.
This link is served only if a feed fragment was served that does not start at the beginning of the feed.
- rel="next"
- Link to the next feed fragment. This link is served only if a feed fragment was served that does not contain the last entry of the feed.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
- [filter]
- folder-id=<folder-id>: Filters the entries
of the templates feed based on the template folder. The "<folder-id>" needs to be replaced by the actual folder object id or unique name.
title=<filter-pattern>: Filters the entries
of the templates feed based on the template title. The "<filter-pattern>"
must be replaced by the actual search pattern. The asterisk (*) wildcard can be used at the end of the search pattern, or at both the beginning
and the end of the search pattern. Template titles are searched in
all locales as specified by the "Accept Language" header of the client.
(Default: None)
- [start-index]
- XXX: Identifies the start index of the feed fragment to be served.
(Default: 0)
- [max-results]
- XXX: Identifies the maximum number of entries to be served by this request.
(Default: Configurable setting on server)
Return data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author><atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates" rel="self" type="application/atom+xml"/> <atom:id>ai:templates</atom:id> <atom:updated>2009-09-25T12:26:50.578Z</atom:updated> <opensearch:totalResults>2</opensearch:totalResults> <atom:entry> <atom:id>ai:templates/1E_CGAH47L008EDB0IO3G5UN92GM6</atom:id>
<atom:title xml:lang="en">Portal Blank Template</atom:title> <atom:summary xml:lang="en">This "blank" application template can be used as a starting point to create more complex applications and templates.</atom:summary> <atom:link href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-24T14:26:58.046Z</atom:updated> <atom:published>2009-09-16T01:16:17.550Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_CGAH47L008EDB0IO3G5UN92GM6">
<ca:title xml:lang="en">Portal Blank Template</ca:title> <ca:description xml:lang="en">This "blank" application template can be used as a starting point to create more complex applications and templates.</ca:description> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23R0"/> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23P0"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> </ca:template> </atom:content> </atom:entry> <atom:entry> <atom:id>ai:templates/1E_AESU3F54085E40IO78QEDD3056</atom:id> <atom:title xml:lang="en">Template in another category</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_AESU3F54085E40IO78QEDD3056" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_AESU3F54085E40IO78QEDD3056" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_AESU3F54085E40IO78QEDD3056?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-25T12:23:15.921Z</atom:updated> <atom:published>2009-09-22T07:30:29.828Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_AESU3F54007AE0IOJUVMU40000" ca:id="1E_AESU3F54085E40IO78QEDD3056"> <ca:title xml:lang="en">Template in another category</ca:title> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1CUKA5852CIK7P8K1KA3RKAH1CG3P0"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1CUKA5852CIK7P8K1KA3RKAH1CG3Q0"/> </ca:template> </atom:content> </atom:entry> </atom:feed>
Table 2. Retrieve
Relevant "self" link from templates feed GET - HTTP 200 application/atom+xml
- ca:rel="template-export"
- Link to export the template
- rel="first"
- Link to the first feed fragment. This link is served only if a feed fragment was served.
- rel="last"
- Link to the last feed fragment. This link is served only if a feed fragment was served.
- rel="previous"
- Link to the feed fragment that precedes the given feed fragment.
This link is served only if a feed fragment was served that does not start at the beginning of the feed.
- rel="next"
- Link to the next feed fragment. This link is served only if a feed fragment was served that does not contain the last entry of the feed.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
Return data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author><atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="self" type="application/atom+xml"/> <atom:id>ai:templates/1E_CGAH47L008EDB0IO3G5UN92GM6</atom:id> <atom:updated>2009-09-25T12:26:50.765Z</atom:updated> <atom:entry> <atom:id>ai:templates/1E_CGAH47L008EDB0IO3G5UN92GM6</atom:id>
<atom:title xml:lang="en">Portal Blank Template</atom:title> <atom:summary xml:lang="en">This "blank" application template can be used as a starting point to create more complex applications and templates.</atom:summary> <atom:link href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-24T14:26:58.046Z</atom:updated> <atom:published>2009-09-16T01:16:17.550Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_CGAH47L008EDB0IO3G5UN92GM6">
<ca:title xml:lang="en">Portal Blank Template</ca:title> <ca:description xml:lang="en">This "blank" application template can be used as a starting point to create more complex applications and templates.</ca:description> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23R0"/> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23P0"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> </ca:template> </atom:content> </atom:entry> </atom:feed>
Table 3. Export
Provided by ca:rel="template-export" link GET - HTTP 200 application/zip - -
Table 4. Create
application. To create the template in a particular folder, set the ca:folder-id into
the request. If you do not set this parameter, the template will be created in the root folder.
templates entry point POST application/atom+xml HTTP 201 application/atom+xml
- ca:rel="template-export"
- Link to export the template.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
Input data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/ai/applications?digest=QPMk_OwE8vdTiM-GtWv9wg!!" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:creation-context="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1.0/portal-creation-context" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:entry> <atom:title/> <atom:id/> <atom:content type="application/xml"> <ca:template creation-context:app-id="1F_AESU3F540OUAE0IOF4P56U10O3"> <ca:title xml:lang="en">New template</ca:title> <ca:description xml:lang="en">New template description</ca:description> </ca:template> </atom:content> </atom:entry> </atom:feed>Return data example:<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S6" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author>template zip file in a application/zip request.<atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S6" rel="self" type="application/atom+xml"/> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S6</atom:id> <atom:updated>2009-09-25T12:26:56.125Z</atom:updated> <atom:entry> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S6</atom:id> <atom:title xml:lang="en">New template</atom:title> <atom:summary xml:lang="en">New template description</atom:summary> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S6" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S6" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S6?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-25T12:26:55.250Z</atom:updated> <atom:published>2009-09-25T12:26:55.250Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_AESU3F540OUAE0IOF4P56U10S6"> <ca:title xml:lang="en">New template</ca:title> <ca:description xml:lang="en">New template description</ca:description> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1CUKA5852CIK7P8K1KA3RKAH1CMKR0"/> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1CUKA5852CIK7P8K1KA3RKAH1CMKP0"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> </ca:template> </atom:content> </atom:entry> </atom:feed>
templates entry point POST application/zip HTTP 201 application/atom+xml
- ca:rel="template-export"
- Link to export the template.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
- [folder-id]
- your folder ID: Template will be created in folder
of passed ID. You can determine a folder ID by other templates feeds hosted in relevant folder.
(Default: Root template folder ID)
Return data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author>template zip file in a multipart/form-data request.<atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="self" type="application/atom+xml"/> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S5</atom:id> <atom:updated>2009-09-25T12:26:56.593Z</atom:updated> <atom:entry> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S5</atom:id> <atom:title xml:lang="en">New application template</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-25T12:26:56.500Z</atom:updated> <atom:published>2009-09-25T12:26:56.500Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_AESU3F540OUAE0IOF4P56U10S5"> <ca:title xml:lang="en">New application template</ca:title> <ca:parameter ca:id="11eAeGRROMKDCPRKA6MLC33TIMNPD12T87P5D2BT8NI1"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> <ca:parameter ca:id="11eAeJBT07OTDI3T6N7PC63RI6NLC"/> </ca:template> </atom:content> </atom:entry> </atom:feed>
templates entry point POST multipart/form-data HTTP 201 application/atom+xml
- ca:rel="template-export"
- Link to export the template.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
- [folder-id]
- your folder ID: Template will be created in folder
of passed ID. You can determine a folder ID by other templates feeds hosted in relevant folder.
(Default: Root template folder ID)
Return data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S7" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author>in an application/zip request.<atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S7" rel="self" type="application/atom+xml"/> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S7</atom:id> <atom:updated>2009-09-25T12:26:57.078Z</atom:updated> <atom:entry> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S7</atom:id> <atom:title xml:lang="en">New application template</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S7" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S7" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S7?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-25T12:26:57.000Z</atom:updated> <atom:published>2009-09-25T12:26:57.000Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_AESU3F540OUAE0IOF4P56U10S7"> <ca:title xml:lang="en">New application template</ca:title> <ca:parameter ca:id="11eAeGRROMKDCPRKA6MLC33TIMNPD12T87P5D2BT8NI1"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> <ca:parameter ca:id="11eAeJBT07OTDI3T6N7PC63RI6NLC"/> </ca:template> </atom:content> </atom:entry> </atom:feed>
IBM recommends that you use an exported template as the basis and change the values you want (for
example, title, description, role names). Remove only those values that you are sure you do not need (for example, roles or some translated
titles and descriptions). Do not remove system values and do not start from scratch to build your template zip file.
This service
is also available via PUT call.
Provided by rel="edit" link of corresponding template ATOM entry
POST application/zip HTTP 201 application/atom+xml
- ca:rel="template-export"
- Link to export the template.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
Return data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author>in a multipart/form-data request.<atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="self" type="application/atom+xml"/> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S5</atom:id> <atom:updated>2009-09-25T12:26:57.562Z</atom:updated> <atom:entry> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S5</atom:id> <atom:title xml:lang="en">Updated application template</atom:title> <atom:summary xml:lang="en">Updated application template description</atom:summary> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-25T12:26:57.546Z</atom:updated> <atom:published>2009-09-25T12:26:56.500Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_AESU3F540OUAE0IOF4P56U10S5"> <ca:title xml:lang="en">Updated application template</ca:title> <ca:description xml:lang="en">Updated application template description</ca:description> <ca:parameter ca:id="11eAeGRROMKDCPRKA6MLC33TIMNPD12T87P5D2BT8NI1"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> <ca:parameter ca:id="11eAeJBT07OTDI3T6N7PC63RI6NLC"/> </ca:template> </atom:content> </atom:entry> </atom:feed>
IBM recommends that you use an exported template as the basis and change the values you want (for
example, title, description, role names). Remove only those values you are sure you do not need it (for example, roles or some translated
titles and descriptions). Do not remove system values and do not start from scratch to build your template zip file.
This service
is also available via PUT call.
Provided by rel="edit" link of corresponding template ATOM entry
POST multipart/form-data HTTP 201 application/atom+xml
- ca:rel="template-export"
- Link to export the template.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
Return data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author>in an application/zip request.<atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="self" type="application/atom+xml"/> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S5</atom:id> <atom:updated>2009-09-25T12:26:57.968Z</atom:updated> <atom:entry> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S5</atom:id> <atom:title xml:lang="en">New application template</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-25T12:26:57.968Z</atom:updated> <atom:published>2009-09-25T12:26:56.500Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_AESU3F540OUAE0IOF4P56U10S5"> <ca:title xml:lang="en">New application template</ca:title> <ca:parameter ca:id="11eAeGRROMKDCPRKA6MLC33TIMNPD12T87P5D2BT8NI1"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> <ca:parameter ca:id="11eAeJBT07OTDI3T6N7PC63RI6NLC"/> </ca:template> </atom:content> </atom:entry> </atom:feed>
IBM recommends that you use an exported template as the basis and change the values you want (for
example, title, description, role names). Remove only those values you are sure you do not need (for example, roles or some translated
titles and descriptions). Do not remove system values and do not start from scratch to build your template zip file.
This service
is also available via POST call.
Provided by rel="edit" link of corresponding template ATOM entry
PUT application/zip HTTP 201 application/atom+xml
- ca:rel="template-export"
- Link to export the template.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
Return data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author><atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="self" type="application/atom+xml"/> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S5</atom:id> <atom:updated>2009-09-25T12:26:58.390Z</atom:updated> <atom:entry> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S5</atom:id> <atom:title xml:lang="en">Updated application template</atom:title> <atom:summary xml:lang="en">Updated application template description</atom:summary> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-25T12:26:58.390Z</atom:updated> <atom:published>2009-09-25T12:26:56.500Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_AESU3F540OUAE0IOF4P56U10S5"> <ca:title xml:lang="en">Updated application template</ca:title> <ca:description xml:lang="en">Updated application template description</ca:description> <ca:parameter ca:id="11eAeGRROMKDCPRKA6MLC33TIMNPD12T87P5D2BT8NI1"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> <ca:parameter ca:id="11eAeJBT07OTDI3T6N7PC63RI6NLC"/> </ca:template> </atom:content> </atom:entry> </atom:feed>
in a multipart/form-data request.IBM recommends that you use an exported template as the basis and change the values you want (for
example, title, description, role names). Remove only those values you are sure that you do not need (for example, roles or some translated
titles and descriptions that you do not need). Do not remove system values and do not start from scratch to build your template zip file.
This
service is also available via POST call.
Provided by rel="edit" link of corresponding template ATOM entry
PUT multipart/form-data HTTP 200 application/atom+xml
- ca:rel="template-export"
- Link to export the template.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
Return data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author>Current supported update values: title, description, folder.<atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="self" type="application/atom+xml"/> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S5</atom:id> <atom:updated>2009-09-25T12:26:58.812Z</atom:updated> <atom:entry> <atom:id>ai:templates/1E_AESU3F540OUAE0IOF4P56U10S5</atom:id> <atom:title xml:lang="en">New application template</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_AESU3F540OUAE0IOF4P56U10S5?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-25T12:26:58.812Z</atom:updated> <atom:published>2009-09-25T12:26:56.500Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_AESU3F540OUAE0IOF4P56U10S5"> <ca:title xml:lang="en">New application template</ca:title> <ca:parameter ca:id="11eAeGRROMKDCPRKA6MLC33TIMNPD12T87P5D2BT8NI1"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> <ca:parameter ca:id="11eAeJBT07OTDI3T6N7PC63RI6NLC"/> </ca:template> </atom:content> </atom:entry> </atom:feed>
Passin all titles and descriptions that are relevant; existing locales that are not passed are removed.
Provided by rel="edit" link of corresponding template ATOM entry.
PUT application/atom+xml HTTP 200 application/atom+xml
- ca:rel="template-export"
- Link to export the template.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
Input data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:entry> <atom:id>ai:templates/1E_CGAH47L008EDB0IO3G5UN92GM6</atom:id> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_AESU3F54007AE0IOJUVMU40000" ca:id="1E_CGAH47L008EDB0IO3G5UN92GM6"> <ca:title xml:lang="en">New title</ca:title> <ca:description xml:lang="en">New description</ca:description> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23R0"/> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23P0"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> </ca:template> </atom:content> </atom:entry> </atom:feed>Return data example:<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author><atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="self" type="application/atom+xml"/> <atom:id>ai:templates/1E_CGAH47L008EDB0IO3G5UN92GM6</atom:id> <atom:updated>2009-09-25T12:26:59.281Z</atom:updated> <atom:entry> <atom:id>ai:templates/1E_CGAH47L008EDB0IO3G5UN92GM6</atom:id> <atom:title xml:lang="en">New title</atom:title> <atom:summary xml:lang="en">New description</atom:summary> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-25T12:26:59.281Z</atom:updated> <atom:published>2009-09-16T01:16:17.550Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_AESU3F54007AE0IOJUVMU40000" ca:id="1E_CGAH47L008EDB0IO3G5UN92GM6"> <ca:title xml:lang="en">New title</ca:title> <ca:description xml:lang="en">New description</ca:description> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23R0"/> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23P0"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> </ca:template> </atom:content> </atom:entry> </atom:feed>
folder provided by atom entry. This is handled like a template update.
Do not remove titles and descriptions from your input; existing locales that are not passed are removed.
Provided by rel="edit" link of corresponding template ATOM entry
PUT application/atom+xml HTTP 200 application/atom+xml
- ca:rel="template-export"
- Link to export the template.
- [rep]
- full: Returned template information is represented by <template> elements as defined in ca.xsd with all defined child elements. (Default)
compact: Returned templateinformation is represented by <template> elements as defined in ca.xsd without child elements.
Input data example:
<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:entry> <atom:id>ai:templates/1E_CGAH47L008EDB0IO3G5UN92GM6</atom:id> <atom:title xml:lang="en">Template in another category</atom:title> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_CGAH47L008EDB0IO3G5UN92GM6"> <ca:title xml:lang="en">Template in another category</ca:title> <ca:description xml:lang="en">This "blank" application template can be used as a starting point to create more complex applications and templates.</ca:description> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23R0"/> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23P0"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> </ca:template> </atom:content> </atom:entry> </atom:feed>Return data example:<?xml version="1.0" encoding="UTF-8"?> <atom:feed xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <atom:author><atom:name>WebSphere Portal/6.1.0.3</atom:name> </atom:author>
<atom:title>WebSphere Portal Application Infrastructure Feed</atom:title> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="self" type="application/atom+xml"/> <atom:id>ai:templates/1E_CGAH47L008EDB0IO3G5UN92GM6</atom:id> <atom:updated>2009-09-25T12:26:59.187Z</atom:updated> <atom:entry> <atom:id>ai:templates/1E_CGAH47L008EDB0IO3G5UN92GM6</atom:id> <atom:title xml:lang="en">Template in another category</atom:title> <atom:summary xml:lang="en">This "blank" application template can be used as a starting point to create more complex applications and templates.</atom:summary> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="self" type="application/atom+xml"/> <atom:link href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6" rel="edit" type="application/atom+xml"/> <atom:link ca:rel="template-export" href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/templates/1E_CGAH47L008EDB0IO3G5UN92GM6?mime-type=application%2fzip" rel="related" type="application/zip"/> <atom:updated>2009-09-25T12:26:59.187Z</atom:updated> <atom:published>2009-09-16T01:16:17.550Z</atom:published> <atom:content type="application/xml"> <ca:template ca:folder-id="1H_I00000000G4P40UCMSJBH53010" ca:id="1E_CGAH47L008EDB0IO3G5UN92GM6"> <ca:title xml:lang="en">Template in another category</ca:title> <ca:description xml:lang="en">This "blank" application template can be used as a starting point to create more complex applications and templates.</ca:description> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23R0"/> <ca:parameter ca:id="11eAeI1DUL0L8JAL633L6K1C0JA5AM1CIK7P9H2C0361AJHC23P0"> <ca:title xml:lang="en">policy selection attribute</ca:title> <ca:description xml:lang="en">The name of the policy selection attribute.</ca:description> </ca:parameter> </ca:template> </atom:content> </atom:entry> </atom:feed>
Table 13. Delete
Provided by rel="edit" link of corresponding template ATOM entry
DELETE - HTTP 200 - - -
Parent topic:
Composite Applications REST services