GET Project/getProject/{Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ProjectId": "ed54b497-5513-45a8-bda4-7d61ca0ecf9f",
  "ProjectName": "sample string 2",
  "ProjectLocation": "sample string 3",
  "DisplayName": "sample string 4",
  "IsPreview": true,
  "AllowEmailSummary": true,
  "AllowMessages": true,
  "IsPrivate": true,
  "Pin": "sample string 9",
  "DateUpdated": "2024-04-19T06:22:41.8503222+00:00",
  "QuestionCount": 11
}

text/xml

Sample:
<ProjectDisplayViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VoxVoteViewModels">
  <AllowEmailSummary>true</AllowEmailSummary>
  <AllowMessages>true</AllowMessages>
  <DateUpdated>2024-04-19T06:22:41.8503222+00:00</DateUpdated>
  <DisplayName>sample string 4</DisplayName>
  <IsPreview>true</IsPreview>
  <IsPrivate>true</IsPrivate>
  <Pin>sample string 9</Pin>
  <ProjectId>ed54b497-5513-45a8-bda4-7d61ca0ecf9f</ProjectId>
  <ProjectLocation>sample string 3</ProjectLocation>
  <ProjectName>sample string 2</ProjectName>
  <QuestionCount>11</QuestionCount>
</ProjectDisplayViewModel>