POST Project/SearchProject

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SearchString": "sample string 1",
  "Location": true,
  "Name": true,
  "QuestionText": true,
  "QuestionInstruction": true,
  "AnswerLabel": true
}

text/xml

Sample:
<SearchProjectViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VoxVoteViewModels">
  <AnswerLabel>true</AnswerLabel>
  <Location>true</Location>
  <Name>true</Name>
  <QuestionInstruction>true</QuestionInstruction>
  <QuestionText>true</QuestionText>
  <SearchString>sample string 1</SearchString>
</SearchProjectViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ProjectId": "30ee0a9b-d2d7-4fc8-9c96-cd1ecbf580f5",
    "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-26T02:55:09.5371003+00:00",
    "QuestionCount": 11
  },
  {
    "ProjectId": "30ee0a9b-d2d7-4fc8-9c96-cd1ecbf580f5",
    "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-26T02:55:09.5371003+00:00",
    "QuestionCount": 11
  },
  {
    "ProjectId": "30ee0a9b-d2d7-4fc8-9c96-cd1ecbf580f5",
    "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-26T02:55:09.5371003+00:00",
    "QuestionCount": 11
  }
]

text/xml

Sample:
<ArrayOfProjectDisplayViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VoxVoteViewModels">
  <ProjectDisplayViewModel>
    <AllowEmailSummary>true</AllowEmailSummary>
    <AllowMessages>true</AllowMessages>
    <DateUpdated>2024-04-26T02:55:09.5371003+00:00</DateUpdated>
    <DisplayName>sample string 4</DisplayName>
    <IsPreview>true</IsPreview>
    <IsPrivate>true</IsPrivate>
    <Pin>sample string 9</Pin>
    <ProjectId>30ee0a9b-d2d7-4fc8-9c96-cd1ecbf580f5</ProjectId>
    <ProjectLocation>sample string 3</ProjectLocation>
    <ProjectName>sample string 2</ProjectName>
    <QuestionCount>11</QuestionCount>
  </ProjectDisplayViewModel>
  <ProjectDisplayViewModel>
    <AllowEmailSummary>true</AllowEmailSummary>
    <AllowMessages>true</AllowMessages>
    <DateUpdated>2024-04-26T02:55:09.5371003+00:00</DateUpdated>
    <DisplayName>sample string 4</DisplayName>
    <IsPreview>true</IsPreview>
    <IsPrivate>true</IsPrivate>
    <Pin>sample string 9</Pin>
    <ProjectId>30ee0a9b-d2d7-4fc8-9c96-cd1ecbf580f5</ProjectId>
    <ProjectLocation>sample string 3</ProjectLocation>
    <ProjectName>sample string 2</ProjectName>
    <QuestionCount>11</QuestionCount>
  </ProjectDisplayViewModel>
  <ProjectDisplayViewModel>
    <AllowEmailSummary>true</AllowEmailSummary>
    <AllowMessages>true</AllowMessages>
    <DateUpdated>2024-04-26T02:55:09.5371003+00:00</DateUpdated>
    <DisplayName>sample string 4</DisplayName>
    <IsPreview>true</IsPreview>
    <IsPrivate>true</IsPrivate>
    <Pin>sample string 9</Pin>
    <ProjectId>30ee0a9b-d2d7-4fc8-9c96-cd1ecbf580f5</ProjectId>
    <ProjectLocation>sample string 3</ProjectLocation>
    <ProjectName>sample string 2</ProjectName>
    <QuestionCount>11</QuestionCount>
  </ProjectDisplayViewModel>
</ArrayOfProjectDisplayViewModel>