ThingWorx REST API > ThingWorx REST の設計
ThingWorx REST の設計
用語
説明
省略可能
http action
GET、PUT、DELETE、POST
scheme
http、https
host
ThingWorx を実行しているマシン名。
port
Web サーバーがリクエストを受信するポート。
はい
entity collection
組み込みのエンティティコレクションタイプのいずれかです。下の表を参照してください。
entity
特定の特性を識別する名前。
characteristic collection
PropertyDefinitionPropertiesVTQThingNameServiceDefinition などの名前。下の表を参照してください。
characteristic
accept header
要求される HTTP コンテンツのフォーマット。application/json、text/xml、text/html、text/csv のいずれかでなければなりません。
はい
content type header
提供される HTTP コンテンツのフォーマット。application/json、text/csv、text/ のいずれかでなければなりません。
必須
content
はい
query parameters
はい
組み込みのコレクション値
ThingWorx には有限のエンティティコレクションリストがあります。各エンティティコレクションに、各タイプのエンティティ (Things など) が含まれています (たとえば、/Users にはすべてのユーザーが含まれています)。
エンティティコレクションのタイプ
エンティティタイプ
URL
アプリケーションキー
/Thingworx/ApplicationKeys
認証システム
/Thingworx/Authenticators
ダッシュボード
/Thingworx/Dashboards
データシェイプ
/Thingworx/DataShapes
データタグ
/Thingworx/DataTags
ディレクトリサービス
/Thingworx/DirectoryServices
ローカライズテーブル
/Thingworx/LocalizationTables
Logs
/Thingworx/Logs
Mashups
/Thingworx/Mashups
* 
マスター、マッシュアップテンプレート、およびガジェットエンティティで有効です。
Menus
/Thingworx/Menus
メディア
/Thingworx/MediaEntities
モデルタグ
/Thingworx/ModelTags
Networks
/Thingworx/Networks
通知コンテンツ
/Thingworx/NotificationContents
通知定義
/Thingworx/NotificationDefinitions
組織
/Thingworx/Organizations
永続化プロバイダ
/Thingworx/PersistenceProviders
プロジェクト
/Thingworx/Projects
Resources
/Thingworx/Resources
スタイル定義
/Thingworx/StyleDefinitions
スタイルテーマ
/Thingworx/StyleThemes
状態定義
/Thingworx/StateDefinitions
サブシステム
/Thingworx/Subsystems
Thing
/Thingworx/Things
* 
Wiki、ブログ、値ストリーム、ストリーム、データテーブル、インダストリアル接続、および統合コネクタ Thing で有効です。
Thing Shape
/Thingworx/ThingShapes
Thing Template
/Thingworx/ThingTemplates
Users
/Thingworx/Users
ユーザーグループ
/Thingworx/Groups
Characteristic Collection
特性タイプ
URL
Properties
/Thingworx/Things/ThingName/Properties
PropertyDefinition
/Thingworx/Things/ThingName/PropertyDefinitions
PropertiesVTQ (ValueTimeQuality)
/Thingworx/Things/ThingName/PropertiesVTQ
ThingName
/Thingworx/Things/ThingName
ServiceDefinition
/Thingworx/Things/ThingName/ServiceDefinitions
関連リンク