POST Api/ScheduleApi/GetScheduleCategorynohierrarchy
Request Information
URI Parameters
None.
Body Parameters
ScheduleFilterationDTOName | 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": "2025-07-12T12:09:46.9078+04:00", "ScheduleDateTo": "2025-07-12T12:09:46.9078+04:00", "DivisionId": "a14e0273-304a-4e64-8cf7-4b8875a8b09c", "AssetId": "474bf23d-cc18-4d5b-aa3d-2c805485a4b6", "BuildingId": "f788f9bc-2ec9-4226-bcac-5828074f8b42", "SubBuildingId": "a1b7f83c-0125-41ed-b57d-b5cb1e89391d", "LocationId": "d40d97b4-cdc0-491a-b298-bc08bd8f5f3f", "LevelId": "0ce22bb7-b91b-4b05-832d-e7ed75d514ea", "CategoryId": "fefcfe2d-12a2-4afd-9559-8b13a8d4c522", "SectorId": "4133bf80-0dfd-4a4b-9159-4324b5cac587", "SubSectorId": "00a32fda-7af1-4e97-8bd9-d8a0241f1fa3", "Status": "cc7ae3fa-a1cc-4248-86b5-60e7bf524ab5", "WorkflowStatusIDs": "sample string 1", "ProjectAdminId": 1 }
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2025-07-12T12:09:46.9078+04:00","ScheduleDateTo":"2025-07-12T12:09:46.9078+04:00","DivisionId":"a14e0273-304a-4e64-8cf7-4b8875a8b09c","AssetId":"474bf23d-cc18-4d5b-aa3d-2c805485a4b6","BuildingId":"f788f9bc-2ec9-4226-bcac-5828074f8b42","SubBuildingId":"a1b7f83c-0125-41ed-b57d-b5cb1e89391d","LocationId":"d40d97b4-cdc0-491a-b298-bc08bd8f5f3f","LevelId":"0ce22bb7-b91b-4b05-832d-e7ed75d514ea","CategoryId":"fefcfe2d-12a2-4afd-9559-8b13a8d4c522","SectorId":"4133bf80-0dfd-4a4b-9159-4324b5cac587","SubSectorId":"00a32fda-7af1-4e97-8bd9-d8a0241f1fa3","Status":"cc7ae3fa-a1cc-4248-86b5-60e7bf524ab5","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>474bf23d-cc18-4d5b-aa3d-2c805485a4b6</AssetId> <BuildingId>f788f9bc-2ec9-4226-bcac-5828074f8b42</BuildingId> <CategoryId>fefcfe2d-12a2-4afd-9559-8b13a8d4c522</CategoryId> <DivisionId>a14e0273-304a-4e64-8cf7-4b8875a8b09c</DivisionId> <LevelId>0ce22bb7-b91b-4b05-832d-e7ed75d514ea</LevelId> <LocationId>d40d97b4-cdc0-491a-b298-bc08bd8f5f3f</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2025-07-12T12:09:46.9078+04:00</ScheduleDateFrom> <ScheduleDateTo>2025-07-12T12:09:46.9078+04:00</ScheduleDateTo> <SectorId>4133bf80-0dfd-4a4b-9159-4324b5cac587</SectorId> <Status>cc7ae3fa-a1cc-4248-86b5-60e7bf524ab5</Status> <SubBuildingId>a1b7f83c-0125-41ed-b57d-b5cb1e89391d</SubBuildingId> <SubSectorId>00a32fda-7af1-4e97-8bd9-d8a0241f1fa3</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.