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-05-01T05:23:44.2979088+04:00",
"ScheduleDateTo": "2026-05-01T05:23:44.2979088+04:00",
"DivisionId": "6b9c97c1-a621-4a4b-8f36-c35b85cc09a9",
"AssetId": "4851ab8a-aad7-460e-bf19-e4cafc2d44d8",
"BuildingId": "55d48e81-3564-4735-92b8-05b2170bc8ee",
"SubBuildingId": "f1167b1a-41b2-4695-b519-237ae38b71b0",
"LocationId": "0cb058a8-4792-4d2d-a27f-3300f2ad04de",
"LevelId": "c81d4001-6d8f-40e6-ab91-18afe6f35124",
"CategoryId": "020bb7a4-753c-4e21-8c30-e6fd9d488bf0",
"SectorId": "69c2d2af-5275-4303-b48c-94d345675dfa",
"SubSectorId": "24e4a2fd-7973-4f74-8de1-146824c3da51",
"Status": "a34fbca5-d688-441f-b6f6-72edccafbf3e",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-05-01T05:23:44.2979088+04:00","ScheduleDateTo":"2026-05-01T05:23:44.2979088+04:00","DivisionId":"6b9c97c1-a621-4a4b-8f36-c35b85cc09a9","AssetId":"4851ab8a-aad7-460e-bf19-e4cafc2d44d8","BuildingId":"55d48e81-3564-4735-92b8-05b2170bc8ee","SubBuildingId":"f1167b1a-41b2-4695-b519-237ae38b71b0","LocationId":"0cb058a8-4792-4d2d-a27f-3300f2ad04de","LevelId":"c81d4001-6d8f-40e6-ab91-18afe6f35124","CategoryId":"020bb7a4-753c-4e21-8c30-e6fd9d488bf0","SectorId":"69c2d2af-5275-4303-b48c-94d345675dfa","SubSectorId":"24e4a2fd-7973-4f74-8de1-146824c3da51","Status":"a34fbca5-d688-441f-b6f6-72edccafbf3e","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>4851ab8a-aad7-460e-bf19-e4cafc2d44d8</AssetId> <BuildingId>55d48e81-3564-4735-92b8-05b2170bc8ee</BuildingId> <CategoryId>020bb7a4-753c-4e21-8c30-e6fd9d488bf0</CategoryId> <DivisionId>6b9c97c1-a621-4a4b-8f36-c35b85cc09a9</DivisionId> <LevelId>c81d4001-6d8f-40e6-ab91-18afe6f35124</LevelId> <LocationId>0cb058a8-4792-4d2d-a27f-3300f2ad04de</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-05-01T05:23:44.2979088+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-05-01T05:23:44.2979088+04:00</ScheduleDateTo> <SectorId>69c2d2af-5275-4303-b48c-94d345675dfa</SectorId> <Status>a34fbca5-d688-441f-b6f6-72edccafbf3e</Status> <SubBuildingId>f1167b1a-41b2-4695-b519-237ae38b71b0</SubBuildingId> <SubSectorId>24e4a2fd-7973-4f74-8de1-146824c3da51</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.