GET api/schemas/select
Retrieves a list of schemas that match the given .
Request Information
URI Parameters
None.
Body Parameters
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": "09441fc9-6b95-4a70-b442-f3ba15918c0c",
"DateFrom": "2026-01-09T14:31:25.9971384+00:00",
"DateTo": "2026-01-09T14:31:25.9971384+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:31:25.9971384+00:00</DateFrom> <DateTo>2026-01-09T14:31:25.9971384+00:00</DateTo> <Name>sample string 1</Name> <TenantId>09441fc9-6b95-4a70-b442-f3ba15918c0c</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.