Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of razor templates.

Collection of Pico.RazorTemplate
NameDescriptionTypeAdditional information
id

Gets or sets the razor template identifier.

integer

None.

code

Gets or sets the razor template code.

string

None.

model

Gets or sets the model.

string

None.

template

Gets or sets the template.

string

None.

bodyCommunicationTemplate

Gets or sets the dependent communication template body template identifiers.

Collection of integer

None.

signatureCommunicationTemplate

Gets or sets the dependent communication template signature template identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "1",
    "code": "sample String 2",
    "model": "sample String 3",
    "template": "sample String 4",
    "bodyCommunicationTemplate": [
      "1",
      "2"
    ],
    "signatureCommunicationTemplate": [
      "1",
      "2"
    ]
  },
  {
    "id": "1",
    "code": "sample String 2",
    "model": "sample String 3",
    "template": "sample String 4",
    "bodyCommunicationTemplate": [
      "1",
      "2"
    ],
    "signatureCommunicationTemplate": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"id":"1","code":"sample String 2","model":"sample String 3","template":"sample String 4","bodyCommunicationTemplate":["1","2"],"signatureCommunicationTemplate":["1","2"]},{"id":"1","code":"sample String 2","model":"sample String 3","template":"sample String 4","bodyCommunicationTemplate":["1","2"],"signatureCommunicationTemplate":["1","2"]}]