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-07-31T23:56:41.7324153+04:00",
"ScheduleDateTo": "2026-07-31T23:56:41.7324153+04:00",
"DivisionId": "83c22f76-14f5-4137-b55e-b031a9d300bb",
"AssetId": "011da66a-9e57-44f6-a16d-ed037f960036",
"BuildingId": "2b383668-e548-482f-8102-38fef36ffcc7",
"SubBuildingId": "71c92492-4dbc-4b97-a2c0-1dbf3e6d0f89",
"LocationId": "3645954f-be7c-406c-a6af-60fb02c908a7",
"LevelId": "ba2cd632-1d27-4326-9da2-301e4de920e9",
"CategoryId": "0388af99-ab71-4749-8cfd-6d137fb2110b",
"SectorId": "d5977485-19c9-4fce-9488-a4cc79695ccc",
"SubSectorId": "b6ddfb34-5371-44f9-8588-0cc2aa4f9303",
"Status": "6c2449a4-7aea-4a6b-8808-9ad98e575dc7",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-07-31T23:56:41.7324153+04:00","ScheduleDateTo":"2026-07-31T23:56:41.7324153+04:00","DivisionId":"83c22f76-14f5-4137-b55e-b031a9d300bb","AssetId":"011da66a-9e57-44f6-a16d-ed037f960036","BuildingId":"2b383668-e548-482f-8102-38fef36ffcc7","SubBuildingId":"71c92492-4dbc-4b97-a2c0-1dbf3e6d0f89","LocationId":"3645954f-be7c-406c-a6af-60fb02c908a7","LevelId":"ba2cd632-1d27-4326-9da2-301e4de920e9","CategoryId":"0388af99-ab71-4749-8cfd-6d137fb2110b","SectorId":"d5977485-19c9-4fce-9488-a4cc79695ccc","SubSectorId":"b6ddfb34-5371-44f9-8588-0cc2aa4f9303","Status":"6c2449a4-7aea-4a6b-8808-9ad98e575dc7","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>011da66a-9e57-44f6-a16d-ed037f960036</AssetId> <BuildingId>2b383668-e548-482f-8102-38fef36ffcc7</BuildingId> <CategoryId>0388af99-ab71-4749-8cfd-6d137fb2110b</CategoryId> <DivisionId>83c22f76-14f5-4137-b55e-b031a9d300bb</DivisionId> <LevelId>ba2cd632-1d27-4326-9da2-301e4de920e9</LevelId> <LocationId>3645954f-be7c-406c-a6af-60fb02c908a7</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-07-31T23:56:41.7324153+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-07-31T23:56:41.7324153+04:00</ScheduleDateTo> <SectorId>d5977485-19c9-4fce-9488-a4cc79695ccc</SectorId> <Status>6c2449a4-7aea-4a6b-8808-9ad98e575dc7</Status> <SubBuildingId>71c92492-4dbc-4b97-a2c0-1dbf3e6d0f89</SubBuildingId> <SubSectorId>b6ddfb34-5371-44f9-8588-0cc2aa4f9303</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.