GET api/schemas/select

Retrieves a list of schemas that match the given .

Request Information

URI Parameters

None.

Body Parameters

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": "db2034e1-3798-45b7-ac1e-b596e4fab126",
  "DateFrom": "2026-01-08T10:11:33.4273386+00:00",
  "DateTo": "2026-01-08T10:11:33.4273386+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-08T10:11:33.4273386+00:00</DateFrom>
  <DateTo>2026-01-08T10:11:33.4273386+00:00</DateTo>
  <Name>sample string 1</Name>
  <TenantId>db2034e1-3798-45b7-ac1e-b596e4fab126</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.