POST Api/ScheduleApi/GetScheduleCategoryForSubBuilding
Request Information
URI Parameters
None.
Body Parameters
ScheduleFilterationDTOName | 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-09-14T08:20:43.1450383+04:00", "ScheduleDateTo": "2025-09-14T08:20:43.1450383+04:00", "DivisionId": "20ddaf51-c601-4418-ae71-394c29aec0df", "AssetId": "aeb36fc9-b3b7-4884-88fd-e114d9f1602b", "BuildingId": "7e3b4164-f188-4b3e-85d9-2258bbfd6122", "SubBuildingId": "8540f769-b45a-418c-ba33-8bf8bc622806", "LocationId": "90dadcaf-2bbe-4029-a385-f75d3761df10", "LevelId": "ec6051d5-dad5-4180-8d6d-734d4aeac6d3", "CategoryId": "8886e590-3e32-408a-b6d4-735318ec47db", "SectorId": "b512cb3f-8dc3-4d4f-aa49-183ebb2e767d", "SubSectorId": "0db85cbd-b720-41a0-9747-ed834978b795", "Status": "2403d44d-19cd-4ed5-a5cd-ebffc48c873e", "WorkflowStatusIDs": "sample string 1", "ProjectAdminId": 1 }
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2025-09-14T08:20:43.1450383+04:00","ScheduleDateTo":"2025-09-14T08:20:43.1450383+04:00","DivisionId":"20ddaf51-c601-4418-ae71-394c29aec0df","AssetId":"aeb36fc9-b3b7-4884-88fd-e114d9f1602b","BuildingId":"7e3b4164-f188-4b3e-85d9-2258bbfd6122","SubBuildingId":"8540f769-b45a-418c-ba33-8bf8bc622806","LocationId":"90dadcaf-2bbe-4029-a385-f75d3761df10","LevelId":"ec6051d5-dad5-4180-8d6d-734d4aeac6d3","CategoryId":"8886e590-3e32-408a-b6d4-735318ec47db","SectorId":"b512cb3f-8dc3-4d4f-aa49-183ebb2e767d","SubSectorId":"0db85cbd-b720-41a0-9747-ed834978b795","Status":"2403d44d-19cd-4ed5-a5cd-ebffc48c873e","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>aeb36fc9-b3b7-4884-88fd-e114d9f1602b</AssetId> <BuildingId>7e3b4164-f188-4b3e-85d9-2258bbfd6122</BuildingId> <CategoryId>8886e590-3e32-408a-b6d4-735318ec47db</CategoryId> <DivisionId>20ddaf51-c601-4418-ae71-394c29aec0df</DivisionId> <LevelId>ec6051d5-dad5-4180-8d6d-734d4aeac6d3</LevelId> <LocationId>90dadcaf-2bbe-4029-a385-f75d3761df10</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2025-09-14T08:20:43.1450383+04:00</ScheduleDateFrom> <ScheduleDateTo>2025-09-14T08:20:43.1450383+04:00</ScheduleDateTo> <SectorId>b512cb3f-8dc3-4d4f-aa49-183ebb2e767d</SectorId> <Status>2403d44d-19cd-4ed5-a5cd-ebffc48c873e</Status> <SubBuildingId>8540f769-b45a-418c-ba33-8bf8bc622806</SubBuildingId> <SubSectorId>0db85cbd-b720-41a0-9747-ed834978b795</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.