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-09-15T08:51:03.2402658+04:00",
"ScheduleDateTo": "2026-09-15T08:51:03.2402658+04:00",
"DivisionId": "3ec4f78f-1e8b-485e-9935-029d993bb1cc",
"AssetId": "8ed5a2ac-1bcf-4a26-8fa3-f695bcf25a1f",
"BuildingId": "855f7b6e-1eb4-4533-82a3-fe2ac614a792",
"SubBuildingId": "208ec46c-c22a-4af7-a31c-7e028a39d630",
"LocationId": "996726d3-092e-4b98-a0ee-44812702d484",
"LevelId": "c752dd6a-db60-4e2e-a083-b6900f9a7bfe",
"CategoryId": "f7270e56-4be4-4fa7-b773-462eda8ffddc",
"SectorId": "02c99596-cef0-4a52-9fce-cc3abe36bb61",
"SubSectorId": "9a9bb31c-0a05-4169-b7f7-ef68cff6cea5",
"Status": "c51ea93a-c6f6-417d-b425-fefc18186176",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-09-15T08:51:03.2402658+04:00","ScheduleDateTo":"2026-09-15T08:51:03.2402658+04:00","DivisionId":"3ec4f78f-1e8b-485e-9935-029d993bb1cc","AssetId":"8ed5a2ac-1bcf-4a26-8fa3-f695bcf25a1f","BuildingId":"855f7b6e-1eb4-4533-82a3-fe2ac614a792","SubBuildingId":"208ec46c-c22a-4af7-a31c-7e028a39d630","LocationId":"996726d3-092e-4b98-a0ee-44812702d484","LevelId":"c752dd6a-db60-4e2e-a083-b6900f9a7bfe","CategoryId":"f7270e56-4be4-4fa7-b773-462eda8ffddc","SectorId":"02c99596-cef0-4a52-9fce-cc3abe36bb61","SubSectorId":"9a9bb31c-0a05-4169-b7f7-ef68cff6cea5","Status":"c51ea93a-c6f6-417d-b425-fefc18186176","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>8ed5a2ac-1bcf-4a26-8fa3-f695bcf25a1f</AssetId> <BuildingId>855f7b6e-1eb4-4533-82a3-fe2ac614a792</BuildingId> <CategoryId>f7270e56-4be4-4fa7-b773-462eda8ffddc</CategoryId> <DivisionId>3ec4f78f-1e8b-485e-9935-029d993bb1cc</DivisionId> <LevelId>c752dd6a-db60-4e2e-a083-b6900f9a7bfe</LevelId> <LocationId>996726d3-092e-4b98-a0ee-44812702d484</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-09-15T08:51:03.2402658+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-09-15T08:51:03.2402658+04:00</ScheduleDateTo> <SectorId>02c99596-cef0-4a52-9fce-cc3abe36bb61</SectorId> <Status>c51ea93a-c6f6-417d-b425-fefc18186176</Status> <SubBuildingId>208ec46c-c22a-4af7-a31c-7e028a39d630</SubBuildingId> <SubSectorId>9a9bb31c-0a05-4169-b7f7-ef68cff6cea5</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.