POST
get-projects
Request Information
Body Parameters
ProjectSearchModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ProjectId | integer |
None. |
|
KeywordRankingMasterId | integer |
None. |
|
UserId | integer |
None. |
|
RoleId | integer |
None. |
|
PageNumber | integer |
None. |
|
RecordCount | integer |
None. |
|
SearchKey | string |
None. |
|
DateFrom | date |
None. |
|
DateTo | date |
None. |
|
TempId | integer |
None. |
|
limit | integer |
None. |
|
totalRecordsOut | integer |
None. |
|
pageNo | integer |
None. |
|
q | string |
None. |
|
sortField | string |
None. |
|
sortDirection | string |
None. |
Request Formats
application/json, text/json
{ "Id": 1, "ProjectId": 2, "KeywordRankingMasterId": 3, "UserId": 4, "RoleId": 5, "PageNumber": 6, "RecordCount": 7, "SearchKey": "sample string 8", "DateFrom": "2025-06-18T11:45:43.1274903+00:00", "DateTo": "2025-06-18T11:45:43.1274903+00:00", "TempId": 11, "limit": 12, "totalRecordsOut": 13, "pageNo": 14, "q": "sample string 15", "sortField": "sample string 16", "sortDirection": "sample string 17" }
text/html
{"Id":1,"ProjectId":2,"KeywordRankingMasterId":3,"UserId":4,"RoleId":5,"PageNumber":6,"RecordCount":7,"SearchKey":"sample string 8","DateFrom":"2025-06-18T11:45:43.1274903+00:00","DateTo":"2025-06-18T11:45:43.1274903+00:00","TempId":11,"limit":12,"totalRecordsOut":13,"pageNo":14,"q":"sample string 15","sortField":"sample string 16","sortDirection":"sample string 17"}
application/xml, text/xml
<ProjectSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Marketing"> <DateFrom>2025-06-18T11:45:43.1274903+00:00</DateFrom> <DateTo>2025-06-18T11:45:43.1274903+00:00</DateTo> <Id>1</Id> <KeywordRankingMasterId>3</KeywordRankingMasterId> <PageNumber>6</PageNumber> <ProjectId>2</ProjectId> <RecordCount>7</RecordCount> <RoleId>5</RoleId> <SearchKey>sample string 8</SearchKey> <TempId>11</TempId> <UserId>4</UserId> <limit>12</limit> <pageNo>14</pageNo> <q>sample string 15</q> <sortDirection>sample string 17</sortDirection> <sortField>sample string 16</sortField> <totalRecordsOut>13</totalRecordsOut> </ProjectSearchModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: ProjectModelVM
Response Formats
application/json, text/json
{ "ModelList": [ { "ProjectId": 1, "Name": "sample string 2", "ProjectUrl": "sample string 3", "SearchEngineIds": "sample string 4", "StartDate": "2025-06-18T11:45:43.1431168+00:00", "EndDate": "2025-06-18T11:45:43.1431168+00:00", "ProjectTypeId": 5, "StatusId": 0, "CreatedOn": "2025-06-18T11:45:43.1431168+00:00", "CreatedBy": 7, "ModifiedOn": "2025-06-18T11:45:43.1431168+00:00", "ModifiedBy": 9, "IsDeleted": true, "ProjectType": "sample string 11" }, { "ProjectId": 1, "Name": "sample string 2", "ProjectUrl": "sample string 3", "SearchEngineIds": "sample string 4", "StartDate": "2025-06-18T11:45:43.1431168+00:00", "EndDate": "2025-06-18T11:45:43.1431168+00:00", "ProjectTypeId": 5, "StatusId": 0, "CreatedOn": "2025-06-18T11:45:43.1431168+00:00", "CreatedBy": 7, "ModifiedOn": "2025-06-18T11:45:43.1431168+00:00", "ModifiedBy": 9, "IsDeleted": true, "ProjectType": "sample string 11" } ], "TotalRecord": 1 }
text/html
{"ModelList":[{"ProjectId":1,"Name":"sample string 2","ProjectUrl":"sample string 3","SearchEngineIds":"sample string 4","StartDate":"2025-06-18T11:45:43.1431168+00:00","EndDate":"2025-06-18T11:45:43.1431168+00:00","ProjectTypeId":5,"StatusId":0,"CreatedOn":"2025-06-18T11:45:43.1431168+00:00","CreatedBy":7,"ModifiedOn":"2025-06-18T11:45:43.1431168+00:00","ModifiedBy":9,"IsDeleted":true,"ProjectType":"sample string 11"},{"ProjectId":1,"Name":"sample string 2","ProjectUrl":"sample string 3","SearchEngineIds":"sample string 4","StartDate":"2025-06-18T11:45:43.1431168+00:00","EndDate":"2025-06-18T11:45:43.1431168+00:00","ProjectTypeId":5,"StatusId":0,"CreatedOn":"2025-06-18T11:45:43.1431168+00:00","CreatedBy":7,"ModifiedOn":"2025-06-18T11:45:43.1431168+00:00","ModifiedBy":9,"IsDeleted":true,"ProjectType":"sample string 11"}],"TotalRecord":1}
application/xml, text/xml
<ProjectModelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Marketing"> <ModelList> <ProjectDetailModel> <CreatedBy>7</CreatedBy> <CreatedOn>2025-06-18T11:45:43.1431168+00:00</CreatedOn> <EndDate>2025-06-18T11:45:43.1431168+00:00</EndDate> <IsDeleted>true</IsDeleted> <ModifiedBy>9</ModifiedBy> <ModifiedOn>2025-06-18T11:45:43.1431168+00:00</ModifiedOn> <Name>sample string 2</Name> <ProjectId>1</ProjectId> <ProjectType>sample string 11</ProjectType> <ProjectTypeId>5</ProjectTypeId> <ProjectUrl>sample string 3</ProjectUrl> <SearchEngineIds>sample string 4</SearchEngineIds> <StartDate>2025-06-18T11:45:43.1431168+00:00</StartDate> <StatusId>InActive</StatusId> </ProjectDetailModel> <ProjectDetailModel> <CreatedBy>7</CreatedBy> <CreatedOn>2025-06-18T11:45:43.1431168+00:00</CreatedOn> <EndDate>2025-06-18T11:45:43.1431168+00:00</EndDate> <IsDeleted>true</IsDeleted> <ModifiedBy>9</ModifiedBy> <ModifiedOn>2025-06-18T11:45:43.1431168+00:00</ModifiedOn> <Name>sample string 2</Name> <ProjectId>1</ProjectId> <ProjectType>sample string 11</ProjectType> <ProjectTypeId>5</ProjectTypeId> <ProjectUrl>sample string 3</ProjectUrl> <SearchEngineIds>sample string 4</SearchEngineIds> <StartDate>2025-06-18T11:45:43.1431168+00:00</StartDate> <StatusId>InActive</StatusId> </ProjectDetailModel> </ModelList> <TotalRecord>1</TotalRecord> </ProjectModelVM>