機械翻訳について

ハイライト

ハイライトは、検索の開始時に取得されたデータ・セットを調べるのに役立ちます。 行の問合せが発生した演算子が強調表示されます。

cURLコマンド

https://servername.fa.us2.oraclecloud.com/crmRestApi/searchResources/11.13.18.05/custom-actions/queries?

リクエスト・ペイロードの例

{   "entity":"Account",
    "limit":2,
    "fields": ["PartyUniqueName","PrimaryAddress","CreationDate"],
    "sort": [{ "attribute":"PartyUniqueName","direction":"ascending"}],
    "keywords":"united",
    "highlights" : {
        "pre": ["<emp>"],
        "post": ["<emp>"],
        "fields":["PartyUniqueName"]
    }
}

レスポンス・ペイロードの例

{
    "items": [
        {
            "PartyId": 300100169110365,
            "PartyUniqueName": "Pinnacle Technologies (London, GB)",
            "CreationDate": "2018-12-08T11:54:06.196+0000",
            "PrimaryAddress": {
                "CountryCode_localizedValue": "United Kingdom",
                "PostalCode": "SE1 4HJ",
                "State": "Battersea",
                "Address1": "10 Battersea Park",
                "CountryCode": "GB",
                "CurrencyCode": "USD",
                "OverallPrimary": true,
                "City": "London",
                "FormattedAddress": "10 Battersea Park,LONDON,Battersea,SE1 4HJ,UNITED KINGDOM",
                "PartySiteId": 300100169110369,
                "IdentifyingAddressFlag": true
            },
            "_entity": "Account",
            "links": [
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/searchResources/11.13.18.05/entities/Account/300100169110365?onlyData=false&language=US",
                    "kind": "item",
                    "name": "canonical"
                }
            ]
        },
...
 "count": 8,
    "hasMore": false,
    "limit": 10,
    "offset": 0,
    "totalResults": 8
}