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-05-01T05:24:21.180657+04:00",
"ScheduleDateTo": "2026-05-01T05:24:21.180657+04:00",
"DivisionId": "44aa6373-eeb6-4d77-81a1-7bdad1b6d68f",
"AssetId": "bdff1668-eb31-482f-a1ea-979090f9bbd5",
"BuildingId": "40641292-75b6-4fca-8fee-2b4977aa418d",
"SubBuildingId": "2595c106-de3c-496f-ac20-64dcf1fc0797",
"LocationId": "f76124a6-138c-47c9-8705-05b03c522a39",
"LevelId": "1a159a10-9f47-4450-a0d1-ad5fb96bf8b1",
"CategoryId": "3d5dd651-09e7-4fd9-aa3b-4a19dee72ea0",
"SectorId": "5bd53c0b-475f-4f9c-88ee-8f2cd626e047",
"SubSectorId": "e40d1e34-41ae-4dc1-bd43-3a0e98146a04",
"Status": "f1bc3b3d-ccbf-4ea0-af09-b996b936c57d",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-05-01T05:24:21.180657+04:00","ScheduleDateTo":"2026-05-01T05:24:21.180657+04:00","DivisionId":"44aa6373-eeb6-4d77-81a1-7bdad1b6d68f","AssetId":"bdff1668-eb31-482f-a1ea-979090f9bbd5","BuildingId":"40641292-75b6-4fca-8fee-2b4977aa418d","SubBuildingId":"2595c106-de3c-496f-ac20-64dcf1fc0797","LocationId":"f76124a6-138c-47c9-8705-05b03c522a39","LevelId":"1a159a10-9f47-4450-a0d1-ad5fb96bf8b1","CategoryId":"3d5dd651-09e7-4fd9-aa3b-4a19dee72ea0","SectorId":"5bd53c0b-475f-4f9c-88ee-8f2cd626e047","SubSectorId":"e40d1e34-41ae-4dc1-bd43-3a0e98146a04","Status":"f1bc3b3d-ccbf-4ea0-af09-b996b936c57d","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>bdff1668-eb31-482f-a1ea-979090f9bbd5</AssetId> <BuildingId>40641292-75b6-4fca-8fee-2b4977aa418d</BuildingId> <CategoryId>3d5dd651-09e7-4fd9-aa3b-4a19dee72ea0</CategoryId> <DivisionId>44aa6373-eeb6-4d77-81a1-7bdad1b6d68f</DivisionId> <LevelId>1a159a10-9f47-4450-a0d1-ad5fb96bf8b1</LevelId> <LocationId>f76124a6-138c-47c9-8705-05b03c522a39</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-05-01T05:24:21.180657+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-05-01T05:24:21.180657+04:00</ScheduleDateTo> <SectorId>5bd53c0b-475f-4f9c-88ee-8f2cd626e047</SectorId> <Status>f1bc3b3d-ccbf-4ea0-af09-b996b936c57d</Status> <SubBuildingId>2595c106-de3c-496f-ac20-64dcf1fc0797</SubBuildingId> <SubSectorId>e40d1e34-41ae-4dc1-bd43-3a0e98146a04</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.