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-06-15T21:09:07.5205229+04:00",
"ScheduleDateTo": "2026-06-15T21:09:07.5205229+04:00",
"DivisionId": "607d1348-93f7-447a-8eea-68c558a20c71",
"AssetId": "bcca0945-7fc8-478d-9805-2bcea4888649",
"BuildingId": "1431e8f3-82e7-4047-acea-48c279e9186d",
"SubBuildingId": "e214d7ae-64b0-4c73-a903-1f2d0611cce2",
"LocationId": "00f2091e-080a-44c1-bdd8-4f4a2d415129",
"LevelId": "f00dff29-c667-4707-aaa0-b86f11635ffe",
"CategoryId": "21243f86-ac32-43a5-988c-d0b42eae2924",
"SectorId": "26cdd2fa-9cf0-47b5-af6e-66bcd8c960a6",
"SubSectorId": "6ccbddf0-9b30-4d03-ab7e-dfd9381a7168",
"Status": "c618b726-da64-4a8d-99c3-7e2210ba94f6",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-06-15T21:09:07.5205229+04:00","ScheduleDateTo":"2026-06-15T21:09:07.5205229+04:00","DivisionId":"607d1348-93f7-447a-8eea-68c558a20c71","AssetId":"bcca0945-7fc8-478d-9805-2bcea4888649","BuildingId":"1431e8f3-82e7-4047-acea-48c279e9186d","SubBuildingId":"e214d7ae-64b0-4c73-a903-1f2d0611cce2","LocationId":"00f2091e-080a-44c1-bdd8-4f4a2d415129","LevelId":"f00dff29-c667-4707-aaa0-b86f11635ffe","CategoryId":"21243f86-ac32-43a5-988c-d0b42eae2924","SectorId":"26cdd2fa-9cf0-47b5-af6e-66bcd8c960a6","SubSectorId":"6ccbddf0-9b30-4d03-ab7e-dfd9381a7168","Status":"c618b726-da64-4a8d-99c3-7e2210ba94f6","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>bcca0945-7fc8-478d-9805-2bcea4888649</AssetId> <BuildingId>1431e8f3-82e7-4047-acea-48c279e9186d</BuildingId> <CategoryId>21243f86-ac32-43a5-988c-d0b42eae2924</CategoryId> <DivisionId>607d1348-93f7-447a-8eea-68c558a20c71</DivisionId> <LevelId>f00dff29-c667-4707-aaa0-b86f11635ffe</LevelId> <LocationId>00f2091e-080a-44c1-bdd8-4f4a2d415129</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-06-15T21:09:07.5205229+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-06-15T21:09:07.5205229+04:00</ScheduleDateTo> <SectorId>26cdd2fa-9cf0-47b5-af6e-66bcd8c960a6</SectorId> <Status>c618b726-da64-4a8d-99c3-7e2210ba94f6</Status> <SubBuildingId>e214d7ae-64b0-4c73-a903-1f2d0611cce2</SubBuildingId> <SubSectorId>6ccbddf0-9b30-4d03-ab7e-dfd9381a7168</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.