POST api/NlaReport
Request Information
URI Parameters
None.
Body Parameters
NlaAuditReportRequestDto| Name | Description | Type | Additional 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": "2026-02-04T02:59:20.9138059+00:00",
"endDate": "2026-02-04T02:59:20.9138059+00:00",
"onlyPaywall": true,
"licenses": [
"sample string 1",
"sample string 2"
],
"includeSourceType": true
}
text/plain
Sample:
{"startDate":"2026-02-04T02:59:20.9138059+00:00","endDate":"2026-02-04T02:59:20.9138059+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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.