POST Api/ScheduleApi/GetScheduleCategoryForSubBuilding
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-09-15T08:49:31.3515867+04:00",
"ScheduleDateTo": "2026-09-15T08:49:31.3515867+04:00",
"DivisionId": "7753cfe0-d54f-4db6-ad52-5818373842bd",
"AssetId": "b5c8e405-d123-4c6f-979d-9be9f3ea9e3e",
"BuildingId": "2bea1db0-6c2d-4a39-b040-76e528d0c9a0",
"SubBuildingId": "2292c5f3-2dd6-491b-ac3c-b0b591b18edb",
"LocationId": "58abbba6-6831-4041-a00d-d8c2344f2044",
"LevelId": "53fc07c7-dc3a-4b8e-959d-80377f490d71",
"CategoryId": "875fd1ad-a058-4ed8-8e4a-864d76b9f72a",
"SectorId": "d5f44dac-75cd-4117-b690-10cfa7a06a06",
"SubSectorId": "11e59009-d3fe-4f26-bff8-57ba7a886a9d",
"Status": "b03ebe6f-4719-480a-a6db-715fc81c1983",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-09-15T08:49:31.3515867+04:00","ScheduleDateTo":"2026-09-15T08:49:31.3515867+04:00","DivisionId":"7753cfe0-d54f-4db6-ad52-5818373842bd","AssetId":"b5c8e405-d123-4c6f-979d-9be9f3ea9e3e","BuildingId":"2bea1db0-6c2d-4a39-b040-76e528d0c9a0","SubBuildingId":"2292c5f3-2dd6-491b-ac3c-b0b591b18edb","LocationId":"58abbba6-6831-4041-a00d-d8c2344f2044","LevelId":"53fc07c7-dc3a-4b8e-959d-80377f490d71","CategoryId":"875fd1ad-a058-4ed8-8e4a-864d76b9f72a","SectorId":"d5f44dac-75cd-4117-b690-10cfa7a06a06","SubSectorId":"11e59009-d3fe-4f26-bff8-57ba7a886a9d","Status":"b03ebe6f-4719-480a-a6db-715fc81c1983","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>b5c8e405-d123-4c6f-979d-9be9f3ea9e3e</AssetId> <BuildingId>2bea1db0-6c2d-4a39-b040-76e528d0c9a0</BuildingId> <CategoryId>875fd1ad-a058-4ed8-8e4a-864d76b9f72a</CategoryId> <DivisionId>7753cfe0-d54f-4db6-ad52-5818373842bd</DivisionId> <LevelId>53fc07c7-dc3a-4b8e-959d-80377f490d71</LevelId> <LocationId>58abbba6-6831-4041-a00d-d8c2344f2044</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-09-15T08:49:31.3515867+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-09-15T08:49:31.3515867+04:00</ScheduleDateTo> <SectorId>d5f44dac-75cd-4117-b690-10cfa7a06a06</SectorId> <Status>b03ebe6f-4719-480a-a6db-715fc81c1983</Status> <SubBuildingId>2292c5f3-2dd6-491b-ac3c-b0b591b18edb</SubBuildingId> <SubSectorId>11e59009-d3fe-4f26-bff8-57ba7a886a9d</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.