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": "2025-10-30T10:09:06.3028128+04:00",
"ScheduleDateTo": "2025-10-30T10:09:06.3028128+04:00",
"DivisionId": "009742e9-49f5-43f5-86ac-e3bf75b65341",
"AssetId": "3868eb0e-5ab6-4c21-96c2-a02add1b2fe0",
"BuildingId": "17cd4299-720a-41eb-b2e7-b48b881ddb7e",
"SubBuildingId": "4da9d039-70e8-4271-964e-44f631225873",
"LocationId": "bb2a0ee3-5784-4711-a606-eda0365fdd95",
"LevelId": "2270b6ca-646c-4f8c-a6b5-ab9759d5c871",
"CategoryId": "db4881ba-62b6-4123-8410-61d594727756",
"SectorId": "68813659-a71f-4e3e-902f-a2c1ff7a3547",
"SubSectorId": "d428d5e5-8ca9-4ce9-88cb-35e05503d5ef",
"Status": "675419b0-23ba-4bef-966b-bd9539ad127d",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2025-10-30T10:09:06.3028128+04:00","ScheduleDateTo":"2025-10-30T10:09:06.3028128+04:00","DivisionId":"009742e9-49f5-43f5-86ac-e3bf75b65341","AssetId":"3868eb0e-5ab6-4c21-96c2-a02add1b2fe0","BuildingId":"17cd4299-720a-41eb-b2e7-b48b881ddb7e","SubBuildingId":"4da9d039-70e8-4271-964e-44f631225873","LocationId":"bb2a0ee3-5784-4711-a606-eda0365fdd95","LevelId":"2270b6ca-646c-4f8c-a6b5-ab9759d5c871","CategoryId":"db4881ba-62b6-4123-8410-61d594727756","SectorId":"68813659-a71f-4e3e-902f-a2c1ff7a3547","SubSectorId":"d428d5e5-8ca9-4ce9-88cb-35e05503d5ef","Status":"675419b0-23ba-4bef-966b-bd9539ad127d","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>3868eb0e-5ab6-4c21-96c2-a02add1b2fe0</AssetId> <BuildingId>17cd4299-720a-41eb-b2e7-b48b881ddb7e</BuildingId> <CategoryId>db4881ba-62b6-4123-8410-61d594727756</CategoryId> <DivisionId>009742e9-49f5-43f5-86ac-e3bf75b65341</DivisionId> <LevelId>2270b6ca-646c-4f8c-a6b5-ab9759d5c871</LevelId> <LocationId>bb2a0ee3-5784-4711-a606-eda0365fdd95</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2025-10-30T10:09:06.3028128+04:00</ScheduleDateFrom> <ScheduleDateTo>2025-10-30T10:09:06.3028128+04:00</ScheduleDateTo> <SectorId>68813659-a71f-4e3e-902f-a2c1ff7a3547</SectorId> <Status>675419b0-23ba-4bef-966b-bd9539ad127d</Status> <SubBuildingId>4da9d039-70e8-4271-964e-44f631225873</SubBuildingId> <SubSectorId>d428d5e5-8ca9-4ce9-88cb-35e05503d5ef</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.