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-09-15T08:50:42.9501562+04:00",
"ScheduleDateTo": "2026-09-15T08:50:42.9501562+04:00",
"DivisionId": "76238dd7-d4ab-4e09-a544-f3461f495249",
"AssetId": "de37ad45-20a6-4f7e-8138-65905e144382",
"BuildingId": "435f61aa-dbf3-4cbc-a79f-365e1f1d866c",
"SubBuildingId": "ccac642e-03c5-4654-acf0-b1712d48fde0",
"LocationId": "c068f81f-6286-4ab5-bede-f711e5b4fbf6",
"LevelId": "9bd6e185-cb5e-471a-9a99-dd1b69f39962",
"CategoryId": "c661aea1-930a-4511-a425-97f3a4eec6cf",
"SectorId": "21ce8b6c-bc98-422f-a418-99b6c3073443",
"SubSectorId": "7a9cb4cc-a910-4a0d-b743-83b31b894c28",
"Status": "479d5cdc-bf0f-469e-8799-a1dadc7282b3",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-09-15T08:50:42.9501562+04:00","ScheduleDateTo":"2026-09-15T08:50:42.9501562+04:00","DivisionId":"76238dd7-d4ab-4e09-a544-f3461f495249","AssetId":"de37ad45-20a6-4f7e-8138-65905e144382","BuildingId":"435f61aa-dbf3-4cbc-a79f-365e1f1d866c","SubBuildingId":"ccac642e-03c5-4654-acf0-b1712d48fde0","LocationId":"c068f81f-6286-4ab5-bede-f711e5b4fbf6","LevelId":"9bd6e185-cb5e-471a-9a99-dd1b69f39962","CategoryId":"c661aea1-930a-4511-a425-97f3a4eec6cf","SectorId":"21ce8b6c-bc98-422f-a418-99b6c3073443","SubSectorId":"7a9cb4cc-a910-4a0d-b743-83b31b894c28","Status":"479d5cdc-bf0f-469e-8799-a1dadc7282b3","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>de37ad45-20a6-4f7e-8138-65905e144382</AssetId> <BuildingId>435f61aa-dbf3-4cbc-a79f-365e1f1d866c</BuildingId> <CategoryId>c661aea1-930a-4511-a425-97f3a4eec6cf</CategoryId> <DivisionId>76238dd7-d4ab-4e09-a544-f3461f495249</DivisionId> <LevelId>9bd6e185-cb5e-471a-9a99-dd1b69f39962</LevelId> <LocationId>c068f81f-6286-4ab5-bede-f711e5b4fbf6</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-09-15T08:50:42.9501562+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-09-15T08:50:42.9501562+04:00</ScheduleDateTo> <SectorId>21ce8b6c-bc98-422f-a418-99b6c3073443</SectorId> <Status>479d5cdc-bf0f-469e-8799-a1dadc7282b3</Status> <SubBuildingId>ccac642e-03c5-4654-acf0-b1712d48fde0</SubBuildingId> <SubSectorId>7a9cb4cc-a910-4a0d-b743-83b31b894c28</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.