POST history/getLinkedTemplateDetail

Request Information

URI Parameters

None.

Body Parameters

LinkedTemplateRequest
NameDescriptionTypeAdditional information
TemplateId

integer

None.

AuditId

integer

None.

AuditDate

date

None.

RoleId

integer

None.

UserId

integer

None.

TenantId

integer

None.

ObjectTypeId

integer

None.

ObjectId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TemplateId": 1,
  "AuditId": 2,
  "AuditDate": "2026-04-17T11:39:37.1551344+00:00",
  "RoleId": 3,
  "UserId": 4,
  "TenantId": 5,
  "ObjectTypeId": 1,
  "ObjectId": 1
}

text/html

Sample:
{"TemplateId":1,"AuditId":2,"AuditDate":"2026-04-17T11:39:37.1551344+00:00","RoleId":3,"UserId":4,"TenantId":5,"ObjectTypeId":1,"ObjectId":1}

application/xml, text/xml

Sample:
<LinkedTemplateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Templates">
  <AuditDate>2026-04-17T11:39:37.1551344+00:00</AuditDate>
  <AuditId>2</AuditId>
  <ObjectId>1</ObjectId>
  <ObjectTypeId>1</ObjectTypeId>
  <RoleId>3</RoleId>
  <TemplateId>1</TemplateId>
  <TenantId>5</TenantId>
  <UserId>4</UserId>
</LinkedTemplateRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LinkedTemplateRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.