POST api/reporting/datafiles/bytecount
Returns the byte count for data files that match the criteria.
Request Information
URI Parameters
None.
Body Parameters
The criteria model to filter by.
DataFilesFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of globally unique identifier |
None. |
|
| SchemaId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| IsInLibrary | boolean |
None. |
|
| FolderId | globally unique identifier |
None. |
|
| FolderIds | Collection of globally unique identifier |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| DataSource | string |
None. |
|
| IsSelectable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
"afcd3bf6-0eb3-4cdc-b046-b47148812b1b",
"057432a0-e69d-485e-88f0-7662e18a8f1b"
],
"SchemaId": "ea422fc9-a8eb-45f4-ae9b-eb3397bf20e2",
"UserId": "e0527ac4-24dc-4f32-a035-301dd71baf5e",
"TenantId": "dbba765e-df93-49f2-b577-019b926c5406",
"IsInLibrary": true,
"FolderId": "1212feed-bcec-49e0-960f-ef0544ca7385",
"FolderIds": [
"cc358faa-5d44-44f8-a080-f3ce8a2896e7",
"d79d406c-3a3c-491b-8cf6-747c0bba21d0"
],
"DateFrom": "2026-01-10T12:32:09.12318+00:00",
"DateTo": "2026-01-10T12:32:09.12318+00:00",
"DataSource": "sample string 1",
"IsSelectable": true
}
application/xml, text/xml
Sample:
<DataFilesFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.DataManagement.Models.FilterCriteria">
<DataSource>sample string 1</DataSource>
<DateFrom>2026-01-10T12:32:09.12318+00:00</DateFrom>
<DateTo>2026-01-10T12:32:09.12318+00:00</DateTo>
<FolderId>1212feed-bcec-49e0-960f-ef0544ca7385</FolderId>
<FolderIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cc358faa-5d44-44f8-a080-f3ce8a2896e7</d2p1:guid>
<d2p1:guid>d79d406c-3a3c-491b-8cf6-747c0bba21d0</d2p1:guid>
</FolderIds>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>afcd3bf6-0eb3-4cdc-b046-b47148812b1b</d2p1:guid>
<d2p1:guid>057432a0-e69d-485e-88f0-7662e18a8f1b</d2p1:guid>
</Ids>
<IsInLibrary>true</IsInLibrary>
<IsSelectable>true</IsSelectable>
<SchemaId>ea422fc9-a8eb-45f4-ae9b-eb3397bf20e2</SchemaId>
<TenantId>dbba765e-df93-49f2-b577-019b926c5406</TenantId>
<UserId>e0527ac4-24dc-4f32-a035-301dd71baf5e</UserId>
</DataFilesFilterCriteriaDto>
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.