location/search-area-update-time
エリア更新日時検索
最後に登録・更新・削除されたエリア情報の更新日時を検索します。通信量削減のために更新があった場合にのみデータ取得するといった場合に利用してください。
その他の共通仕様は位置情報収集基盤API共通仕様をご確認ください。
HTTP request method
POST
ContentType
application/x-www-form-urlencoded
Responses
Media type:application/json
キー名 | 説明 | |||
---|---|---|---|---|
response | status | returnCode integer |
処理結果コード 0:正常 0以外:エラーコード |
|
errorMessage string |
エラーメッセージ returnCodeが0以外の場合に出力 |
|||
result | updateTime string |
更新日時 yyyy-MM-ddTHH:mm:ss形式 |
Example
{
"response": {
"status": {
"returnCode": 0
},
"result": {
"updateTime": "2022-05-02T12:21:00"
}
}
}