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
NameDescriptionTypeAdditional information
TenantId

globally unique identifier

None.

DateFrom

date

None.

DateTo

date

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": "b9e6e12b-279d-4715-bd49-0038d5488a93",
  "DateFrom": "2026-01-07T07:23:34.1899232+00:00",
  "DateTo": "2026-01-07T07:23:34.1899232+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-07T07:23:34.1899232+00:00</DateFrom>
  <DateTo>2026-01-07T07:23:34.1899232+00:00</DateTo>
  <Name>sample string 1</Name>
  <TenantId>b9e6e12b-279d-4715-bd49-0038d5488a93</TenantId>
</SchemasFilterCriteriaDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.