get
{scheme}://{host}:{port}/api/SingleSchedule/GetAll
Search schedules by explicit keywords. POST carries the same search model as GET and is preferable for clients that cannot send GET bodies. Missing filters do not mean list all.
This GET binds a JSON body. OpenAPI 3.0 API explorers cannot reliably send it. Use the cURL example.
| Body field | Type | Meaning |
|---|---|---|
| FilterValues | array | Explicit keyword values to match. Omitting the body or sending an empty collection triggers a generated search value; default LIKE normally returns no matches. Negative operators can behave differently. |
| FilterOperator | string | Keyword comparison operator. |
| MatchType | string | Combine keyword comparisons using ALL or ANY. |
Body schema: KeywordSearchInput. The complete schema is retained in components and x-pbrs-request-body.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…

