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-05-25T20:02:46.3501561+04:00", "ScheduleDateTo": "2025-05-25T20:02:46.3501561+04:00", "DivisionId": "99e65da0-7e71-4c45-be22-0b02f7d8d688", "AssetId": "d42b6d56-081a-401b-b07b-d8c8a2d82d3b", "BuildingId": "7a554f45-1b59-4812-91c3-cbe7cb2364d9", "SubBuildingId": "6287df2f-9638-424c-8ff8-56f0b75d0d71", "LocationId": "a3e1beed-834b-441e-a6a4-cbb8a7c09407", "LevelId": "ee03d95f-000b-4036-9cfb-449b133ffa6b", "CategoryId": "174c7f78-dfef-4ee7-a3fb-8e31abc7d547", "SectorId": "88330611-1df8-44a4-9cba-88d61a4098ba", "SubSectorId": "1fe7f997-ae19-4c7b-b191-52e1f893fb55", "Status": "df6f9502-851b-4bd2-9f56-3bebcac1af93", "WorkflowStatusIDs": "sample string 1", "ProjectAdminId": 1 }
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2025-05-25T20:02:46.3501561+04:00","ScheduleDateTo":"2025-05-25T20:02:46.3501561+04:00","DivisionId":"99e65da0-7e71-4c45-be22-0b02f7d8d688","AssetId":"d42b6d56-081a-401b-b07b-d8c8a2d82d3b","BuildingId":"7a554f45-1b59-4812-91c3-cbe7cb2364d9","SubBuildingId":"6287df2f-9638-424c-8ff8-56f0b75d0d71","LocationId":"a3e1beed-834b-441e-a6a4-cbb8a7c09407","LevelId":"ee03d95f-000b-4036-9cfb-449b133ffa6b","CategoryId":"174c7f78-dfef-4ee7-a3fb-8e31abc7d547","SectorId":"88330611-1df8-44a4-9cba-88d61a4098ba","SubSectorId":"1fe7f997-ae19-4c7b-b191-52e1f893fb55","Status":"df6f9502-851b-4bd2-9f56-3bebcac1af93","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>d42b6d56-081a-401b-b07b-d8c8a2d82d3b</AssetId> <BuildingId>7a554f45-1b59-4812-91c3-cbe7cb2364d9</BuildingId> <CategoryId>174c7f78-dfef-4ee7-a3fb-8e31abc7d547</CategoryId> <DivisionId>99e65da0-7e71-4c45-be22-0b02f7d8d688</DivisionId> <LevelId>ee03d95f-000b-4036-9cfb-449b133ffa6b</LevelId> <LocationId>a3e1beed-834b-441e-a6a4-cbb8a7c09407</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2025-05-25T20:02:46.3501561+04:00</ScheduleDateFrom> <ScheduleDateTo>2025-05-25T20:02:46.3501561+04:00</ScheduleDateTo> <SectorId>88330611-1df8-44a4-9cba-88d61a4098ba</SectorId> <Status>df6f9502-851b-4bd2-9f56-3bebcac1af93</Status> <SubBuildingId>6287df2f-9638-424c-8ff8-56f0b75d0d71</SubBuildingId> <SubSectorId>1fe7f997-ae19-4c7b-b191-52e1f893fb55</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.