Request Information

URI Parameters

NameDescriptionTypeAdditional information
stringTemplateId

The string template identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The string template, if it exists.

Pico.StringTemplate
NameDescriptionTypeAdditional 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"
}

text/html

Sample:
{"id":"1","category":"sample String 2","code":"sample String 3","description":"sample String 4","template":"sample String 5"}

application/xml, text/xml

Sample:
<StringTemplate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <StringTemplateId>1</StringTemplateId>
  <Category>sample String 2</Category>
  <Code>sample String 3</Code>
  <Description>sample String 4</Description>
  <Template>sample String 5</Template>
</StringTemplate>