Definice zdroje dat pro fulltext

GET

/whispererdeffastsearchs

Získá kolekci BO Definice zdroje dat pro fulltext

GET

/whispererdeffastsearchs/meta/dataprotection

Získá seznam položek BO, které mohou být chráněny na BO Definice zdroje dat pro fulltext

GET

/whispererdeffastsearchs/views/{view}

Získá pohled nad BO Definice zdroje dat pro fulltext

GET

/whispererdeffastsearchs/{id}

Získá daný BO Definice zdroje dat pro fulltext

GET

/whispererdeffastsearchs/{id}/iseditlock

Otestuje, zda existuje editační zámek na daném BO Definice zdroje dat pro fulltext

GET

/whispererdeffastsearchs/{id}/meta/dataprotection

Získá seznam chráněných položek, které jsou na BO Definice zdroje dat pro fulltext aktuálnímu uživateli znepřístupněny

GET

/whispererdeffastsearchs/{id}/rows

Získá řádky kolekce Definice zdroje dat pro fulltext - Indexy

GET

/whispererdeffastsearchs/{id}/rows/{id1}

Získá daný řádek kolekce Definice zdroje dat pro fulltext - Indexy

GET

/whispererdeffastsearchs/{id}/userparameters

Získá seznam uživatelských parametrů včetně jejich hodnot k danému BO Definice zdroje dat pro fulltext

POST

/whispererdeffastsearchs

Vytvoří nový BO Definice zdroje dat pro fulltext

POST

/whispererdeffastsearchs/query

Vyhodnotí query dotaz nad BO Definice zdroje dat pro fulltext

POST

/whispererdeffastsearchs/{id}/rows

Vytvoří nový řádek v kolekci Definice zdroje dat pro fulltext - Indexy

PUT

/whispererdeffastsearchs/{id}

Modifikuje daný BO Definice zdroje dat pro fulltext

PUT

/whispererdeffastsearchs/{id}/editlock

Vytvoří editační zámek na daném BO Definice zdroje dat pro fulltext

PUT

/whispererdeffastsearchs/{id}/editunlock

Zruší editační zámek na daném BO Definice zdroje dat pro fulltext

PUT

/whispererdeffastsearchs/{id}/rows/{id1}

Modifikuje řádek v kolekci Definice zdroje dat pro fulltext - Indexy

DELETE

/whispererdeffastsearchs/{id}

Smaže BO Definice zdroje dat pro fulltext

DELETE

/whispererdeffastsearchs/{id}/rows/{id1}

Smaže řádek z kolekce Definice zdroje dat pro fulltext - Indexy

Metadata - Perzistentní položky

definitionrowone string

Základní řádek, pole vlastněné tabulkou, možné řadit a filtrovat, pole je duplikováno při klonování objektu

definitionrowtwo string

Druhý řádek, pole vlastněné tabulkou, možné řadit a filtrovat, pole je duplikováno při klonování objektu

isused boolean

Používat, pole vlastněné tabulkou, možné řadit a filtrovat, pole je duplikováno při klonování objektu

maxfetchrecords integer

Počet řádků, pole vlastněné tabulkou, možné řadit a filtrovat, pole je duplikováno při klonování objektu

numchars integer

Počet znaků, pole vlastněné tabulkou, možné řadit a filtrovat, pole je duplikováno při klonování objektu

objversion integer

Verze objektu, pouze pro čtení, pole vlastněné tabulkou, možné řadit a filtrovat, pole nepodporuje ochranu dat/GDPR

rows array (whispererdeffastsearchrow) relace

kolekce BO Definice zdroje dat pro fulltext - Indexy, pole je duplikováno při klonování objektu, objekt na který pole odkazuje je 'vlastněn'

sortby string (50)

Řadit podle, pole vlastněné tabulkou, možné řadit a filtrovat, pole je duplikováno při klonování objektu

whisperer_id string (whispererdefinition) relace

Našeptávač, pole vlastněné tabulkou, možné řadit a filtrovat, pole je duplikováno při klonování objektu

Metadata - Neperzistentní položky

classid string (26)

ID třídy, pouze pro čtení, fkAnsiCaseSensitive, pole nepodporuje ochranu dat/GDPR

displayname string (100)

Název, pouze pro čtení

id string (10)

Vlastní ID, pouze pro čtení, fkAnsiCaseSensitive, pole nepodporuje ochranu dat/GDPR

rollclsid string (36)

Číselník, fkAnsiCaseSensitive

Příklady
  • GET
  • QUERY
  • POST
  • PUT
  • DELETE
  • BATCH
  • Builder
Request

GET

https://atd.abra.eu/demodata/whispererdeffastsearchs?take=1

GET

https://atd.abra.eu/demodata/whispererdeffastsearchs/{id}
Response
{
    "objversion": 2,
    "rows": [],
    "definitionrowone": "Name",
    "definitionrowtwo": "ListTrim(ResidenceAddress_ID.City, ResidenceAddress_ID.Street, ', ')",
    "maxfetchrecords": 30,
    "numchars": 2,
    "sortby": "Name",
    "whisperer_id": "2040000101",
    "isused": false
}
Request POST

POST

https://atd.abra.eu/demodata/query
{"class": "whispererdeffastsearchs", "take": "1"}

