Panel | ||
---|---|---|
| ||
|
Info | ||
---|---|---|
| ||
This page concerns v2.0 of the Specification. Supporting material on v1.0 is SWIM-SERV-024 Filter capabilities |
Requirement
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Guidance
Verification Support
Completeness | Check that: [ ] The service description includes or refers to information about the filter encoding if filter expressions are applied. |
Examples
The following example shows the content as a table.
filter encoding | The service allows filtering based on a start and end time given as HTTP Query parameters start_date and end_date. The values are formatted in ISO8601. Example: &start_date=2022-06-22&end_date=2022-06-25. |
---|
The following example shows an extract of the content of a JSON file that conforms to the Service Metadata SchemasSchema
Code Block | ||||
---|---|---|---|---|
| ||||
"informationDescription": { "filtering": { "capability": [{ "name": "time period", "description": "The service allows filtering based on a start and end time given as HTTP Query parameters start_date and end_date. The values are formatted in ISO8601. Example: &start_date=2022-06-22&end_date=2022-06-25. " }] } } |
Complete examples are available at Example service description.