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-07-12T11:47:47.0731308+04:00", "ScheduleDateTo": "2025-07-12T11:47:47.0731308+04:00", "DivisionId": "ed94145b-4c4d-49cd-a21f-84e8dc3276be", "AssetId": "b23837f4-2077-48b0-b9ae-758d249ae953", "BuildingId": "0a6bd5d1-5a5d-4b04-8f9f-567aeb4298e2", "SubBuildingId": "30c84998-2735-4cad-b824-487fc13afc09", "LocationId": "cbd5ddfd-31b3-4d55-85c0-66182b3caf92", "LevelId": "2eb717b6-f9c7-4b64-872a-4ddf3a785818", "CategoryId": "3500f21b-9473-44aa-8872-b8025af29ec0", "SectorId": "b30a7d54-0596-4dc8-bd21-1d2940fd33ee", "SubSectorId": "c43322fc-8ade-4bef-a04e-7c22d1fee511", "Status": "4e90d2de-e277-47b5-993a-c99b42371584", "WorkflowStatusIDs": "sample string 1", "ProjectAdminId": 1 }
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2025-07-12T11:47:47.0731308+04:00","ScheduleDateTo":"2025-07-12T11:47:47.0731308+04:00","DivisionId":"ed94145b-4c4d-49cd-a21f-84e8dc3276be","AssetId":"b23837f4-2077-48b0-b9ae-758d249ae953","BuildingId":"0a6bd5d1-5a5d-4b04-8f9f-567aeb4298e2","SubBuildingId":"30c84998-2735-4cad-b824-487fc13afc09","LocationId":"cbd5ddfd-31b3-4d55-85c0-66182b3caf92","LevelId":"2eb717b6-f9c7-4b64-872a-4ddf3a785818","CategoryId":"3500f21b-9473-44aa-8872-b8025af29ec0","SectorId":"b30a7d54-0596-4dc8-bd21-1d2940fd33ee","SubSectorId":"c43322fc-8ade-4bef-a04e-7c22d1fee511","Status":"4e90d2de-e277-47b5-993a-c99b42371584","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>b23837f4-2077-48b0-b9ae-758d249ae953</AssetId> <BuildingId>0a6bd5d1-5a5d-4b04-8f9f-567aeb4298e2</BuildingId> <CategoryId>3500f21b-9473-44aa-8872-b8025af29ec0</CategoryId> <DivisionId>ed94145b-4c4d-49cd-a21f-84e8dc3276be</DivisionId> <LevelId>2eb717b6-f9c7-4b64-872a-4ddf3a785818</LevelId> <LocationId>cbd5ddfd-31b3-4d55-85c0-66182b3caf92</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2025-07-12T11:47:47.0731308+04:00</ScheduleDateFrom> <ScheduleDateTo>2025-07-12T11:47:47.0731308+04:00</ScheduleDateTo> <SectorId>b30a7d54-0596-4dc8-bd21-1d2940fd33ee</SectorId> <Status>4e90d2de-e277-47b5-993a-c99b42371584</Status> <SubBuildingId>30c84998-2735-4cad-b824-487fc13afc09</SubBuildingId> <SubSectorId>c43322fc-8ade-4bef-a04e-7c22d1fee511</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.