POST

https://atd.abra.eu/demodata/whispererdeffastsearchs/query
{"take": "1"}
Response
{
    "objversion": 2,
    "rows": [],
    "definitionrowone": "Name",
    "definitionrowtwo": "ListTrim(ResidenceAddress_ID.City, ResidenceAddress_ID.Street, ', ')",
    "maxfetchrecords": 30,
    "numchars": 2,
    "sortby": "Name",
    "whisperer_id": "2040000101",
    "isused": false
}
Request

POST

https://atd.abra.eu/demodata/whispererdeffastsearchs?select=id
Body
{
    "definitionrowone": "Name",
    "definitionrowtwo": "ListTrim(ResidenceAddress_ID.City, ResidenceAddress_ID.Street, ', ')",
    "isused": false,
    "maxfetchrecords": 30,
    "numchars": 2,
    "rows": [],
    "sortby": "Name",
    "whisperer_id": "2040000101"
}
Response
{
    "id": "1600000101"
}
Request

PUT

https://atd.abra.eu/demodata/whispererdeffastsearchs/{id}?select=id
Body
{
    "definitionrowone": "Name",
    "definitionrowtwo": "ListTrim(ResidenceAddress_ID.City, ResidenceAddress_ID.Street, ', ')",
    "isused": false,
    "maxfetchrecords": 30,
    "numchars": 2,
    "rows": [],
    "sortby": "Name",
    "whisperer_id": "2040000101"
}
Response
{
    "id": "1600000101"
}

DELETE

https://atd.abra.eu/demodata/whispererdeffastsearchs/{id}
Response
200 - OK Everything worked as expected.
Dávkové zprocování záznamů Request

PUT

https://atd.abra.eu/demodata//batch
  • CREATE
  • UPDATE
  • DELETE
Body - Create
{
    "items": [
        {
            "type": "create",
            "id": "id0",
            "data": {
                "class_id": "whispererdeffastsearchs",
                "object_data": {
                    "definitionrowone": "Name",
                    "definitionrowtwo": "ListTrim(ResidenceAddress_ID.City, ResidenceAddress_ID.Street, ', ')",
                    "isused": false,
                    "maxfetchrecords": 30,
                    "numchars": 2,
                    "rows": [],
                    "sortby": "Name",
                    "whisperer_id": "2040000101"
                },
                "query": {
                    "select": [
                        "id"
                    ]
                }
            }
        },
        {
            "type": "create",
            "id": "id1",
            "data": {
                "class_id": "whispererdeffastsearchs",
                "object_data": {
                    "definitionrowone": "Name",
                    "definitionrowtwo": "ListTrim(ResidenceAddress_ID.City, ResidenceAddress_ID.Street, ', ')",
                    "isused": false,
                    "maxfetchrecords": 30,
                    "numchars": 2,
                    "rows": [],
                    "sortby": "Name",
                    "whisperer_id": "2040000101"
                },
                "query": {
                    "select": [
                        "id"
                    ]
                }
            }
        }
    ]
}
Body - Update
{
    "items": [
        {
            "type": "update",
            "id": "id0",
            "data": {
                "class_id": "whispererdeffastsearchs",
                "obj_id": "1600000100",
                "object_data": {
                    "definitionrowone": "Name",
                    "definitionrowtwo": "ListTrim(ResidenceAddress_ID.City, ResidenceAddress_ID.Street, ', ')",
                    "isused": false,
                    "maxfetchrecords": 30,
                    "numchars": 2,
                    "rows": [],
                    "sortby": "Name",
                    "whisperer_id": "2040000101"
                },
                "query": {
                    "select": [
                        "id"
                    ]
                }
            }
        },
        {
            "type": "update",
            "id": "id1",
            "data": {
                "class_id": "whispererdeffastsearchs",
                "obj_id": "1600000101",
                "object_data": {
                    "definitionrowone": "Name",
                    "definitionrowtwo": "ListTrim(ResidenceAddress_ID.City, ResidenceAddress_ID.Street, ', ')",
                    "isused": false,
                    "maxfetchrecords": 30,
                    "numchars": 2,
                    "rows": [],
                    "sortby": "Name",
                    "whisperer_id": "2040000101"
                },
                "query": {
                    "select": [
                        "id"
                    ]
                }
            }
        }
    ]
}
Body - Delete
{
    "items": [
        {
            "type": "delete",
            "id": "id0",
            "data": {
                "class_id": "whispererdeffastsearchs",
                "obj_id": "1600000100"
            }
        },
        {
            "type": "delete",
            "id": "id1",
            "data": {
                "class_id": "whispererdeffastsearchs",
                "obj_id": "1600000101"
            }
        },
        {
            "type": "delete",
            "id": "id2",
            "data": {
                "class_id": "whispererdeffastsearchs",
                "obj_id": "1600000102"
            }
        },
        {
            "type": "delete",
            "id": "id3",
            "data": {
                "class_id": "whispererdeffastsearchs",
                "obj_id": "1600000103"
            }
        },
        {
            "type": "delete",
            "id": "id4",
            "data": {
                "class_id": "whispererdeffastsearchs",
                "obj_id": "1600000104"
            }
        }
    ]
}