SoftLayer_Survey


SoftLayer_Survey

Description

The SoftLayer_Survey data type contains general information relating to a single SoftLayer survey.

Local


active

A flag indicating if a survey can be taken.
Type: int


createDate

The date that a survey had originally started.
Type: dateTime


id

A survey’s id.
Type: int


name

A survey’s name or title.
Type: string


statusId

The status id of the survey.
Type: int


typeId

The type id of the survey.
Type: int

Relational


questions

The questions for a survey.
Type: SoftLayer_Survey_Question[]


status

The status of the survey
Type: SoftLayer_Survey_Status


type

The type of survey
Type: SoftLayer_Survey_Type

Count


questionCount

A count of the questions for a survey.
Type: unsignedLong