POST api/reporting/schema/bytecount
Returns the byte count for schema files that match the criteria.
Request Information
URI Parameters
None.
Body Parameters
The criteria model to filter by.
SchemasFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | globally unique identifier |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": "c7dc8a17-0b57-443d-8a76-d556a72257da",
"DateFrom": "2026-01-09T14:29:30.8754672+00:00",
"DateTo": "2026-01-09T14:29:30.8754672+00:00",
"Name": "sample string 1"
}
application/xml, text/xml
Sample:
<SchemasFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.DataManagement.Logic.EntityFilterCriteria"> <DateFrom>2026-01-09T14:29:30.8754672+00:00</DateFrom> <DateTo>2026-01-09T14:29:30.8754672+00:00</DateTo> <Name>sample string 1</Name> <TenantId>c7dc8a17-0b57-443d-8a76-d556a72257da</TenantId> </SchemasFilterCriteriaDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.