Skip to main content
All Collections
⛏ How to Retrieve Output Using JSON PATH
⛏ How to Retrieve Output Using JSON PATH

Specifications as of October 8, 2024.

Yoom 運営事務局 avatar
Written by Yoom 運営事務局
Updated this week

📝 Overview

With JSON PATH, you can extract any specific values from an API response when an app operation is executed in Yoom. These extracted values can be used as outputs in subsequent operations.


🤔 What is JSON PATH?

When an operation integrates with an app, Yoom stores the API response as JSON data.

By using JSON PATH, you can define to extract specific values from this JSON response.

🎯 Think of it like XPATH but for JSON instead of HTML.


🛠️ How to Configure JSON PATH

1️⃣ Retrieve a Specific Value

Once the API response is displayed, scroll to the bottom of the screen.

Click +Add a value to Retrieve.

2️⃣ Select the Value to Extract

A JSON PATH configuration screen will appear.

Click the “+” button next to the value you want to retrieve.

Yoom will automatically generate the corresponding JSON PATH expression and add it as an output.

3️⃣ Edit the Retrieved Output (Optional)

After adding the output, hover over the item.

Click the pencil icon ✏️ that appears.

You can edit the item name, JSON PATH expression, and input format as needed.


📚 Related Guides

Related Keywords

Operation, JSON, JSON PATH, Output

Did this answer your question?