GET v1/Delivery/Surveys/{surveyId}/Properties/{propertyId}

User roles allowed to make this request: DomainAdministrator RegularUser QuotaManager SampleManager RepositoryManager

Permissions required to make this request: DomainSurveyProperty.Read DomainSurvey.Read

Returns the property for the selected survey based on the given identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
surveyId

The Nfield Survey id.

string

Required

propertyId

The property id.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The property of the survey for the given identifier.

Response Message

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Key": "sample string 2",
  "Value": "sample string 3"
}

application/xml, text/xml

Sample:
<DomainSurveyPropertyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models.Delivery">
  <Id>1</Id>
  <Key>sample string 2</Key>
  <Value>sample string 3</Value>
</DomainSurveyPropertyModel>