get
{scheme}://{host}:{port}/api/SingleSchedule/GetAllPaginated
Search paginated schedules by explicit keywords. GET and POST are both implemented. Use POST where GET bodies are unsupported. 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…

