この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える
Clouds with binary code floating aboveCloud with binary code floating above

No Results

Search Tips:

  • Please consider misspellings
  • Try different search keywords

Insight サービス

Insight サービスを使用すると、insights の集計や insightTypes の取得などの操作を実行できます。

insightTypes を取得する

insights パッケージの関連付けられた insightTypes のリストを取得します。クライアントには、指定されたトピックプロファイルへのアクセス権が必要です。また、トピックプロファイルは指定された insights パッケージに登録されている必要があります。

1GET /socialcloud/v1/insights/insightTypes
パラメータ 説明
auth_token HeaderParam 必須。API で認証から返されるトークンが含まれる要求ヘッダー。
auth_appkey HeaderParam 必須。アカウント固有のアプリケーションキー。
packageId QueryParam insightTypes のリストの取得対象である insights パッケージの ID。
topicProfileId QueryParam 指定された insights パッケージに登録されているトピックプロファイルの ID。

1http://api.radian6.com/socialcloud/v1/insights/insightTypes

要求ヘッダー

1GET /socialcloud/v1/insights/insightTypes?packageId=1...2&topicProfileId=1...2 HTTP/1.1 
2Host: api.radian6.com
3auth_token: NotARealToken
4auth_appkey: NotARealAppKey

応答ヘッダー

1HTTP/1.1 200 OK
2Date: Mon, 05 Dec 2011 14:24:31 GMT
3Server: Apache-Coyote/1.1
4Content-Type: application/xml
5Content-Length: 135

応答

1<insightTypes>
2   <insightType>
3      <dataDescriptor>multi-value</dataDescriptor>
4      <description>Retweeted usernames</description>
5      <displayName>Retweeted Usernames</displayName>
6      <isPrivacyRelated>false</isPrivacyRelated>
7      <name>retweet_username</name>
8      <objectId>4d6...bbb</objectId>
9      <providerName>radian6</providerName>
10   </insightType>
11   ...
12</insightTypes>