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-05-01T05:22:18.3373567+04:00",
"ScheduleDateTo": "2026-05-01T05:22:18.3373567+04:00",
"DivisionId": "042095f7-5d19-43a4-8bb8-e0edd2ca0910",
"AssetId": "26eeb159-d374-421a-806c-29be359f8e0c",
"BuildingId": "8cd7fe0e-95e2-4644-96cd-b089b131008f",
"SubBuildingId": "b090be26-9452-4261-92ef-832bcfc50143",
"LocationId": "bfe62e26-260c-4f01-82fe-a6157281c707",
"LevelId": "ca88ebbb-8856-47aa-885d-df36ec81a337",
"CategoryId": "e591a78a-40b7-4ff7-9aac-d34b99beb0e7",
"SectorId": "64ce58c2-93d7-4ca5-8ee3-639dcd8cbcfc",
"SubSectorId": "a29b4032-984e-4020-8cc9-b3f69b7ead3a",
"Status": "86e37139-b424-405e-a871-3994a617f896",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-05-01T05:22:18.3373567+04:00","ScheduleDateTo":"2026-05-01T05:22:18.3373567+04:00","DivisionId":"042095f7-5d19-43a4-8bb8-e0edd2ca0910","AssetId":"26eeb159-d374-421a-806c-29be359f8e0c","BuildingId":"8cd7fe0e-95e2-4644-96cd-b089b131008f","SubBuildingId":"b090be26-9452-4261-92ef-832bcfc50143","LocationId":"bfe62e26-260c-4f01-82fe-a6157281c707","LevelId":"ca88ebbb-8856-47aa-885d-df36ec81a337","CategoryId":"e591a78a-40b7-4ff7-9aac-d34b99beb0e7","SectorId":"64ce58c2-93d7-4ca5-8ee3-639dcd8cbcfc","SubSectorId":"a29b4032-984e-4020-8cc9-b3f69b7ead3a","Status":"86e37139-b424-405e-a871-3994a617f896","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>26eeb159-d374-421a-806c-29be359f8e0c</AssetId> <BuildingId>8cd7fe0e-95e2-4644-96cd-b089b131008f</BuildingId> <CategoryId>e591a78a-40b7-4ff7-9aac-d34b99beb0e7</CategoryId> <DivisionId>042095f7-5d19-43a4-8bb8-e0edd2ca0910</DivisionId> <LevelId>ca88ebbb-8856-47aa-885d-df36ec81a337</LevelId> <LocationId>bfe62e26-260c-4f01-82fe-a6157281c707</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-05-01T05:22:18.3373567+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-05-01T05:22:18.3373567+04:00</ScheduleDateTo> <SectorId>64ce58c2-93d7-4ca5-8ee3-639dcd8cbcfc</SectorId> <Status>86e37139-b424-405e-a871-3994a617f896</Status> <SubBuildingId>b090be26-9452-4261-92ef-832bcfc50143</SubBuildingId> <SubSectorId>a29b4032-984e-4020-8cc9-b3f69b7ead3a</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.