POST Api/ScheduleApi/GetScheduleCategorynohierrarchy

Request Information

URI Parameters

None.

Body Parameters

ScheduleFilterationDTO
NameDescriptionTypeAdditional 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-05-25T20:57:36.2285767+04:00",
  "ScheduleDateTo": "2025-05-25T20:57:36.2285767+04:00",
  "DivisionId": "fd10a39c-41f1-4c99-9ba1-16b49b1fe880",
  "AssetId": "e0a12e05-8fd2-4614-b1c0-24e9ca3ad6ae",
  "BuildingId": "ccdba9ef-6392-4960-9b99-98831af342cd",
  "SubBuildingId": "e9b92ccf-e3c8-4166-99b3-29a29091151e",
  "LocationId": "17afc0a4-df8c-4b50-95d7-1f2c75c1738a",
  "LevelId": "f7de73bd-36bc-41f2-9af4-dfe8f2af6bdc",
  "CategoryId": "59ef2dbf-2e2d-434e-81ee-9dddff4ab9c9",
  "SectorId": "565a77c0-c9b9-4ba1-9b70-1e4ea1b5470e",
  "SubSectorId": "12f7743e-fbf7-43e7-bfb8-868a405367d1",
  "Status": "7b195d2a-ada7-44da-9a14-c410695e032f",
  "WorkflowStatusIDs": "sample string 1",
  "ProjectAdminId": 1
}

text/html, multipart/form-data

Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2025-05-25T20:57:36.2285767+04:00","ScheduleDateTo":"2025-05-25T20:57:36.2285767+04:00","DivisionId":"fd10a39c-41f1-4c99-9ba1-16b49b1fe880","AssetId":"e0a12e05-8fd2-4614-b1c0-24e9ca3ad6ae","BuildingId":"ccdba9ef-6392-4960-9b99-98831af342cd","SubBuildingId":"e9b92ccf-e3c8-4166-99b3-29a29091151e","LocationId":"17afc0a4-df8c-4b50-95d7-1f2c75c1738a","LevelId":"f7de73bd-36bc-41f2-9af4-dfe8f2af6bdc","CategoryId":"59ef2dbf-2e2d-434e-81ee-9dddff4ab9c9","SectorId":"565a77c0-c9b9-4ba1-9b70-1e4ea1b5470e","SubSectorId":"12f7743e-fbf7-43e7-bfb8-868a405367d1","Status":"7b195d2a-ada7-44da-9a14-c410695e032f","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>e0a12e05-8fd2-4614-b1c0-24e9ca3ad6ae</AssetId>
  <BuildingId>ccdba9ef-6392-4960-9b99-98831af342cd</BuildingId>
  <CategoryId>59ef2dbf-2e2d-434e-81ee-9dddff4ab9c9</CategoryId>
  <DivisionId>fd10a39c-41f1-4c99-9ba1-16b49b1fe880</DivisionId>
  <LevelId>f7de73bd-36bc-41f2-9af4-dfe8f2af6bdc</LevelId>
  <LocationId>17afc0a4-df8c-4b50-95d7-1f2c75c1738a</LocationId>
  <PageNumber>1</PageNumber>
  <PageSize>1</PageSize>
  <ProjectAdminId>1</ProjectAdminId>
  <ScheduleDateFrom>2025-05-25T20:57:36.2285767+04:00</ScheduleDateFrom>
  <ScheduleDateTo>2025-05-25T20:57:36.2285767+04:00</ScheduleDateTo>
  <SectorId>565a77c0-c9b9-4ba1-9b70-1e4ea1b5470e</SectorId>
  <Status>7b195d2a-ada7-44da-9a14-c410695e032f</Status>
  <SubBuildingId>e9b92ccf-e3c8-4166-99b3-29a29091151e</SubBuildingId>
  <SubSectorId>12f7743e-fbf7-43e7-bfb8-868a405367d1</SubSectorId>
  <WorkflowStatusIDs>sample string 1</WorkflowStatusIDs>
</ScheduleFilterationDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ScheduleFilterationDTO'.

Response Information

Resource Description

HttpActionResult

None.

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:

Sample not available.