Enables administrators and developers to programmatically retrieve a specific survey.
Authorization
Bearer YOUR_TOKEN
SurveyID
LogView
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/surveys/145
{ "IsError": false, "ResponseMessage": "", "ResponseData": { "PollID": 117, "Question": "Team Survey", "SurveyTitle": "Team Survey", "UserName": "jane.doe", "IsLatest": false, "IsSurvey": true, "DateClose": "2025-03-26T17:52:33.213", "CreatedBy": 42, "Votes": 0, "DateCreated": "2025-03-26T17:52:33.213", "SpaceID": 0, "SpaceName": "", "MediaServerID": 90, "SurveyImageFileName": "", "AllowSurveyRetake": false, "PollUrl": "https://your-site.com/surveys/117/team-survey", "UserProfileURL": "https://your-site.com/people/jane.doe", "UserDisplayName": "Jane Doe", "UserAvatarFullUrl": "https://your-site.com/Assets/Uploaded-Photos/42/avatar.jpg", "DateTimeSpan": "3/26/2025", "SurveyImageUrl": "https://your-site.com/assets/Themes/default/images/survey-default.gif", "CurrentUserChoiceID": 0, "PollQuestions": [ { "QuestionID": 125, "QuestionText": "What is your favorite color?", "PollID": 117, "SortOrder": 1, "InputControlType": 0, "InputControlTypeInt": 0, "Choices": [ { "ChoiceID": 271, "PollID": 117, "QuestionID": 125, "Points": 0, "UserID": 0, "Choice": "Yellow", "Votes": 0, "PollQuestionInputControlType": 0, "SortOrder": 1, "ChoiceImageFileName": "", "TenantID": 0 }, { "ChoiceID": 272, "PollID": 117, "QuestionID": 125, "Points": 0, "UserID": 0, "Choice": "Green", "Votes": 0, "PollQuestionInputControlType": 0, "SortOrder": 2, "ChoiceImageFileName": "", "TenantID": 0 } ], "TenantID": 0 } ], "EntityID": 0, "SurveyTestMode": false, "HasUserVotedForSurvey": false, "IsAnonymous": false, "TenantID": 1 } }
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/104988/rest-api-get-survey
Your session has expired. You are being logged out.