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": "2025-10-30T10:06:27.0585298+04:00",
"ScheduleDateTo": "2025-10-30T10:06:27.0585298+04:00",
"DivisionId": "ded3173e-6712-4a54-b353-9867d25805e2",
"AssetId": "002849d4-f63b-4595-a81e-37d685efd5fa",
"BuildingId": "7f5c2163-25f5-49e7-884c-9456006d1b74",
"SubBuildingId": "d5275c03-f8b0-490d-9f75-b8d178ab2d97",
"LocationId": "eae0bd3e-cbfb-46ed-bfc8-229c1fcf82a4",
"LevelId": "3d6e1314-5204-417b-82e3-46fe90906d1d",
"CategoryId": "c2a40121-4f97-4a01-b1ee-3760a6a5b99e",
"SectorId": "b4d369ef-43ca-420e-82a5-928e5b06d53a",
"SubSectorId": "08f3c126-f639-4047-a851-4561c1df6ac7",
"Status": "5fc8167e-7626-4d0b-ac6b-6bd9cc2ce4e5",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2025-10-30T10:06:27.0585298+04:00","ScheduleDateTo":"2025-10-30T10:06:27.0585298+04:00","DivisionId":"ded3173e-6712-4a54-b353-9867d25805e2","AssetId":"002849d4-f63b-4595-a81e-37d685efd5fa","BuildingId":"7f5c2163-25f5-49e7-884c-9456006d1b74","SubBuildingId":"d5275c03-f8b0-490d-9f75-b8d178ab2d97","LocationId":"eae0bd3e-cbfb-46ed-bfc8-229c1fcf82a4","LevelId":"3d6e1314-5204-417b-82e3-46fe90906d1d","CategoryId":"c2a40121-4f97-4a01-b1ee-3760a6a5b99e","SectorId":"b4d369ef-43ca-420e-82a5-928e5b06d53a","SubSectorId":"08f3c126-f639-4047-a851-4561c1df6ac7","Status":"5fc8167e-7626-4d0b-ac6b-6bd9cc2ce4e5","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>002849d4-f63b-4595-a81e-37d685efd5fa</AssetId> <BuildingId>7f5c2163-25f5-49e7-884c-9456006d1b74</BuildingId> <CategoryId>c2a40121-4f97-4a01-b1ee-3760a6a5b99e</CategoryId> <DivisionId>ded3173e-6712-4a54-b353-9867d25805e2</DivisionId> <LevelId>3d6e1314-5204-417b-82e3-46fe90906d1d</LevelId> <LocationId>eae0bd3e-cbfb-46ed-bfc8-229c1fcf82a4</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2025-10-30T10:06:27.0585298+04:00</ScheduleDateFrom> <ScheduleDateTo>2025-10-30T10:06:27.0585298+04:00</ScheduleDateTo> <SectorId>b4d369ef-43ca-420e-82a5-928e5b06d53a</SectorId> <Status>5fc8167e-7626-4d0b-ac6b-6bd9cc2ce4e5</Status> <SubBuildingId>d5275c03-f8b0-490d-9f75-b8d178ab2d97</SubBuildingId> <SubSectorId>08f3c126-f639-4047-a851-4561c1df6ac7</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.