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-06-15T21:12:09.2891348+04:00",
"ScheduleDateTo": "2026-06-15T21:12:09.2891348+04:00",
"DivisionId": "fbdb8aae-409a-4737-b78e-1841066f25be",
"AssetId": "fa37df19-b43f-405b-abbe-3b901fcb6e16",
"BuildingId": "0a629b51-9b06-4aa9-8de8-6590fc05a7bf",
"SubBuildingId": "49f34a5d-3cf7-41f0-b476-022bd2d9c9f8",
"LocationId": "ff5a79c4-21cf-43e8-aa28-b59ac4364042",
"LevelId": "53d57c12-e893-465b-a5d7-009fe90cd6bf",
"CategoryId": "e5e495f4-e294-43be-ba95-e0cd5798daa6",
"SectorId": "64e48f25-b7be-46ce-854f-200765484c8a",
"SubSectorId": "88b61128-e38d-407d-afee-60542f6b7f95",
"Status": "7ffad6bc-721e-491e-b5e0-db8f3599dc83",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-06-15T21:12:09.2891348+04:00","ScheduleDateTo":"2026-06-15T21:12:09.2891348+04:00","DivisionId":"fbdb8aae-409a-4737-b78e-1841066f25be","AssetId":"fa37df19-b43f-405b-abbe-3b901fcb6e16","BuildingId":"0a629b51-9b06-4aa9-8de8-6590fc05a7bf","SubBuildingId":"49f34a5d-3cf7-41f0-b476-022bd2d9c9f8","LocationId":"ff5a79c4-21cf-43e8-aa28-b59ac4364042","LevelId":"53d57c12-e893-465b-a5d7-009fe90cd6bf","CategoryId":"e5e495f4-e294-43be-ba95-e0cd5798daa6","SectorId":"64e48f25-b7be-46ce-854f-200765484c8a","SubSectorId":"88b61128-e38d-407d-afee-60542f6b7f95","Status":"7ffad6bc-721e-491e-b5e0-db8f3599dc83","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>fa37df19-b43f-405b-abbe-3b901fcb6e16</AssetId> <BuildingId>0a629b51-9b06-4aa9-8de8-6590fc05a7bf</BuildingId> <CategoryId>e5e495f4-e294-43be-ba95-e0cd5798daa6</CategoryId> <DivisionId>fbdb8aae-409a-4737-b78e-1841066f25be</DivisionId> <LevelId>53d57c12-e893-465b-a5d7-009fe90cd6bf</LevelId> <LocationId>ff5a79c4-21cf-43e8-aa28-b59ac4364042</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-06-15T21:12:09.2891348+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-06-15T21:12:09.2891348+04:00</ScheduleDateTo> <SectorId>64e48f25-b7be-46ce-854f-200765484c8a</SectorId> <Status>7ffad6bc-721e-491e-b5e0-db8f3599dc83</Status> <SubBuildingId>49f34a5d-3cf7-41f0-b476-022bd2d9c9f8</SubBuildingId> <SubSectorId>88b61128-e38d-407d-afee-60542f6b7f95</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.