GET v1/Surveys/{surveyId}/GeneralSettings/Owner

The Owner endpoint is obsolete, please use the GeneralSettings endpoint.

User roles allowed to make this request: DomainAdministrator PowerUser RegularUser Supervisor Scripter LimitedUser QuotaManager LocalDomainManager GlobalDomainManager OperationsUser SampleManager RepositoryManager DemoUser All

Permissions required to make this request: Survey.Read

Get the survey owner

Request Information

URI Parameters

NameDescriptionTypeAdditional information
surveyId

id of the survey

string

Required

Body Parameters

None.

Response Information

Resource Description

owner of the survey

Response Message

SurveyGeneralSettingsOwnerResponseModel
NameDescriptionTypeAdditional information
Owner

The user object of the owner of the survey

User

None.

Response Formats

application/json, text/json

Sample:
{
  "Owner": {
    "Id": "sample string 1",
    "UserName": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<SurveyGeneralSettingsOwnerResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models.SurveyGeneralSettings">
  <Owner>
    <Id>sample string 1</Id>
    <UserName>sample string 2</UserName>
  </Owner>
</SurveyGeneralSettingsOwnerResponseModel>