POST Api/ScheduleApi/GetScheduleCategoryForSubBuilding
Request Information
URI Parameters
None.
Body Parameters
ScheduleFilterationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| AgentId | integer |
None. |
|
| ScheduleDateFrom | date |
None. |
|
| ScheduleDateTo | date |
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. |
|
| SubSectorId | globally unique identifier |
None. |
|
| Status | globally unique identifier |
None. |
|
| WorkflowStatusIDs | string |
None. |
|
| ProjectAdminId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageNumber": 1,
"PageSize": 1,
"AgentId": 1,
"ScheduleDateFrom": "2026-07-31T23:53:21.72762+04:00",
"ScheduleDateTo": "2026-07-31T23:53:21.72762+04:00",
"DivisionId": "9487481a-7e71-47e3-ac43-2f1420a851d0",
"AssetId": "5a38f890-5e1f-4ad6-a0d6-bbe25f168354",
"BuildingId": "e7530116-63bb-4209-b031-d9654d72a263",
"SubBuildingId": "e74c5b03-c77e-473b-98b9-b4dbc036291b",
"LocationId": "2ae7930c-fbae-4ca2-810d-a9ead2a7b0db",
"LevelId": "25c23b11-a1e5-4491-bc95-b4115f860aaf",
"CategoryId": "5458b711-8d5d-4cb2-89ce-fcd7536ad38f",
"SectorId": "9a879e62-cb50-4aa0-8a33-055beea22adf",
"SubSectorId": "60857124-9587-4e50-a5f2-267f75006b86",
"Status": "b046a5bb-b9bd-42d2-b4b7-27049260439b",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-07-31T23:53:21.72762+04:00","ScheduleDateTo":"2026-07-31T23:53:21.72762+04:00","DivisionId":"9487481a-7e71-47e3-ac43-2f1420a851d0","AssetId":"5a38f890-5e1f-4ad6-a0d6-bbe25f168354","BuildingId":"e7530116-63bb-4209-b031-d9654d72a263","SubBuildingId":"e74c5b03-c77e-473b-98b9-b4dbc036291b","LocationId":"2ae7930c-fbae-4ca2-810d-a9ead2a7b0db","LevelId":"25c23b11-a1e5-4491-bc95-b4115f860aaf","CategoryId":"5458b711-8d5d-4cb2-89ce-fcd7536ad38f","SectorId":"9a879e62-cb50-4aa0-8a33-055beea22adf","SubSectorId":"60857124-9587-4e50-a5f2-267f75006b86","Status":"b046a5bb-b9bd-42d2-b4b7-27049260439b","WorkflowStatusIDs":"sample string 1","ProjectAdminId":1}
application/xml, text/xml
Sample:
<ScheduleFilterationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <AgentId>1</AgentId> <AssetId>5a38f890-5e1f-4ad6-a0d6-bbe25f168354</AssetId> <BuildingId>e7530116-63bb-4209-b031-d9654d72a263</BuildingId> <CategoryId>5458b711-8d5d-4cb2-89ce-fcd7536ad38f</CategoryId> <DivisionId>9487481a-7e71-47e3-ac43-2f1420a851d0</DivisionId> <LevelId>25c23b11-a1e5-4491-bc95-b4115f860aaf</LevelId> <LocationId>2ae7930c-fbae-4ca2-810d-a9ead2a7b0db</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-07-31T23:53:21.72762+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-07-31T23:53:21.72762+04:00</ScheduleDateTo> <SectorId>9a879e62-cb50-4aa0-8a33-055beea22adf</SectorId> <Status>b046a5bb-b9bd-42d2-b4b7-27049260439b</Status> <SubBuildingId>e74c5b03-c77e-473b-98b9-b4dbc036291b</SubBuildingId> <SubSectorId>60857124-9587-4e50-a5f2-267f75006b86</SubSectorId> <WorkflowStatusIDs>sample string 1</WorkflowStatusIDs> </ScheduleFilterationDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.