POST api/NlaReport

Request Information

URI Parameters

None.

Body Parameters

NlaAuditReportRequestDto
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

OnlyPaywall

boolean

None.

Licenses

Collection of string

None.

IncludeSourceType

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "startDate": "2025-05-05T11:39:28.854219+00:00",
  "endDate": "2025-05-05T11:39:28.854219+00:00",
  "onlyPaywall": true,
  "licenses": [
    "sample string 1",
    "sample string 2"
  ],
  "includeSourceType": true
}

text/plain

Sample:
{"startDate":"2025-05-05T11:39:28.854219+00:00","endDate":"2025-05-05T11:39:28.854219+00:00","onlyPaywall":true,"licenses":["sample string 1","sample string 2"],"includeSourceType":true}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.