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": "11fecc94-70aa-4c5c-8720-97d78bf53138", "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-11-05T23:38:23.1895999+00:00", "QuestionCount": 11 }, { "ProjectId": "11fecc94-70aa-4c5c-8720-97d78bf53138", "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-11-05T23:38:23.1895999+00:00", "QuestionCount": 11 }, { "ProjectId": "11fecc94-70aa-4c5c-8720-97d78bf53138", "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-11-05T23:38:23.1895999+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-11-05T23:38:23.1895999+00:00</DateUpdated> <DisplayName>sample string 4</DisplayName> <IsPreview>true</IsPreview> <IsPrivate>true</IsPrivate> <Pin>sample string 9</Pin> <ProjectId>11fecc94-70aa-4c5c-8720-97d78bf53138</ProjectId> <ProjectLocation>sample string 3</ProjectLocation> <ProjectName>sample string 2</ProjectName> <QuestionCount>11</QuestionCount> </ProjectDisplayViewModel> <ProjectDisplayViewModel> <AllowEmailSummary>true</AllowEmailSummary> <AllowMessages>true</AllowMessages> <DateUpdated>2024-11-05T23:38:23.1895999+00:00</DateUpdated> <DisplayName>sample string 4</DisplayName> <IsPreview>true</IsPreview> <IsPrivate>true</IsPrivate> <Pin>sample string 9</Pin> <ProjectId>11fecc94-70aa-4c5c-8720-97d78bf53138</ProjectId> <ProjectLocation>sample string 3</ProjectLocation> <ProjectName>sample string 2</ProjectName> <QuestionCount>11</QuestionCount> </ProjectDisplayViewModel> <ProjectDisplayViewModel> <AllowEmailSummary>true</AllowEmailSummary> <AllowMessages>true</AllowMessages> <DateUpdated>2024-11-05T23:38:23.1895999+00:00</DateUpdated> <DisplayName>sample string 4</DisplayName> <IsPreview>true</IsPreview> <IsPrivate>true</IsPrivate> <Pin>sample string 9</Pin> <ProjectId>11fecc94-70aa-4c5c-8720-97d78bf53138</ProjectId> <ProjectLocation>sample string 3</ProjectLocation> <ProjectName>sample string 2</ProjectName> <QuestionCount>11</QuestionCount> </ProjectDisplayViewModel> </ArrayOfProjectDisplayViewModel>