「モジュールの取得方法」

「モジュールの取得方法」

お知らせ:当社は、お客様により充実したサポート情報を迅速に提供するため、本ページのコンテンツは機械翻訳を用いて日本語に翻訳しています。正確かつ最新のサポート情報をご覧いただくには、本内容の英語版を参照してください。

目的

Recruitアカウントのモジュールのリストを取得するために、getModulesメソッドを使用できます。

リクエストURL

XML形式:
https://recruit.zoho.com/recruit/private/xml/Info/getModules?authtoken=AuthToken&scope=recruitapi

JSON形式:
https://recruit.zoho.com/recruit/private/json/Info/getModules?authtoken=AuthToken&scope=recruitapi 
XML形式:
https://recruit.zoho.com/recruit/private/xml/Info/getModules?authtoken=AuthToken&scope=recruitapi

JSON形式:
https://recruit.zoho.com/recruit/private/json/Info/getModules?authtoken=AuthToken&scope=recruitapi 
XML形式:
https://recruit.zoho.com/recruit/private/xml/Info/getModules?authtoken=AuthToken&scope=recruitapi

JSON形式:
https://recruit.zoho.com/recruit/private/json/Info/getModules?authtoken=AuthToken&scope=recruitapi 
XML形式:
https://recruit.zoho.com/recruit/private/xml/Info/getModules?authtoken=AuthToken&scope=recruitapi

JSON形式:
https://recruit.zoho.com/recruit/private/json/Info/getModules?authtoken=AuthToken&scope=recruitapi 
XML形式:
https://recruit.zoho.com/recruit/private/xml/Info/getModules?authtoken=AuthToken&scope=recruitapi

JSON形式:
https://recruit.zoho.com/recruit/private/json/Info/getModules?authtoken=AuthToken&scope=recruitapi 
XML形式:
https://recruit.zoho.com/recruit/private/xml/Info/getModules?authtoken=AuthToken&scope=recruitapi

OAuth 認証のため

ヘッダー名

承認
Zoho-oauthtoken {access_token}

範囲

スコープ=ZohoRecruit.モジュール.全て
(または)
スコープ=ZohoRecruit.モジュール.{スコープ名}.{操作タイプ}
可能なスコープ名(大文字・小文字を区別)
操作タイプ
リファーラル、キャンペーン、アセスメント、ベンダー、オファー、 添付、
予測、ノート、コール、イベント、タスク、候補者、ジョブオープニング、クライアント、部門、インタビュー、コンタクト、カスタム(すべてのカスタムモジュール用)
ALL - レコードへの完全なアクセス
READ - モジュールからレコードを取得

認証トークン認証のために

パラメーター
データ型
説明
authtoken*
String
暗号化されたアルファベット数字文字列を使用して、Zohoの資格情報を認証します。 
スコープ*
文字列
値を次のように指定します recruitapi

リクエストパラメーター

パラメーター データ型 詳細
authtoken* 文字列 Zohoの資格情報を認証するための暗号化された英数字文字列。 
スコープ* 文字列 値を指定してください recruitapi
バージョン* 整数 使用 バージョン=2: これは、最新のAPI実装に基づいて応答を取得します。

注意: * でマークされたパラメータは必須です。

サンプルレスポンス

コードスニペット:
<response uri='/recruit/internal/xml/Info/getModules'>
<response uri='/recruit/internal/xml/Info/getModules'>
<結果>
<row no='1' id='xxxx000000002xxx' pl='求人情報' sl='求人情報' gt='1'>求人情報</row>
<row no='2' id='xxxx000000002xxx' pl='候補者' sl='候補者' gt='1'>候補者</row>
<row no='3' id='xxxx000000002xxx' pl='インタビュー' sl='インタビュー' gt='1'>インタビュー</row>
<row no='4' id='xxxx000000002xxx' pl='クライアント' sl='クライアント' gt='1'>クライアント</row>
<row no='5' id='xxxx000000002xxx' pl='連絡先' sl='連絡先' gt='1'>連絡先</row>
<row no='6' id='xxxx000000002xxx' pl='ToDoの' sl='ToDo' gt='1'>ToDoの</row>
<row no='7' id='xxxx000000002xxx' pl='メール' sl='メール' gt='1'>メール</row>
<row no='8' id='xxxx000000002xxx' pl='ドキュメント' sl='ドキュメント' gt='1'>ドキュメント</row>
<row no='9' id='xxxx000000002xxx' pl='Social' sl='Social' gt='1'>社会</row>
</結果>
</レスポンス>