POST Api/ScheduleApi/ScheduleGetCategory
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-07-31T23:56:24.314908+04:00",
"ScheduleDateTo": "2026-07-31T23:56:24.314908+04:00",
"DivisionId": "c0e848d3-85dd-462e-ae99-d8bd5a8c699d",
"AssetId": "c51256ca-79de-437d-bca1-b28a3bbd514d",
"BuildingId": "30a0c20a-c1c1-4353-8206-ff22f9e0e789",
"SubBuildingId": "08d34efa-c4d1-499f-8312-f5225bc9eccf",
"LocationId": "c94dcec7-a5a5-4dab-bd4b-9a6bdd8ebe78",
"LevelId": "1ed3fd24-0b9a-4179-aae0-9681a0bc82ce",
"CategoryId": "980f8a12-dcd6-454a-8262-36c19fab5d9c",
"SectorId": "d4a34500-4efc-4232-8702-e7175ee72cf6",
"SubSectorId": "83be30ac-045d-4867-a40c-d4de5641a3a2",
"Status": "6fa4cc8b-1eff-44a5-8607-12b890f39bf2",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-07-31T23:56:24.314908+04:00","ScheduleDateTo":"2026-07-31T23:56:24.314908+04:00","DivisionId":"c0e848d3-85dd-462e-ae99-d8bd5a8c699d","AssetId":"c51256ca-79de-437d-bca1-b28a3bbd514d","BuildingId":"30a0c20a-c1c1-4353-8206-ff22f9e0e789","SubBuildingId":"08d34efa-c4d1-499f-8312-f5225bc9eccf","LocationId":"c94dcec7-a5a5-4dab-bd4b-9a6bdd8ebe78","LevelId":"1ed3fd24-0b9a-4179-aae0-9681a0bc82ce","CategoryId":"980f8a12-dcd6-454a-8262-36c19fab5d9c","SectorId":"d4a34500-4efc-4232-8702-e7175ee72cf6","SubSectorId":"83be30ac-045d-4867-a40c-d4de5641a3a2","Status":"6fa4cc8b-1eff-44a5-8607-12b890f39bf2","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>c51256ca-79de-437d-bca1-b28a3bbd514d</AssetId> <BuildingId>30a0c20a-c1c1-4353-8206-ff22f9e0e789</BuildingId> <CategoryId>980f8a12-dcd6-454a-8262-36c19fab5d9c</CategoryId> <DivisionId>c0e848d3-85dd-462e-ae99-d8bd5a8c699d</DivisionId> <LevelId>1ed3fd24-0b9a-4179-aae0-9681a0bc82ce</LevelId> <LocationId>c94dcec7-a5a5-4dab-bd4b-9a6bdd8ebe78</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-07-31T23:56:24.314908+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-07-31T23:56:24.314908+04:00</ScheduleDateTo> <SectorId>d4a34500-4efc-4232-8702-e7175ee72cf6</SectorId> <Status>6fa4cc8b-1eff-44a5-8607-12b890f39bf2</Status> <SubBuildingId>08d34efa-c4d1-499f-8312-f5225bc9eccf</SubBuildingId> <SubSectorId>83be30ac-045d-4867-a40c-d4de5641a3a2</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.