---
sourceDocument: Xanadu API リファレンス
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ja-JP/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - ja-JP

ft:publication_title :

    - Xanadu API リファレンス

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# 予約オープン API

# 予約オープン API {#ariaid-title1}

* リリースバージョン: Xanadu
* 
* 更新日 2024年08月01日
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 所要時間：1分

Appointment Open API は、予約アプリケーションとのやり取りを提供します。この API を使用して、予約し、利用可能なタイムスロットを検索します。
このAPIは、Open API TMForum TMF646 Appointment API仕様の ServiceNow® 実装です。

この API には、 ServiceNow Store で利用可能な予約プラグイン (com.snc.appointment_booking) アプリケーションが必要です。この API を使用する前に、予約の構成とサービスの構成を設定する必要があります。さらに、予約されているタスクが存在する必要があります。

この API は、 `sn_tmf_api` 名前空間内で提供されます。

呼び出し元ユーザーには、sn_tmf_api.appointment_integrator ロールが必要です。
* **[予約のオープン:GET /sn_tmf_api/appointment/searchTimeSlot](https://servicenow-prod.fluidtopics.net/PjBCZkp5Q_7hjI1C03MtAA)**   
  指定された期間内で予約できる利用可能なタイムスロットを返します。
* **[予約オープン:POST /sn_tmf_api/appointment/appointment](https://servicenow-prod.fluidtopics.net/1jiwWoYxoPE69~TYZCcyng)**   
  作業指示書の予約を行うことができます。

