GET api/Dashboard/GetManagerDashboardWRKPIs?Days={Days}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Days

integer

None.

Body Parameters

None.

Response Information

Resource Description

ManagerWRKPIsResponseModel
NameDescriptionTypeAdditional information
WRWithoutTask

integer

None.

TasksWithoutAssignment

integer

None.

TasksWithoutSchedule

integer

None.

TasksNotCompleted

integer

None.

ReturnID

integer

Required

Message

string

Required

Successful

boolean

Required

Code

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "wrWithoutTask": 1,
  "tasksWithoutAssignment": 2,
  "tasksWithoutSchedule": 3,
  "tasksNotCompleted": 4,
  "returnID": 5,
  "message": "sample string 6",
  "successful": true,
  "code": 8,
  "totalRecord": 9
}

application/xml, text/xml

Sample:
<ManagerWRKPIsResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.Dashboard">
  <Code xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">8</Code>
  <Message xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">sample string 6</Message>
  <ReturnID xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">5</ReturnID>
  <Successful xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">true</Successful>
  <TotalRecord xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">9</TotalRecord>
  <TasksNotCompleted>4</TasksNotCompleted>
  <TasksWithoutAssignment>2</TasksWithoutAssignment>
  <TasksWithoutSchedule>3</TasksWithoutSchedule>
  <WRWithoutTask>1</WRWithoutTask>
</ManagerWRKPIsResponseModel>

multipart/form-data

Sample:
<ManagerWRKPIsResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.Dashboard"><Code xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">8</Code><Message xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">sample string 6</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">5</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">9</TotalRecord><TasksNotCompleted>4</TasksNotCompleted><TasksWithoutAssignment>2</TasksWithoutAssignment><TasksWithoutSchedule>3</TasksWithoutSchedule><WRWithoutTask>1</WRWithoutTask></ManagerWRKPIsResponseModel>