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": [
"6c8169ca-42a7-45ca-9f01-9e839cef7f3f",
"1fdd12a2-e31f-4c7f-9400-6a19813c7644"
],
"SchemaId": "0f76059c-71d2-4082-9dd2-469249a2f11d",
"UserId": "f0babcc2-42f6-4c39-ac40-8fe54f14bff1",
"TenantId": "80a61d29-db59-4c90-842b-c8d6c9587bf5",
"IsInLibrary": true,
"FolderId": "2d0f1f88-5a70-45ce-9455-09e45cc1f530",
"FolderIds": [
"75cb4270-da1c-47c8-ab10-ff0796561191",
"4d0f4f71-1581-4e98-9ad3-d55381dea095"
],
"DateFrom": "2026-01-09T14:29:13.3773671+00:00",
"DateTo": "2026-01-09T14:29:13.3773671+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-09T14:29:13.3773671+00:00</DateFrom>
<DateTo>2026-01-09T14:29:13.3773671+00:00</DateTo>
<FolderId>2d0f1f88-5a70-45ce-9455-09e45cc1f530</FolderId>
<FolderIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>75cb4270-da1c-47c8-ab10-ff0796561191</d2p1:guid>
<d2p1:guid>4d0f4f71-1581-4e98-9ad3-d55381dea095</d2p1:guid>
</FolderIds>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6c8169ca-42a7-45ca-9f01-9e839cef7f3f</d2p1:guid>
<d2p1:guid>1fdd12a2-e31f-4c7f-9400-6a19813c7644</d2p1:guid>
</Ids>
<IsInLibrary>true</IsInLibrary>
<IsSelectable>true</IsSelectable>
<SchemaId>0f76059c-71d2-4082-9dd2-469249a2f11d</SchemaId>
<TenantId>80a61d29-db59-4c90-842b-c8d6c9587bf5</TenantId>
<UserId>f0babcc2-42f6-4c39-ac40-8fe54f14bff1</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.