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-08-01T01:22:25.2967193+04:00",
"ScheduleDateTo": "2026-08-01T01:22:25.2967193+04:00",
"DivisionId": "9dde7254-9743-4040-bd99-240e703433be",
"AssetId": "bf7333ba-e35f-4e28-8430-a5080cf54da8",
"BuildingId": "4830a7e3-b9d3-4344-9dc6-9bd2777dd820",
"SubBuildingId": "27c918f3-4055-4935-982e-4e0e90fd58e9",
"LocationId": "999a1dea-cecb-4044-9ee1-efca43cf70a0",
"LevelId": "573a9132-48ce-4891-b24a-7073c3b50055",
"CategoryId": "99cdd5d2-b65a-4ec1-a17e-4a663060a264",
"SectorId": "4b305b86-bc6b-4d21-9b59-9573095da780",
"SubSectorId": "fc83170f-d16a-4c8d-874d-a07805c6b914",
"Status": "356a3387-096a-4edf-955f-ebdca801c951",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-08-01T01:22:25.2967193+04:00","ScheduleDateTo":"2026-08-01T01:22:25.2967193+04:00","DivisionId":"9dde7254-9743-4040-bd99-240e703433be","AssetId":"bf7333ba-e35f-4e28-8430-a5080cf54da8","BuildingId":"4830a7e3-b9d3-4344-9dc6-9bd2777dd820","SubBuildingId":"27c918f3-4055-4935-982e-4e0e90fd58e9","LocationId":"999a1dea-cecb-4044-9ee1-efca43cf70a0","LevelId":"573a9132-48ce-4891-b24a-7073c3b50055","CategoryId":"99cdd5d2-b65a-4ec1-a17e-4a663060a264","SectorId":"4b305b86-bc6b-4d21-9b59-9573095da780","SubSectorId":"fc83170f-d16a-4c8d-874d-a07805c6b914","Status":"356a3387-096a-4edf-955f-ebdca801c951","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>bf7333ba-e35f-4e28-8430-a5080cf54da8</AssetId> <BuildingId>4830a7e3-b9d3-4344-9dc6-9bd2777dd820</BuildingId> <CategoryId>99cdd5d2-b65a-4ec1-a17e-4a663060a264</CategoryId> <DivisionId>9dde7254-9743-4040-bd99-240e703433be</DivisionId> <LevelId>573a9132-48ce-4891-b24a-7073c3b50055</LevelId> <LocationId>999a1dea-cecb-4044-9ee1-efca43cf70a0</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-08-01T01:22:25.2967193+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-08-01T01:22:25.2967193+04:00</ScheduleDateTo> <SectorId>4b305b86-bc6b-4d21-9b59-9573095da780</SectorId> <Status>356a3387-096a-4edf-955f-ebdca801c951</Status> <SubBuildingId>27c918f3-4055-4935-982e-4e0e90fd58e9</SubBuildingId> <SubSectorId>fc83170f-d16a-4c8d-874d-a07805c6b914</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.