SoftLayer Survey (type)
From SoftLayer Development Network Wiki
This page refers to the SoftLayer_Survey data type. For information on the SoftLayer_Survey service please see SoftLayer_Survey.
Contents |
Overview
The SoftLayer_Survey data type contains general information relating to a single SoftLayer survey.
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
active
A flag indicating if a survey can be taken.
- Type: integer
- Length: 1 digit
createDate
The date that a survey had originally started.
- Type: dateTime
id
A survey's id.
- Type: integer
name
A survey's name or title.
- Type: string
- Length: 255 characters
Relational Properties
questions
The questions for a survey.
questions can be queried by object mask.
Count Properties
questionCount
A count of the questions for a survey.
questionCount must be a unique value.
- Type: unsigned long

