Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node interacts with the awork API to retrieve all project statuses. It is useful for workflows that need to fetch and process the status information of projects managed in awork, such as project management dashboards, reporting tools, or automation scripts that trigger actions based on project status changes.
Use Case Examples
- Fetch all project statuses to display in a custom project management dashboard.
- Retrieve project statuses filtered by specific criteria to generate reports.
- Order project statuses by a specific field for sorted display or processing.
Properties
| Name | Meaning |
|---|---|
| Return All | Determines whether to return all project statuses or limit the number of results. |
| Filter By | Filter the project statuses by specific criteria using awork's filtering syntax. |
| Order By | Order the project statuses by a specific field and direction using awork's ordering syntax. |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
id- Unique identifier of the project status.name- Name of the project status.color- Color associated with the project status.order- Order or position of the project status in the list.
Dependencies
- Requires an API key credential for authenticating with the awork API.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access project statuses.
- If filtering or ordering syntax is incorrect, the API may return errors or no results; refer to https://developers.awork.com/filtering and https://developers.awork.com/ordering for correct usage.
- Timeout errors may occur if the server is slow to respond; adjust the timeout setting in Request Options accordingly.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' in Request Options to bypass, but be aware of security risks.
Links
- awork API Filtering Documentation - Details on how to filter results using the awork API.
- awork API Ordering Documentation - Details on how to order results using the awork API.