Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of string templates.
Collection of Pico.StringTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the string template identifier. |
integer |
None. |
| category |
Gets or sets the category. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| template |
Gets or sets the template. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "1",
"category": "sample String 2",
"code": "sample String 3",
"description": "sample String 4",
"template": "sample String 5"
},
{
"id": "1",
"category": "sample String 2",
"code": "sample String 3",
"description": "sample String 4",
"template": "sample String 5"
}
]
text/html
Sample:
[{"id":"1","category":"sample String 2","code":"sample String 3","description":"sample String 4","template":"sample String 5"},{"id":"1","category":"sample String 2","code":"sample String 3","description":"sample String 4","template":"sample String 5"}]
application/xml, text/xml
Sample:
<ArrayOfStringTemplate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<StringTemplate>
<StringTemplateId>1</StringTemplateId>
<Category>sample String 2</Category>
<Code>sample String 3</Code>
<Description>sample String 4</Description>
<Template>sample String 5</Template>
</StringTemplate>
<StringTemplate>
<StringTemplateId>1</StringTemplateId>
<Category>sample String 2</Category>
<Code>sample String 3</Code>
<Description>sample String 4</Description>
<Template>sample String 5</Template>
</StringTemplate>
</ArrayOfStringTemplate>