GET api/Assignment/GetDashboardAssingmentBelowQuota?accountId={accountId}&roleId={roleId}&userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

roleId

integer

Required

userId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WidgetAssignmentQuotaList
NameDescriptionTypeAdditional information
AssignmentId

integer

None.

AssignmentName

string

None.

PeopleBelowQuota

string

None.

EvaluatorId

integer

None.

QuotaPattern

string

None.

InspectionQuotaCount

integer

None.

InspectionPerformedCount

integer

None.

OutStandingHitQuota

integer

None.

InspectionDeficitColor

string

None.

QuotaTrendWithPercentage

string

None.

QuotaTrend

integer

None.

FromDate

string

None.

ToDate

string

None.

IsQuotaAboveTrend

boolean

None.

StartFormattedDate

string

None.

ToFormattedDate

string

None.

IsBelowMMGRuleExist

boolean

None.

IsAboveMMGRuleExist

boolean

None.

IsEvaluatorExcludeFromQuota

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AssignmentId": 1,
    "AssignmentName": "sample string 2",
    "PeopleBelowQuota": "sample string 3",
    "EvaluatorId": 4,
    "QuotaPattern": "sample string 5",
    "InspectionQuotaCount": 6,
    "InspectionPerformedCount": 7,
    "OutStandingHitQuota": 8,
    "InspectionDeficitColor": "sample string 9",
    "QuotaTrendWithPercentage": "sample string 10",
    "QuotaTrend": 11,
    "FromDate": "sample string 12",
    "ToDate": "sample string 13",
    "IsQuotaAboveTrend": true,
    "StartFormattedDate": "sample string 15",
    "ToFormattedDate": "sample string 16",
    "IsBelowMMGRuleExist": true,
    "IsAboveMMGRuleExist": true,
    "IsEvaluatorExcludeFromQuota": true
  },
  {
    "AssignmentId": 1,
    "AssignmentName": "sample string 2",
    "PeopleBelowQuota": "sample string 3",
    "EvaluatorId": 4,
    "QuotaPattern": "sample string 5",
    "InspectionQuotaCount": 6,
    "InspectionPerformedCount": 7,
    "OutStandingHitQuota": 8,
    "InspectionDeficitColor": "sample string 9",
    "QuotaTrendWithPercentage": "sample string 10",
    "QuotaTrend": 11,
    "FromDate": "sample string 12",
    "ToDate": "sample string 13",
    "IsQuotaAboveTrend": true,
    "StartFormattedDate": "sample string 15",
    "ToFormattedDate": "sample string 16",
    "IsBelowMMGRuleExist": true,
    "IsAboveMMGRuleExist": true,
    "IsEvaluatorExcludeFromQuota": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfWidgetAssignmentQuotaList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.Assignment">
  <WidgetAssignmentQuotaList>
    <AssignmentId>1</AssignmentId>
    <AssignmentName>sample string 2</AssignmentName>
    <EvaluatorId>4</EvaluatorId>
    <FromDate>sample string 12</FromDate>
    <InspectionDeficitColor>sample string 9</InspectionDeficitColor>
    <InspectionPerformedCount>7</InspectionPerformedCount>
    <InspectionQuotaCount>6</InspectionQuotaCount>
    <IsAboveMMGRuleExist>true</IsAboveMMGRuleExist>
    <IsBelowMMGRuleExist>true</IsBelowMMGRuleExist>
    <IsEvaluatorExcludeFromQuota>true</IsEvaluatorExcludeFromQuota>
    <IsQuotaAboveTrend>true</IsQuotaAboveTrend>
    <OutStandingHitQuota>8</OutStandingHitQuota>
    <PeopleBelowQuota>sample string 3</PeopleBelowQuota>
    <QuotaPattern>sample string 5</QuotaPattern>
    <QuotaTrend>11</QuotaTrend>
    <QuotaTrendWithPercentage>sample string 10</QuotaTrendWithPercentage>
    <StartFormattedDate>sample string 15</StartFormattedDate>
    <ToDate>sample string 13</ToDate>
    <ToFormattedDate>sample string 16</ToFormattedDate>
  </WidgetAssignmentQuotaList>
  <WidgetAssignmentQuotaList>
    <AssignmentId>1</AssignmentId>
    <AssignmentName>sample string 2</AssignmentName>
    <EvaluatorId>4</EvaluatorId>
    <FromDate>sample string 12</FromDate>
    <InspectionDeficitColor>sample string 9</InspectionDeficitColor>
    <InspectionPerformedCount>7</InspectionPerformedCount>
    <InspectionQuotaCount>6</InspectionQuotaCount>
    <IsAboveMMGRuleExist>true</IsAboveMMGRuleExist>
    <IsBelowMMGRuleExist>true</IsBelowMMGRuleExist>
    <IsEvaluatorExcludeFromQuota>true</IsEvaluatorExcludeFromQuota>
    <IsQuotaAboveTrend>true</IsQuotaAboveTrend>
    <OutStandingHitQuota>8</OutStandingHitQuota>
    <PeopleBelowQuota>sample string 3</PeopleBelowQuota>
    <QuotaPattern>sample string 5</QuotaPattern>
    <QuotaTrend>11</QuotaTrend>
    <QuotaTrendWithPercentage>sample string 10</QuotaTrendWithPercentage>
    <StartFormattedDate>sample string 15</StartFormattedDate>
    <ToDate>sample string 13</ToDate>
    <ToFormattedDate>sample string 16</ToFormattedDate>
  </WidgetAssignmentQuotaList>
</ArrayOfWidgetAssignmentQuotaList>