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-08-01T01:22:47.430532+04:00",
"ScheduleDateTo": "2026-08-01T01:22:47.430532+04:00",
"DivisionId": "97a92f89-1424-41c3-8572-2f428fccc090",
"AssetId": "c9f097a9-8505-416e-9eb3-d06176c881d7",
"BuildingId": "bbf5ecf7-6c28-4b03-bae8-b78d212ad6f4",
"SubBuildingId": "1f556f6c-cd8b-4f4b-a746-9cc5e4f16991",
"LocationId": "07521465-7415-4896-9e02-43c100dc48c8",
"LevelId": "37e3b1fa-1150-413d-8dad-683afec21924",
"CategoryId": "e356b679-4dbb-4d4b-87a2-b331837ff800",
"SectorId": "edbb7fc4-9e74-4a7f-8a98-51c918f4ed66",
"SubSectorId": "21a1b952-3ec1-4943-bd5f-5b4af1266eef",
"Status": "b2159d3e-0537-4aa5-95fa-543ce451caea",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-08-01T01:22:47.430532+04:00","ScheduleDateTo":"2026-08-01T01:22:47.430532+04:00","DivisionId":"97a92f89-1424-41c3-8572-2f428fccc090","AssetId":"c9f097a9-8505-416e-9eb3-d06176c881d7","BuildingId":"bbf5ecf7-6c28-4b03-bae8-b78d212ad6f4","SubBuildingId":"1f556f6c-cd8b-4f4b-a746-9cc5e4f16991","LocationId":"07521465-7415-4896-9e02-43c100dc48c8","LevelId":"37e3b1fa-1150-413d-8dad-683afec21924","CategoryId":"e356b679-4dbb-4d4b-87a2-b331837ff800","SectorId":"edbb7fc4-9e74-4a7f-8a98-51c918f4ed66","SubSectorId":"21a1b952-3ec1-4943-bd5f-5b4af1266eef","Status":"b2159d3e-0537-4aa5-95fa-543ce451caea","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>c9f097a9-8505-416e-9eb3-d06176c881d7</AssetId> <BuildingId>bbf5ecf7-6c28-4b03-bae8-b78d212ad6f4</BuildingId> <CategoryId>e356b679-4dbb-4d4b-87a2-b331837ff800</CategoryId> <DivisionId>97a92f89-1424-41c3-8572-2f428fccc090</DivisionId> <LevelId>37e3b1fa-1150-413d-8dad-683afec21924</LevelId> <LocationId>07521465-7415-4896-9e02-43c100dc48c8</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-08-01T01:22:47.430532+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-08-01T01:22:47.430532+04:00</ScheduleDateTo> <SectorId>edbb7fc4-9e74-4a7f-8a98-51c918f4ed66</SectorId> <Status>b2159d3e-0537-4aa5-95fa-543ce451caea</Status> <SubBuildingId>1f556f6c-cd8b-4f4b-a746-9cc5e4f16991</SubBuildingId> <SubSectorId>21a1b952-3ec1-4943-bd5f-5b4af1266eef</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.