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-07-12T11:14:33.295499+04:00", "ScheduleDateTo": "2025-07-12T11:14:33.295499+04:00", "DivisionId": "71b5413d-b462-4154-8201-ca148deec0a8", "AssetId": "523ec7ca-e934-4f33-ae94-0148038c9a0b", "BuildingId": "959569eb-f0e9-4341-976e-3394213d68fa", "SubBuildingId": "4a64cd54-6b13-4c01-a5bb-3fb121b4a59b", "LocationId": "9bc5f8c0-476e-4f10-a508-161e6400a3fc", "LevelId": "0f23319d-3cc6-4009-910a-713b1f9a8857", "CategoryId": "3faa8e4d-0e87-4f33-8286-b478aae460da", "SectorId": "1474223e-017d-4a04-b58d-7f0813a740e5", "SubSectorId": "a197a87e-dc9e-46cf-9cbd-807e41800dc4", "Status": "150d1272-724c-4b68-b255-88abe2cc8bbc", "WorkflowStatusIDs": "sample string 1", "ProjectAdminId": 1 }
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2025-07-12T11:14:33.295499+04:00","ScheduleDateTo":"2025-07-12T11:14:33.295499+04:00","DivisionId":"71b5413d-b462-4154-8201-ca148deec0a8","AssetId":"523ec7ca-e934-4f33-ae94-0148038c9a0b","BuildingId":"959569eb-f0e9-4341-976e-3394213d68fa","SubBuildingId":"4a64cd54-6b13-4c01-a5bb-3fb121b4a59b","LocationId":"9bc5f8c0-476e-4f10-a508-161e6400a3fc","LevelId":"0f23319d-3cc6-4009-910a-713b1f9a8857","CategoryId":"3faa8e4d-0e87-4f33-8286-b478aae460da","SectorId":"1474223e-017d-4a04-b58d-7f0813a740e5","SubSectorId":"a197a87e-dc9e-46cf-9cbd-807e41800dc4","Status":"150d1272-724c-4b68-b255-88abe2cc8bbc","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>523ec7ca-e934-4f33-ae94-0148038c9a0b</AssetId> <BuildingId>959569eb-f0e9-4341-976e-3394213d68fa</BuildingId> <CategoryId>3faa8e4d-0e87-4f33-8286-b478aae460da</CategoryId> <DivisionId>71b5413d-b462-4154-8201-ca148deec0a8</DivisionId> <LevelId>0f23319d-3cc6-4009-910a-713b1f9a8857</LevelId> <LocationId>9bc5f8c0-476e-4f10-a508-161e6400a3fc</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2025-07-12T11:14:33.295499+04:00</ScheduleDateFrom> <ScheduleDateTo>2025-07-12T11:14:33.295499+04:00</ScheduleDateTo> <SectorId>1474223e-017d-4a04-b58d-7f0813a740e5</SectorId> <Status>150d1272-724c-4b68-b255-88abe2cc8bbc</Status> <SubBuildingId>4a64cd54-6b13-4c01-a5bb-3fb121b4a59b</SubBuildingId> <SubSectorId>a197a87e-dc9e-46cf-9cbd-807e41800dc4</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.