POST Api/ScheduleApi/ScheduleGetCategory
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:37:05.9551686+04:00", "ScheduleDateTo": "2025-05-25T20:37:05.9551686+04:00", "DivisionId": "acaf4a05-fa2f-481a-9560-df4aae92ebe7", "AssetId": "c85ff645-7448-43df-adef-3f2804f9eec4", "BuildingId": "ed11275e-5325-409a-afbc-ea3e7f63cb5b", "SubBuildingId": "4ced3511-b625-4ce0-8530-086ee286eff2", "LocationId": "ec227ee9-30df-4cc9-8090-60d087b7620a", "LevelId": "2f52f34b-c7b6-4cc5-a08f-80a4fb841d63", "CategoryId": "5f55c188-bde3-4049-b05a-52ee6eea422d", "SectorId": "85474559-d710-45dd-8e20-417a37a7a2b0", "SubSectorId": "6b9f1a0f-c30f-4a30-8c82-d4b766114631", "Status": "d213a536-fb3b-41d0-9e19-61f6ea807754", "WorkflowStatusIDs": "sample string 1", "ProjectAdminId": 1 }
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2025-05-25T20:37:05.9551686+04:00","ScheduleDateTo":"2025-05-25T20:37:05.9551686+04:00","DivisionId":"acaf4a05-fa2f-481a-9560-df4aae92ebe7","AssetId":"c85ff645-7448-43df-adef-3f2804f9eec4","BuildingId":"ed11275e-5325-409a-afbc-ea3e7f63cb5b","SubBuildingId":"4ced3511-b625-4ce0-8530-086ee286eff2","LocationId":"ec227ee9-30df-4cc9-8090-60d087b7620a","LevelId":"2f52f34b-c7b6-4cc5-a08f-80a4fb841d63","CategoryId":"5f55c188-bde3-4049-b05a-52ee6eea422d","SectorId":"85474559-d710-45dd-8e20-417a37a7a2b0","SubSectorId":"6b9f1a0f-c30f-4a30-8c82-d4b766114631","Status":"d213a536-fb3b-41d0-9e19-61f6ea807754","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>c85ff645-7448-43df-adef-3f2804f9eec4</AssetId> <BuildingId>ed11275e-5325-409a-afbc-ea3e7f63cb5b</BuildingId> <CategoryId>5f55c188-bde3-4049-b05a-52ee6eea422d</CategoryId> <DivisionId>acaf4a05-fa2f-481a-9560-df4aae92ebe7</DivisionId> <LevelId>2f52f34b-c7b6-4cc5-a08f-80a4fb841d63</LevelId> <LocationId>ec227ee9-30df-4cc9-8090-60d087b7620a</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2025-05-25T20:37:05.9551686+04:00</ScheduleDateFrom> <ScheduleDateTo>2025-05-25T20:37:05.9551686+04:00</ScheduleDateTo> <SectorId>85474559-d710-45dd-8e20-417a37a7a2b0</SectorId> <Status>d213a536-fb3b-41d0-9e19-61f6ea807754</Status> <SubBuildingId>4ced3511-b625-4ce0-8530-086ee286eff2</SubBuildingId> <SubSectorId>6b9f1a0f-c30f-4a30-8c82-d4b766114631</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.