0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[Servicenow]REST Message

Last updated at Posted at 2023-07-20

REST Messageの設定

設定手順の例を簡単にまとめます。

環境

  • Version:Tokyo

設定手順

RestMessageを使用して、郵便番号検索APIを呼んでみます。
APIの仕様は以下を参照。

  1. [rest message]と検索し、REST Message一覧画面を開く。

  2. [New]ボタンをクリックする。

  3. 必要事項を入力し、Saveする。image.png

  4. Saveすると「Default GET」メソッドが自動作成されるのでクリックする。image.png

  5. APIに渡す郵便番号を動的にするためEndpointを修正し、Saveする。https://zipcloud.ibsnet.co.jp/api/search?zipcode=${zipcode}image.png

  6. [Auto-generate variables]リンクをクリックする。image.png

  7. [Variable Substitutions]タブにEndpointで動的指定した変数が自動作成される。image.png

  8. [Test value]に検索したい郵便番号を入力する。image.png

  9. HTTP Methodの画面の[Test]リンクをクリックする。

  10. APIの結果が表示されます。無事にAPI連携ができました。image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?