属性テンプレートのリストを照会
    • PDF

    属性テンプレートのリストを照会

    • PDF

    Article Summary

    概要

    属性テンプレートのリストを照会します

    リクエスト

    リクエストURL

    GET {CLOUD_IOT_CORE_API_URL}/propertytemplates
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key}
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    リクエストパラメーター

    パラメーター名必須の有無タイプ制約事項説明
    pageNointページ番号。基本値: 0
    sizeNoint結果リストのサイズ基本値: 10

    レスポンス

    レスポンスボディ

    {
        "status": "string",
        "body": {
            "content": [
                {
                    "name": "string",
                    "key": ["string"],
                    "modifyTime": "localDateTime",
                    "registerTime": "localDateTime"
                }
            ],
            "page": {
                "size": "long",
                "totalElements": "long",
                "totalPages": "long",
                "number": "long"
            }
        }
    }
    
    項目タイプ説明
    statusstringレスポンスの成否
    body.content[].namestring属性テンプレート名
    body.content[].keylist[string]属性テンプレートのKey
    body.content[].modifyTimelocalDateTime属性テンプレートの更新日
    body.content[].registerTimelocalDateTime属性テンプレートの作成日

    {
        "status": "SUCCESS",
        "body": {
            "content": [
                {
                    "name": "bulb_template",
                    "key": ["lux", "ampere"],
                    "modifyTime": "2019-04-24 19:23:14",
                    "registerTime": "2019-04-24 19:23:14"
                }
            ],
            "page": {
                "size": 10,
                "totalElements": 1,
                "totalPages": 1,
                "number": 0
            }
        }
    }
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.