Actions389
- Contract Actions
- Ticket History Actions
- Ticket Note Webhook Actions
- Ticket Note Actions
- Ticket Webhook Actions
- Time Entry Actions
- Resource Actions
- Role Actions
- Resource Role Actions
- Search Filter Actions
- Service Actions
- Skill Actions
- Service Call Actions
- Survey Results Actions
- Survey Actions
- Ticket Actions
- Opportunity Actions
- Notification History Actions
- Invoice Actions
- Product Actions
- Product Vendor Actions
- Project Actions
- Project Charge Actions
- Project Phase Actions
- Project Task Actions
- Project Note Actions
- Contract Retainer Actions
- Contract Service Actions
- Contract Service Adjustment Actions
- Contract Service Bundle Actions
- Contract Service Bundle Unit Actions
- Contract Service Bundle Adjustment Actions
- Contract Ticket Purchase Actions
- Contract Service Unit Actions
- Domain Registrar Actions
- Holiday Actions
- Holiday Set Actions
- Contract Exclusion Billing Code Actions
- Contract Rate Actions
- Contract Exclusion Role Actions
- Contract Exclusion Sets Actions
- Contract Exclusion Set Excluded Role Actions
- Contract Exclusion Set Excluded Work Type Actions
- Contract Milestone Actions
- Contract Note Actions
- Contract Role Costs Actions
- Contact Groups Actions
- Contact Actions
- Contact Webhook Actions
- Contact Group Contacts Actions
- Contract Block Hour Factor Actions
- Contract Block Actions
- Contract Billing Rule Actions
- Contract Charge Actions
- Configuration Item Category Actions
- Configuration Item Category UDF Association Actions
- Configuration Item DNS Record Actions
- Configuration Item Note Actions
- Configuration Item Related Item Actions
- Configuration Item SSL Subject Alternative Name Actions
- Configuration Item Type Actions
- Configuration Item Webhook Actions
- Company Alert Actions
- Company Actions
- Billing Code Actions
- Company Location Actions
- Company Note Actions
- Company Webhook Actions
- Configuration Item Actions
- Configuration Item Billing Product Association Actions
Overview
This node operation retrieves detailed information about a specific survey from the Autotask system using the survey's unique ID. It is useful for workflows that need to fetch survey data for analysis, reporting, or integration with other systems. For example, you can use it to get survey details to trigger follow-up actions based on survey responses or to synchronize survey metadata with a CRM.
Properties
| Name | Meaning |
|---|---|
| Survey ID | The unique identifier of the survey to retrieve. This is a required input to specify which survey's data to fetch. |
| Add Picklist Labels | Determines whether to automatically add human-readable '_label' fields for picklist fields in the survey data. Labels are not added for empty values. |
| Add Reference Labels | Determines whether to automatically add human-readable '_label' fields for reference fields in the survey data. Labels are not added for empty values. |
| Select Columns Names or IDs. | Allows selection of specific survey fields to include in the response. If no fields are selected, all fields are returned. The survey ID field is always included. |
| Flatten User-Defined Fields | If enabled, user-defined fields (UDFs) are brought to the top level of the survey object instead of being nested inside a userDefinedFields array. |
Output
JSON
id- The unique identifier of the retrieved survey.name- The name of the survey.description- Description or details about the survey.fields- An object or array containing the survey's fields and their values.userDefinedFields- Array of user-defined fields associated with the survey, unless flattened to top-level properties.
_label - Human-readable labels for picklist or reference fields, added if corresponding options are enabled.
Dependencies
- Requires an API key credential for authenticating with the Autotask REST API.
Troubleshooting
- Ensure the Survey ID provided is correct and exists in the Autotask system; otherwise, the node may return an error or empty result.
- If the node returns incomplete data, verify that the 'Select Columns' property includes the desired fields or leave it empty to fetch all fields.
- If labels for picklist or reference fields are missing, check that 'Add Picklist Labels' and 'Add Reference Labels' options are enabled.
- Authentication errors indicate issues with the provided API credentials; verify and update the API key as needed.