JSON API との対応
本ページでは、SOAP API のメソッド名、および JSON API エンドポイント名の対応を示します。
警告
一部のメソッドは SOAP API 固有です。 SOAP 専用 API をご参照ください。
環境情報取得
環境情報を取得するためのAPIです。
SOAP メソッド名 | JSON API エンドポイント名 |
---|---|
getEnvironmentName | /api/v1/get_environment_name |
データベース関連
データベースに関連するAPIです。
SOAP メソッド名 | JSON API エンドポイント名 |
---|---|
getMemberTables | /api/v1/get_member_tables |
getMemberTableElements | /api/v1/get_member_table_elements |
getMemberTableElementConfig | /api/v1/get_member_table_element_config |
lockDatabase | /api/v1/lock_database |
unlockDatabase | /api/v1/unlock_database |
会員情報関連
会員情報を取得するためのAPIです。
SOAP メソッド名 | JSON API エンドポイント名 |
---|---|
lookupMemberID | /api/v1/lookup_member_id |
getMemberInfo | /api/v1/get_member_info |
getMemberInfosByOneshotCondition | /api/v1/get_member_infos_by_oneshot_condition |
getMemberInfosByCondition | /api/v1/get_member_infos_by_condition |
getMembersNumByOneshotCondition | /api/v1/get_members_num_by_oneshot_condition |
getMembersNumByCondition | /api/v1/get_members_num_by_condition |
addMember | /api/v1/add_member |
updateMember | /api/v1/update_member |
deleteMember | /api/v1/delete_member |
抽出条件関連
抽出条件に関連するAPIです。
SOAP メソッド名 | JSON API エンドポイント名 |
---|---|
addCondition | /api/v1/add_condition |
deleteCondition | /api/v1/delete_condition |
getConditions | /api/v1/get_conditions |
メール文面関連
メール文面に関連するAPIです。
SOAP メソッド名 | JSON API エンドポイント名 |
---|---|
addMailMessage | /api/v1/add_mail_message |
deleteMailMessage | /api/v1/delete_mail_message |
addMailMessageForAgentProgram | /api/v1/add_mail_message_for_agent_program |
updateMailMessageForAgentProgram | /api/v1/update_mail_message_for_agent_program |
deleteMailMessageForAgentProgram | /api/v1/delete_mail_message_for_agent_program |
配信関連
メール配信に関連するAPIです。
SOAP メソッド名 | JSON API エンドポイント名 |
---|---|
addDeliverySchedule | /api/v1/add_delivery_schedule |
addTestDeliverySchedule | /api/v1/add_test_delivery_schedule |
cancelDeliverySchedule | /api/v1/cancel_delivery_schedule |
addAgentProgram | /api/v1/add_agent_program |
deleteAgentProgram | /api/v1/delete_agent_program |
enableAgentProgram | /api/v1/enable_agent_program |
getAgentPrograms | /api/v1/get_agent_programs |
getMailMessageByAgentProgram | /api/v1/get_mail_message_by_agent_program |
getDeliveryStatus | /api/v1/get_delivery_status |
getDeliveryResult | /api/v1/get_delivery_result |
getAddressesForDelivery | /api/v1/get_addresses_for_delivery |
getClickCountsForDelivery | /api/v1/get_click_counts_for_delivery |
getClickCountResult | /api/v1/get_click_count_result |
getDeliveryResultsByInterval | /api/v1/get_delivery_results_by_interval |
getDeliveryResultsByAgentProgram | /api/v1/get_delivery_results_by_agent_program |
getSummaryForDeliveryStatus | /api/v1/get_summary_for_delivery_status |
misc
その他の雑多なAPIです。
SOAP メソッド名 | JSON API エンドポイント名 |
---|---|
getVersion | /api/v1/get_version |
searchAddressesByZip | /api/v1/search_addresses_by_zip |
フォーム関連
フォームに関連するAPIです。
SOAP メソッド名 | JSON API エンドポイント名 |
---|---|
getMemberForms | /api/v1/get_member_forms |
getMemberFormElements | /api/v1/get_member_form_elements |
validateMemberFormParameter | /api/v1/validate_member_form_parameter |
validateMemberFormParameters | /api/v1/validate_member_form_parameters |
checkUniqueMemberConfliction | /api/v1/check_unique_member_confliction |
doMemberFormAction | /api/v1/do_member_form_action |
authMember | /api/v1/auth_member |
getMemberInfoForUpdate | /api/v1/get_member_info_for_update |
getDeletedMemberList | /api/v1/get_deleted_member_list |
getOneclickLoginURL | /api/v1/get_oneclick_login_url |
一括処理関連
一括処理に関連するAPIです。
SOAP メソッド名 | JSON API エンドポイント名 |
---|---|
exportMembers | /api/v1/export_members |
importMembers | /api/v1/import_members |
getBatchJobStatus | /api/v1/get_batch_job_status |
deleteMembers | /api/v1/delete_members |
deleteMembersByCondition | /api/v1/delete_members_by_condition |
投稿画像
投稿画像に関連するAPIです。
SOAP メソッド名 | JSON API エンドポイント名 |
---|---|
getPostedImageURLs | /api/v1/get_posted_image_urls |
getPostedImageURLsByOneshotCondition | /api/v1/get_posted_image_urls_by_oneshot_condition |
getPostedImageURLsByCondition | /api/v1/get_posted_image_urls_by_condition |