POST api/Project/SearchProject
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "b343d441-39c2-41c3-81e5-f4923dd9ac0e",
"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": "2025-10-24T17:53:34.7626558+00:00",
"QuestionCount": 11
},
{
"ProjectId": "b343d441-39c2-41c3-81e5-f4923dd9ac0e",
"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": "2025-10-24T17:53:34.7626558+00:00",
"QuestionCount": 11
},
{
"ProjectId": "b343d441-39c2-41c3-81e5-f4923dd9ac0e",
"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": "2025-10-24T17:53:34.7626558+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>2025-10-24T17:53:34.7626558+00:00</DateUpdated>
<DisplayName>sample string 4</DisplayName>
<IsPreview>true</IsPreview>
<IsPrivate>true</IsPrivate>
<Pin>sample string 9</Pin>
<ProjectId>b343d441-39c2-41c3-81e5-f4923dd9ac0e</ProjectId>
<ProjectLocation>sample string 3</ProjectLocation>
<ProjectName>sample string 2</ProjectName>
<QuestionCount>11</QuestionCount>
</ProjectDisplayViewModel>
<ProjectDisplayViewModel>
<AllowEmailSummary>true</AllowEmailSummary>
<AllowMessages>true</AllowMessages>
<DateUpdated>2025-10-24T17:53:34.7626558+00:00</DateUpdated>
<DisplayName>sample string 4</DisplayName>
<IsPreview>true</IsPreview>
<IsPrivate>true</IsPrivate>
<Pin>sample string 9</Pin>
<ProjectId>b343d441-39c2-41c3-81e5-f4923dd9ac0e</ProjectId>
<ProjectLocation>sample string 3</ProjectLocation>
<ProjectName>sample string 2</ProjectName>
<QuestionCount>11</QuestionCount>
</ProjectDisplayViewModel>
<ProjectDisplayViewModel>
<AllowEmailSummary>true</AllowEmailSummary>
<AllowMessages>true</AllowMessages>
<DateUpdated>2025-10-24T17:53:34.7626558+00:00</DateUpdated>
<DisplayName>sample string 4</DisplayName>
<IsPreview>true</IsPreview>
<IsPrivate>true</IsPrivate>
<Pin>sample string 9</Pin>
<ProjectId>b343d441-39c2-41c3-81e5-f4923dd9ac0e</ProjectId>
<ProjectLocation>sample string 3</ProjectLocation>
<ProjectName>sample string 2</ProjectName>
<QuestionCount>11</QuestionCount>
</ProjectDisplayViewModel>
</ArrayOfProjectDisplayViewModel>