POST audit/getNestedAudit

Request Information

URI Parameters

None.

Body Parameters

NestedAuditRequest
NameDescriptionTypeAdditional information
TemplateName

string

None.

ObjectType

string

None.

ObjectId

integer

None.

StartDate

date

None.

EndDate

date

None.

RoleId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TemplateName": "sample string 1",
  "ObjectType": "sample string 2",
  "ObjectId": 3,
  "StartDate": "2026-04-17T11:33:34.7864173+00:00",
  "EndDate": "2026-04-17T11:33:34.7864173+00:00",
  "RoleId": 4
}

text/html

Sample:
{"TemplateName":"sample string 1","ObjectType":"sample string 2","ObjectId":3,"StartDate":"2026-04-17T11:33:34.7864173+00:00","EndDate":"2026-04-17T11:33:34.7864173+00:00","RoleId":4}

application/xml, text/xml

Sample:
<NestedAuditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Audit">
  <EndDate>2026-04-17T11:33:34.7864173+00:00</EndDate>
  <ObjectId>3</ObjectId>
  <ObjectType>sample string 2</ObjectType>
  <RoleId>4</RoleId>
  <StartDate>2026-04-17T11:33:34.7864173+00:00</StartDate>
  <TemplateName>sample string 1</TemplateName>
</NestedAuditRequest>

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 'NestedAuditRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.