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-03-15T06:09:40.5071787+04:00",
"ScheduleDateTo": "2026-03-15T06:09:40.5071787+04:00",
"DivisionId": "c9bdf357-eb7d-4cdb-9e74-8f7a87aa4c60",
"AssetId": "cb8558ad-578a-4c38-83fe-6e61b627e3b6",
"BuildingId": "597ff2da-6036-419c-a942-78991887c8a6",
"SubBuildingId": "5ec26fed-aa84-4616-a8c5-7d7d964a2159",
"LocationId": "faf6814d-de6f-4587-8017-8fa7be926bff",
"LevelId": "c45f3d9d-0684-44b2-a2e2-5874fc9d9bf7",
"CategoryId": "973584b6-991f-4386-bb84-3860466db515",
"SectorId": "9dd1e24f-aa14-410e-af79-5cf60f862c0a",
"SubSectorId": "83bd4627-4b5d-4919-a9f8-149c93827f65",
"Status": "e00c4aa6-147b-43b8-9c2d-68b8d1be3da5",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-03-15T06:09:40.5071787+04:00","ScheduleDateTo":"2026-03-15T06:09:40.5071787+04:00","DivisionId":"c9bdf357-eb7d-4cdb-9e74-8f7a87aa4c60","AssetId":"cb8558ad-578a-4c38-83fe-6e61b627e3b6","BuildingId":"597ff2da-6036-419c-a942-78991887c8a6","SubBuildingId":"5ec26fed-aa84-4616-a8c5-7d7d964a2159","LocationId":"faf6814d-de6f-4587-8017-8fa7be926bff","LevelId":"c45f3d9d-0684-44b2-a2e2-5874fc9d9bf7","CategoryId":"973584b6-991f-4386-bb84-3860466db515","SectorId":"9dd1e24f-aa14-410e-af79-5cf60f862c0a","SubSectorId":"83bd4627-4b5d-4919-a9f8-149c93827f65","Status":"e00c4aa6-147b-43b8-9c2d-68b8d1be3da5","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>cb8558ad-578a-4c38-83fe-6e61b627e3b6</AssetId> <BuildingId>597ff2da-6036-419c-a942-78991887c8a6</BuildingId> <CategoryId>973584b6-991f-4386-bb84-3860466db515</CategoryId> <DivisionId>c9bdf357-eb7d-4cdb-9e74-8f7a87aa4c60</DivisionId> <LevelId>c45f3d9d-0684-44b2-a2e2-5874fc9d9bf7</LevelId> <LocationId>faf6814d-de6f-4587-8017-8fa7be926bff</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-03-15T06:09:40.5071787+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-03-15T06:09:40.5071787+04:00</ScheduleDateTo> <SectorId>9dd1e24f-aa14-410e-af79-5cf60f862c0a</SectorId> <Status>e00c4aa6-147b-43b8-9c2d-68b8d1be3da5</Status> <SubBuildingId>5ec26fed-aa84-4616-a8c5-7d7d964a2159</SubBuildingId> <SubSectorId>83bd4627-4b5d-4919-a9f8-149c93827f65</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.