POST Api/ScheduleApi/GetScheduleCategorynohierrarchy
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:10:28.9721216+04:00",
"ScheduleDateTo": "2026-03-15T06:10:28.9721216+04:00",
"DivisionId": "f767a7e6-7954-44d8-9191-9618695a3152",
"AssetId": "f21d46d6-99f3-4457-835d-54704fa5dcfc",
"BuildingId": "8ee31494-cf37-473a-896d-72e8c57eb7a5",
"SubBuildingId": "c8297723-4acc-41d6-bb2b-ebdca0243eed",
"LocationId": "872de8d3-46b4-4624-be2e-f006f13a190e",
"LevelId": "59baa8fd-32c1-4d07-953c-703fa199e84f",
"CategoryId": "3e938255-e403-49b0-95e6-dd1fccae23ed",
"SectorId": "77b2defd-a6b8-4daf-93c7-a508b119ca7a",
"SubSectorId": "04e4e93d-a00e-40e3-98f1-fc63a5cd4914",
"Status": "2e977d4d-c32a-4e59-9080-ce275d0b9568",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-03-15T06:10:28.9721216+04:00","ScheduleDateTo":"2026-03-15T06:10:28.9721216+04:00","DivisionId":"f767a7e6-7954-44d8-9191-9618695a3152","AssetId":"f21d46d6-99f3-4457-835d-54704fa5dcfc","BuildingId":"8ee31494-cf37-473a-896d-72e8c57eb7a5","SubBuildingId":"c8297723-4acc-41d6-bb2b-ebdca0243eed","LocationId":"872de8d3-46b4-4624-be2e-f006f13a190e","LevelId":"59baa8fd-32c1-4d07-953c-703fa199e84f","CategoryId":"3e938255-e403-49b0-95e6-dd1fccae23ed","SectorId":"77b2defd-a6b8-4daf-93c7-a508b119ca7a","SubSectorId":"04e4e93d-a00e-40e3-98f1-fc63a5cd4914","Status":"2e977d4d-c32a-4e59-9080-ce275d0b9568","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>f21d46d6-99f3-4457-835d-54704fa5dcfc</AssetId> <BuildingId>8ee31494-cf37-473a-896d-72e8c57eb7a5</BuildingId> <CategoryId>3e938255-e403-49b0-95e6-dd1fccae23ed</CategoryId> <DivisionId>f767a7e6-7954-44d8-9191-9618695a3152</DivisionId> <LevelId>59baa8fd-32c1-4d07-953c-703fa199e84f</LevelId> <LocationId>872de8d3-46b4-4624-be2e-f006f13a190e</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-03-15T06:10:28.9721216+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-03-15T06:10:28.9721216+04:00</ScheduleDateTo> <SectorId>77b2defd-a6b8-4daf-93c7-a508b119ca7a</SectorId> <Status>2e977d4d-c32a-4e59-9080-ce275d0b9568</Status> <SubBuildingId>c8297723-4acc-41d6-bb2b-ebdca0243eed</SubBuildingId> <SubSectorId>04e4e93d-a00e-40e3-98f1-fc63a5cd4914</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.