Actions14
- Item Actions
- Project Actions
- Other Actions
Overview
This node interacts with the SwipeFlow API to perform operations on items within projects. Specifically, the 'Get' operation retrieves a single item by its unique identifier from a specified project. It can optionally include all versions of the item in the response. This node is useful for workflows that need to fetch detailed information about a specific item, such as content review, approval processes, or content management tasks.
Use Case Examples
- Retrieve an item by its ID to display its content in a dashboard.
- Fetch an item including all its versions for audit or version comparison.
- Use the item data to trigger further automation based on its content or status.
Properties
| Name | Meaning |
|---|---|
| Item ID | The unique identifier of the item to retrieve. |
| Project Name or ID | The project containing the item. Can be selected from a list or specified via expression. |
| Include All Versions | Whether to include all versions of the item in the response. |
Output
JSON
json- The JSON response containing the item data retrieved from the SwipeFlow API. This includes item details and optionally all versions if requested.
Dependencies
- SwipeFlow API
- API key credential for authentication
Troubleshooting
- Ensure the provided Item ID and Project ID are correct and exist in the SwipeFlow account.
- If 'Include All Versions' is enabled, the response may be larger and take longer to retrieve; consider performance impacts.
- Common errors include authentication failures (check API key), invalid IDs (check item and project IDs), and network issues (check connectivity).
Links
- SwipeFlow API Documentation - Get Item - Official API documentation for retrieving an item by ID in a project.