You're viewing a demo portfolio

Join the waitlist
PRSM

create_saved_view

Active

Tool of QuintaDB

declared in 1.0.0

Створити збережений фільтр (view) для таблиці з критеріями фільтрації та сортуванням.

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name"
    },
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "filters": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "join": {
            "type": "string",
            "description": "and (default) | or"
          },
          "field": {
            "type": "string",
            "description": "field_name або field_id"
          },
          "value": {
            "type": "string"
          },
          "condition": {
            "type": "string",
            "description": "equal, not_equal, contains, not_contains, greater_than, less_than, is_empty, is_not_empty, this_day_and_after, this_day_and_before"
          }
        }
      },
      "description": "Масив умов фільтрації"
    },
    "sort_by": {
      "type": "string",
      "description": "field_name або field_id для сортування"
    },
    "entity_id": {
      "type": "string",
      "description": "Form ID (from list_forms or describe_project)"
    },
    "order_asc": {
      "type": "boolean",
      "description": "true=ASC (default), false=DESC"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

QuintaDB

1/7 registries
View full server →