Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

[取得]

Get About で、実行可能なパブリック API REST 呼び出しが一覧表示されます。

要求メソッドおよび URL

GET /about

URL パラメータ

"一般的な URL パラメータ" を参照してください。

応答

[
    {
        "EndPoints": [
            {
                "GetAbout": "/about"
            },
            {
                "GetServices": "/services"
            },
            {
                "GetServicesByID": "/services/id/:DATA/:DATA/:DATA"
            },
            {
                "GetFileByID": "/services/id/:DATA/:DATA/:DATA/file/:DATA"
            },
            {
                "GetServicesByWord": "/services/includesword/:DATA"
            },
            {
                "GetServicesModifiedSince": "/services/modifiedsince/:DATA"
            },
            {
                "GetServicesByProtocols": "/services/protocols/:DATA"
            },
            {
                "GetServicesByStages": "/services/stages/:DATA"
            },
            {
                "GetServicesByVersion": "/services/version/:DATA"
            }
        ]
    },
    {
        "QueryParameters": [
            {
                "format": 
"1-9 = indent with this number of spaces (4 is the default with the 'i' format specifier);
i - indent with 4 spaces unless 't' or 1-9;n - newline (lf);
t - indent with tab character;
u - output pre-converted to UTF-8 instead of in native internal format;
w - Windows-style cr/lf newline"
            }
        ]
    }
]

呼び出しのサンプル

https://esb.example.com/registry/about

FeedbackOpens in a new tab