GET api/Home?filter={filter}&param={param}

Get the PieChart count acccording to Master data selected, Compliance Type (Event/Regular), Compliance Reponses(Complied, Partially-Complied and Non-Complied Compliance), Criticality and Client.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

string

Required

param

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DashboardPieChartData
NameDescriptionTypeAdditional information
R_HIGH

integer

None.

R_Medium

integer

None.

R_LOW

integer

None.

E_HIGH

integer

None.

E_Medium

integer

None.

E_LOW

integer

None.

RegularHigh_C

integer

None.

RegularHigh_PC

integer

None.

RegularHigh_NC

integer

None.

RegularMedium_C

integer

None.

RegularMedium_PC

integer

None.

RegularMedium_NC

integer

None.

RegularLow_C

integer

None.

RegularLow_PC

integer

None.

RegularLow_NC

integer

None.

EventHigh_C

integer

None.

EventHigh_PC

integer

None.

EventHigh_NC

integer

None.

EventMedium_C

integer

None.

EventMedium_PC

integer

None.

EventMedium_NC

integer

None.

EventLow_C

integer

None.

EventLow_PC

integer

None.

EventLow_NC

integer

None.

EventConfirmed

integer

None.

EventNotConfirmed

integer

None.

EventNotOccured

integer

None.

Regular_C

integer

None.

Regular_P

integer

None.

Regular_N

integer

None.

Event_C

integer

None.

Event_P

integer

None.

Event_N

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "R_HIGH": 1,
    "R_Medium": 2,
    "R_LOW": 3,
    "E_HIGH": 4,
    "E_Medium": 5,
    "E_LOW": 6,
    "RegularHigh_C": 7,
    "RegularHigh_PC": 8,
    "RegularHigh_NC": 9,
    "RegularMedium_C": 10,
    "RegularMedium_PC": 11,
    "RegularMedium_NC": 12,
    "RegularLow_C": 13,
    "RegularLow_PC": 14,
    "RegularLow_NC": 15,
    "EventHigh_C": 16,
    "EventHigh_PC": 17,
    "EventHigh_NC": 18,
    "EventMedium_C": 19,
    "EventMedium_PC": 20,
    "EventMedium_NC": 21,
    "EventLow_C": 22,
    "EventLow_PC": 23,
    "EventLow_NC": 24,
    "EventConfirmed": 25,
    "EventNotConfirmed": 26,
    "EventNotOccured": 27,
    "Regular_C": 28,
    "Regular_P": 29,
    "Regular_N": 30,
    "Event_C": 31,
    "Event_P": 32,
    "Event_N": 33
  },
  {
    "R_HIGH": 1,
    "R_Medium": 2,
    "R_LOW": 3,
    "E_HIGH": 4,
    "E_Medium": 5,
    "E_LOW": 6,
    "RegularHigh_C": 7,
    "RegularHigh_PC": 8,
    "RegularHigh_NC": 9,
    "RegularMedium_C": 10,
    "RegularMedium_PC": 11,
    "RegularMedium_NC": 12,
    "RegularLow_C": 13,
    "RegularLow_PC": 14,
    "RegularLow_NC": 15,
    "EventHigh_C": 16,
    "EventHigh_PC": 17,
    "EventHigh_NC": 18,
    "EventMedium_C": 19,
    "EventMedium_PC": 20,
    "EventMedium_NC": 21,
    "EventLow_C": 22,
    "EventLow_PC": 23,
    "EventLow_NC": 24,
    "EventConfirmed": 25,
    "EventNotConfirmed": 26,
    "EventNotOccured": 27,
    "Regular_C": 28,
    "Regular_P": 29,
    "Regular_N": 30,
    "Event_C": 31,
    "Event_P": 32,
    "Event_N": 33
  }
]

application/xml, text/xml

Sample:
<ArrayOfDashboardPieChartData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <DashboardPieChartData>
    <E_HIGH>4</E_HIGH>
    <E_LOW>6</E_LOW>
    <E_Medium>5</E_Medium>
    <EventConfirmed>25</EventConfirmed>
    <EventHigh_C>16</EventHigh_C>
    <EventHigh_NC>18</EventHigh_NC>
    <EventHigh_PC>17</EventHigh_PC>
    <EventLow_C>22</EventLow_C>
    <EventLow_NC>24</EventLow_NC>
    <EventLow_PC>23</EventLow_PC>
    <EventMedium_C>19</EventMedium_C>
    <EventMedium_NC>21</EventMedium_NC>
    <EventMedium_PC>20</EventMedium_PC>
    <EventNotConfirmed>26</EventNotConfirmed>
    <EventNotOccured>27</EventNotOccured>
    <Event_C>31</Event_C>
    <Event_N>33</Event_N>
    <Event_P>32</Event_P>
    <R_HIGH>1</R_HIGH>
    <R_LOW>3</R_LOW>
    <R_Medium>2</R_Medium>
    <RegularHigh_C>7</RegularHigh_C>
    <RegularHigh_NC>9</RegularHigh_NC>
    <RegularHigh_PC>8</RegularHigh_PC>
    <RegularLow_C>13</RegularLow_C>
    <RegularLow_NC>15</RegularLow_NC>
    <RegularLow_PC>14</RegularLow_PC>
    <RegularMedium_C>10</RegularMedium_C>
    <RegularMedium_NC>12</RegularMedium_NC>
    <RegularMedium_PC>11</RegularMedium_PC>
    <Regular_C>28</Regular_C>
    <Regular_N>30</Regular_N>
    <Regular_P>29</Regular_P>
  </DashboardPieChartData>
  <DashboardPieChartData>
    <E_HIGH>4</E_HIGH>
    <E_LOW>6</E_LOW>
    <E_Medium>5</E_Medium>
    <EventConfirmed>25</EventConfirmed>
    <EventHigh_C>16</EventHigh_C>
    <EventHigh_NC>18</EventHigh_NC>
    <EventHigh_PC>17</EventHigh_PC>
    <EventLow_C>22</EventLow_C>
    <EventLow_NC>24</EventLow_NC>
    <EventLow_PC>23</EventLow_PC>
    <EventMedium_C>19</EventMedium_C>
    <EventMedium_NC>21</EventMedium_NC>
    <EventMedium_PC>20</EventMedium_PC>
    <EventNotConfirmed>26</EventNotConfirmed>
    <EventNotOccured>27</EventNotOccured>
    <Event_C>31</Event_C>
    <Event_N>33</Event_N>
    <Event_P>32</Event_P>
    <R_HIGH>1</R_HIGH>
    <R_LOW>3</R_LOW>
    <R_Medium>2</R_Medium>
    <RegularHigh_C>7</RegularHigh_C>
    <RegularHigh_NC>9</RegularHigh_NC>
    <RegularHigh_PC>8</RegularHigh_PC>
    <RegularLow_C>13</RegularLow_C>
    <RegularLow_NC>15</RegularLow_NC>
    <RegularLow_PC>14</RegularLow_PC>
    <RegularMedium_C>10</RegularMedium_C>
    <RegularMedium_NC>12</RegularMedium_NC>
    <RegularMedium_PC>11</RegularMedium_PC>
    <Regular_C>28</Regular_C>
    <Regular_N>30</Regular_N>
    <Regular_P>29</Regular_P>
  </DashboardPieChartData>
</ArrayOfDashboardPieChartData>