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-03-15T06:07:50.3559114+04:00",
"ScheduleDateTo": "2026-03-15T06:07:50.3559114+04:00",
"DivisionId": "55f5d024-7a6b-421b-a644-54dbc0c5010c",
"AssetId": "2a71b4a2-e799-423e-9605-830c9cabaf19",
"BuildingId": "6164d8bd-ca57-4eea-b020-15f39d56bd0b",
"SubBuildingId": "0e6b413e-479e-4771-9735-642c00cb058f",
"LocationId": "571418c7-00f8-4c78-a7c9-87ae41cdbb0c",
"LevelId": "7fda96e6-0837-4ed9-91cd-ab98c34c565d",
"CategoryId": "b64014bd-2348-44bc-a908-c5f40b93df4a",
"SectorId": "8e08cd81-5057-4fde-9177-f6244d5b7c4e",
"SubSectorId": "008713c8-1308-41fd-8ff2-25c0ac49e1df",
"Status": "8a782cbe-9bf5-4c44-b10b-2e47e3d293dc",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-03-15T06:07:50.3559114+04:00","ScheduleDateTo":"2026-03-15T06:07:50.3559114+04:00","DivisionId":"55f5d024-7a6b-421b-a644-54dbc0c5010c","AssetId":"2a71b4a2-e799-423e-9605-830c9cabaf19","BuildingId":"6164d8bd-ca57-4eea-b020-15f39d56bd0b","SubBuildingId":"0e6b413e-479e-4771-9735-642c00cb058f","LocationId":"571418c7-00f8-4c78-a7c9-87ae41cdbb0c","LevelId":"7fda96e6-0837-4ed9-91cd-ab98c34c565d","CategoryId":"b64014bd-2348-44bc-a908-c5f40b93df4a","SectorId":"8e08cd81-5057-4fde-9177-f6244d5b7c4e","SubSectorId":"008713c8-1308-41fd-8ff2-25c0ac49e1df","Status":"8a782cbe-9bf5-4c44-b10b-2e47e3d293dc","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>2a71b4a2-e799-423e-9605-830c9cabaf19</AssetId> <BuildingId>6164d8bd-ca57-4eea-b020-15f39d56bd0b</BuildingId> <CategoryId>b64014bd-2348-44bc-a908-c5f40b93df4a</CategoryId> <DivisionId>55f5d024-7a6b-421b-a644-54dbc0c5010c</DivisionId> <LevelId>7fda96e6-0837-4ed9-91cd-ab98c34c565d</LevelId> <LocationId>571418c7-00f8-4c78-a7c9-87ae41cdbb0c</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-03-15T06:07:50.3559114+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-03-15T06:07:50.3559114+04:00</ScheduleDateTo> <SectorId>8e08cd81-5057-4fde-9177-f6244d5b7c4e</SectorId> <Status>8a782cbe-9bf5-4c44-b10b-2e47e3d293dc</Status> <SubBuildingId>0e6b413e-479e-4771-9735-642c00cb058f</SubBuildingId> <SubSectorId>008713c8-1308-41fd-8ff2-25c0ac49e1df</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.