POST Api/ActionPlanMasterAPI/GetActionPlanMasterListView
Request Information
URI Parameters
None.
Body Parameters
CheckListActionPlanFilterationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Id | integer |
None. |
|
| APMasterId | integer |
None. |
|
| ReportId | integer |
None. |
|
| ProjectAdmin | integer |
None. |
|
| DepartmentAdmin | integer |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| DivisionId | globally unique identifier |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| BuildingId | globally unique identifier |
None. |
|
| SubBuildingId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LevelId | globally unique identifier |
None. |
|
| CategoryId | globally unique identifier |
None. |
|
| SectorId | globally unique identifier |
None. |
|
| DepartmentId | globally unique identifier |
None. |
|
| SubSectorId | globally unique identifier |
None. |
|
| IsActive | boolean |
None. |
|
| Title | string |
None. |
|
| CreatedOnFrom | date |
None. |
|
| CreatedOnTo | date |
None. |
|
| WorkflowStatusIDs | string |
None. |
|
| PendingStatus | boolean |
None. |
|
| Include | boolean |
None. |
|
| IsPhead | boolean |
None. |
|
| APDetailId | integer |
None. |
|
| APGeneralFeedbackId | integer |
None. |
|
| GetDepartmentAssign | boolean |
None. |
|
| AssignedDepartmentId | globally unique identifier |
None. |
|
| FilterStatus | string |
None. |
|
| APMStatusId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"Id": 1,
"APMasterId": 1,
"ReportId": 1,
"ProjectAdmin": 1,
"DepartmentAdmin": 1,
"PageNumber": 1,
"PageSize": 2,
"DivisionId": "2e6939f8-2f3d-4f9f-a90b-39a63505623f",
"AssetId": "a69cedac-b18a-48e6-9a4e-9b0d3ef94e23",
"BuildingId": "d5199c2c-f423-42af-a002-c82ae06509ea",
"SubBuildingId": "0c6484da-ab22-4e77-bf10-6568eecfd51a",
"LocationId": "6273d973-27f4-4dd5-bbe9-361e69ac7c76",
"LevelId": "95c536cc-eb49-4012-9b53-1f1a90a3ebf8",
"CategoryId": "37f03dfa-6dce-4571-853b-47e4b96e625f",
"SectorId": "0dca644a-6f67-4fd0-945d-ab8756308758",
"DepartmentId": "7faedce3-1d16-48d3-bc46-edac242b1333",
"SubSectorId": "6b083425-e24b-4b38-9154-6bb175738f12",
"IsActive": true,
"Title": "sample string 3",
"CreatedOnFrom": "2026-06-15T21:01:47.5539905+04:00",
"CreatedOnTo": "2026-06-15T21:01:47.5539905+04:00",
"WorkflowStatusIDs": "sample string 4",
"PendingStatus": true,
"Include": true,
"IsPhead": true,
"APDetailId": 1,
"APGeneralFeedbackId": 1,
"GetDepartmentAssign": true,
"AssignedDepartmentId": "7c1b9bc0-dc81-41ef-95aa-27631b0b2169",
"FilterStatus": "sample string 8",
"APMStatusId": "791275d0-3c84-4f73-8c44-6fe367a5c7ac"
}
text/html, multipart/form-data
Sample:
{"UserId":1,"Id":1,"APMasterId":1,"ReportId":1,"ProjectAdmin":1,"DepartmentAdmin":1,"PageNumber":1,"PageSize":2,"DivisionId":"2e6939f8-2f3d-4f9f-a90b-39a63505623f","AssetId":"a69cedac-b18a-48e6-9a4e-9b0d3ef94e23","BuildingId":"d5199c2c-f423-42af-a002-c82ae06509ea","SubBuildingId":"0c6484da-ab22-4e77-bf10-6568eecfd51a","LocationId":"6273d973-27f4-4dd5-bbe9-361e69ac7c76","LevelId":"95c536cc-eb49-4012-9b53-1f1a90a3ebf8","CategoryId":"37f03dfa-6dce-4571-853b-47e4b96e625f","SectorId":"0dca644a-6f67-4fd0-945d-ab8756308758","DepartmentId":"7faedce3-1d16-48d3-bc46-edac242b1333","SubSectorId":"6b083425-e24b-4b38-9154-6bb175738f12","IsActive":true,"Title":"sample string 3","CreatedOnFrom":"2026-06-15T21:01:47.5539905+04:00","CreatedOnTo":"2026-06-15T21:01:47.5539905+04:00","WorkflowStatusIDs":"sample string 4","PendingStatus":true,"Include":true,"IsPhead":true,"APDetailId":1,"APGeneralFeedbackId":1,"GetDepartmentAssign":true,"AssignedDepartmentId":"7c1b9bc0-dc81-41ef-95aa-27631b0b2169","FilterStatus":"sample string 8","APMStatusId":"791275d0-3c84-4f73-8c44-6fe367a5c7ac"}
application/xml, text/xml
Sample:
<CheckListActionPlanFilterationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <APDetailId>1</APDetailId> <APGeneralFeedbackId>1</APGeneralFeedbackId> <APMStatusId>791275d0-3c84-4f73-8c44-6fe367a5c7ac</APMStatusId> <APMasterId>1</APMasterId> <AssetId>a69cedac-b18a-48e6-9a4e-9b0d3ef94e23</AssetId> <AssignedDepartmentId>7c1b9bc0-dc81-41ef-95aa-27631b0b2169</AssignedDepartmentId> <BuildingId>d5199c2c-f423-42af-a002-c82ae06509ea</BuildingId> <CategoryId>37f03dfa-6dce-4571-853b-47e4b96e625f</CategoryId> <CreatedOnFrom>2026-06-15T21:01:47.5539905+04:00</CreatedOnFrom> <CreatedOnTo>2026-06-15T21:01:47.5539905+04:00</CreatedOnTo> <DepartmentAdmin>1</DepartmentAdmin> <DepartmentId>7faedce3-1d16-48d3-bc46-edac242b1333</DepartmentId> <DivisionId>2e6939f8-2f3d-4f9f-a90b-39a63505623f</DivisionId> <FilterStatus>sample string 8</FilterStatus> <GetDepartmentAssign>true</GetDepartmentAssign> <Id>1</Id> <Include>true</Include> <IsActive>true</IsActive> <IsPhead>true</IsPhead> <LevelId>95c536cc-eb49-4012-9b53-1f1a90a3ebf8</LevelId> <LocationId>6273d973-27f4-4dd5-bbe9-361e69ac7c76</LocationId> <PageNumber>1</PageNumber> <PageSize>2</PageSize> <PendingStatus>true</PendingStatus> <ProjectAdmin>1</ProjectAdmin> <ReportId>1</ReportId> <SectorId>0dca644a-6f67-4fd0-945d-ab8756308758</SectorId> <SubBuildingId>0c6484da-ab22-4e77-bf10-6568eecfd51a</SubBuildingId> <SubSectorId>6b083425-e24b-4b38-9154-6bb175738f12</SubSectorId> <Title>sample string 3</Title> <UserId>1</UserId> <WorkflowStatusIDs>sample string 4</WorkflowStatusIDs> </CheckListActionPlanFilterationDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ActionPlanMasterDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| WorkFlowStatus | globally unique identifier |
None. |
|
| ProjectAdmin | integer |
Matching regular expression pattern: ^[0-9]*$ |
|
| ReportId | integer |
Matching regular expression pattern: ^[0-9]*$ |
|
| DivisionId | globally unique identifier |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| BuildingId | globally unique identifier |
None. |
|
| SubBuildingId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LevelId | globally unique identifier |
None. |
|
| CategoryId | globally unique identifier |
None. |
|
| SectorId | globally unique identifier |
None. |
|
| SubSectorId | globally unique identifier |
None. |
|
| ActionPlanDetails | Collection of ActionPlanDetailsDTO |
None. |
|
| CreatedBy | integer |
Matching regular expression pattern: ^[0-9]*$ |
|
| CreatedOn | date |
Required Data type: DateTime |
|
| UpdatedBy | integer |
Matching regular expression pattern: ^[0-9]*$ |
|
| UpdatedOn | date |
Data type: DateTime |
|
| IsActive | boolean |
Range: inclusive between false and true |
|
| IsDeleted | boolean |
Range: inclusive between false and true |
|
| DateFrom | date |
Data type: DateTime |
|
| DateTo | date |
Data type: DateTime |
|
| GeneratedReportName | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
text/html
Sample:
multipart/form-data
Sample:
application/xml
Sample:
text/xml
Sample: