POST Api/ScheduleApi/ScheduleGetCategory
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-09-14T08:22:51.0042233+04:00", "ScheduleDateTo": "2025-09-14T08:22:51.0042233+04:00", "DivisionId": "a1cc993a-fb07-4459-a67f-b0ce068bdf76", "AssetId": "020c740a-a04e-47e9-995b-43be752f77ab", "BuildingId": "260e5374-c926-485b-928e-f52af457c67b", "SubBuildingId": "07582321-04d3-45af-b972-3d3482470c90", "LocationId": "393095b4-472e-4fe9-887a-72b5540b3250", "LevelId": "6755f270-b7b8-4a12-99b8-782220140753", "CategoryId": "f9ad1957-60d8-4b12-9476-b480fd4d5240", "SectorId": "99c8224f-6f53-4ea2-8f9d-c8779844ae07", "SubSectorId": "624b0466-f796-4472-b8ac-351f94364c8a", "Status": "88b4b634-d903-4293-8cb4-faeea326f4d7", "WorkflowStatusIDs": "sample string 1", "ProjectAdminId": 1 }
text/html, multipart/form-data
Sample:
{"PageNumber":1,"PageSize":1,"AgentId":1,"ScheduleDateFrom":"2025-09-14T08:22:51.0042233+04:00","ScheduleDateTo":"2025-09-14T08:22:51.0042233+04:00","DivisionId":"a1cc993a-fb07-4459-a67f-b0ce068bdf76","AssetId":"020c740a-a04e-47e9-995b-43be752f77ab","BuildingId":"260e5374-c926-485b-928e-f52af457c67b","SubBuildingId":"07582321-04d3-45af-b972-3d3482470c90","LocationId":"393095b4-472e-4fe9-887a-72b5540b3250","LevelId":"6755f270-b7b8-4a12-99b8-782220140753","CategoryId":"f9ad1957-60d8-4b12-9476-b480fd4d5240","SectorId":"99c8224f-6f53-4ea2-8f9d-c8779844ae07","SubSectorId":"624b0466-f796-4472-b8ac-351f94364c8a","Status":"88b4b634-d903-4293-8cb4-faeea326f4d7","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>020c740a-a04e-47e9-995b-43be752f77ab</AssetId> <BuildingId>260e5374-c926-485b-928e-f52af457c67b</BuildingId> <CategoryId>f9ad1957-60d8-4b12-9476-b480fd4d5240</CategoryId> <DivisionId>a1cc993a-fb07-4459-a67f-b0ce068bdf76</DivisionId> <LevelId>6755f270-b7b8-4a12-99b8-782220140753</LevelId> <LocationId>393095b4-472e-4fe9-887a-72b5540b3250</LocationId> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <ProjectAdminId>1</ProjectAdminId> <ScheduleDateFrom>2025-09-14T08:22:51.0042233+04:00</ScheduleDateFrom> <ScheduleDateTo>2025-09-14T08:22:51.0042233+04:00</ScheduleDateTo> <SectorId>99c8224f-6f53-4ea2-8f9d-c8779844ae07</SectorId> <Status>88b4b634-d903-4293-8cb4-faeea326f4d7</Status> <SubBuildingId>07582321-04d3-45af-b972-3d3482470c90</SubBuildingId> <SubSectorId>624b0466-f796-4472-b8ac-351f94364c8a</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.