POST Api/ScheduleApi/GetScheduleCategorynohierrarchy
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:13:27.823614+04:00",
"ScheduleDateTo": "2026-06-15T21:13:27.823614+04:00",
"DivisionId": "be0c8bd9-2af1-4771-ad89-4f0ad6ba29f4",
"AssetId": "a093afa1-d215-4ed8-b483-6ade86f51268",
"BuildingId": "0bb16a59-2861-4b6c-ae7b-cebd2aa678ae",
"SubBuildingId": "a07d4143-1bc9-4315-9ae6-6347a0bba74f",
"LocationId": "0934f4fc-0dfe-464c-89f0-2feadb34e880",
"LevelId": "a87b75b3-63a2-4451-a227-28eb28a249cb",
"CategoryId": "47047af1-90af-40cc-928c-ef861236a8f3",
"SectorId": "c233309b-81a9-4324-b2da-8bc4ab3b44aa",
"SubSectorId": "5a262afb-7852-4858-bb36-163946be823a",
"Status": "810df7be-1a00-466e-a97b-59ca142c3e47",
"WorkflowStatusIDs": "sample string 1",
"ProjectAdminId": 1
}
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2026-06-15T21:13:27.823614+04:00","ScheduleDateTo":"2026-06-15T21:13:27.823614+04:00","DivisionId":"be0c8bd9-2af1-4771-ad89-4f0ad6ba29f4","AssetId":"a093afa1-d215-4ed8-b483-6ade86f51268","BuildingId":"0bb16a59-2861-4b6c-ae7b-cebd2aa678ae","SubBuildingId":"a07d4143-1bc9-4315-9ae6-6347a0bba74f","LocationId":"0934f4fc-0dfe-464c-89f0-2feadb34e880","LevelId":"a87b75b3-63a2-4451-a227-28eb28a249cb","CategoryId":"47047af1-90af-40cc-928c-ef861236a8f3","SectorId":"c233309b-81a9-4324-b2da-8bc4ab3b44aa","SubSectorId":"5a262afb-7852-4858-bb36-163946be823a","Status":"810df7be-1a00-466e-a97b-59ca142c3e47","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>a093afa1-d215-4ed8-b483-6ade86f51268</AssetId> <BuildingId>0bb16a59-2861-4b6c-ae7b-cebd2aa678ae</BuildingId> <CategoryId>47047af1-90af-40cc-928c-ef861236a8f3</CategoryId> <DivisionId>be0c8bd9-2af1-4771-ad89-4f0ad6ba29f4</DivisionId> <LevelId>a87b75b3-63a2-4451-a227-28eb28a249cb</LevelId> <LocationId>0934f4fc-0dfe-464c-89f0-2feadb34e880</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2026-06-15T21:13:27.823614+04:00</ScheduleDateFrom> <ScheduleDateTo>2026-06-15T21:13:27.823614+04:00</ScheduleDateTo> <SectorId>c233309b-81a9-4324-b2da-8bc4ab3b44aa</SectorId> <Status>810df7be-1a00-466e-a97b-59ca142c3e47</Status> <SubBuildingId>a07d4143-1bc9-4315-9ae6-6347a0bba74f</SubBuildingId> <SubSectorId>5a262afb-7852-4858-bb36-163946be823a</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.