Robohead API Documentation - Survey

Rest API Documentation for Survey module

						EP : Extended Permissions

+  : Consider the permission with + and all permissions above it.
     Permission hierarchy : Account Admin > Project Manager > Project Member > Contact

					

Following are object types where survey is supported,

   Project  = 3
					

Following is the list of output columns for Survey Response list call,

							 
	responseDate
	recipientUserEmail
	emailMessage
	firstName
	lastName
	comment
	rating
	lastSentOn
	urlExpiryTime
	lastSentBy
	files

						

Following is the list of output columns map for Survey Response,

							 
[
  {"name": "recipientUserEmail", "value": "RECIPIENT EMAIL"  },
  {"name": "lastSentBy", "value": "LAST SENT BY" },
  {"name": "emailMessage", "value": "EMAIL MESSAGE" },
  {"name": "responseDate","value": "RESPONSE DATE"},
  {"name": "rating","value": "RATING"},
  {"name": "lastSentOn", "value": "LAST SENT"},
  {"name": "urlExpiryTime","value": "EXPIRATION DATE"},
  {"name": "files", "value": "FILES ATTACHED"}
]

						

Following is the json format for File Copy parameter on send and update Survey with an example.

{
  "fileCopyItems": [
    {
      "fileId": File id from project or library which has to copy to current survey,
      "title": new file name, if needed otherwise empty ("").
    },
    {
      "fileId": 11407752,
      "title": "updated.pdf"
    }
  ]
}
					

Paths List all operations