GET api/Home?filter={filter}

Getting count of Complied, Partially-Complied and Non-Complied Compliance according to Master data selected and Client.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomDashboardMaster
NameDescriptionTypeAdditional information
C_Country

integer

None.

C_Entity

integer

None.

C_Region

integer

None.

C_States

integer

None.

C_Location

integer

None.

C_Category

integer

None.

C_Frequency

integer

None.

C_OwRv

integer

None.

P_Country

integer

None.

P_Entity

integer

None.

P_Region

integer

None.

P_States

integer

None.

P_Location

integer

None.

P_Category

integer

None.

P_Frequency

integer

None.

P_OwRv

integer

None.

N_Country

integer

None.

N_Entity

integer

None.

N_Region

integer

None.

N_States

integer

None.

N_Location

integer

None.

N_Category

integer

None.

N_Frequency

integer

None.

N_OwRv

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "C_Country": 1,
    "C_Entity": 2,
    "C_Region": 3,
    "C_States": 4,
    "C_Location": 5,
    "C_Category": 6,
    "C_Frequency": 7,
    "C_OwRv": 8,
    "P_Country": 9,
    "P_Entity": 10,
    "P_Region": 11,
    "P_States": 12,
    "P_Location": 13,
    "P_Category": 14,
    "P_Frequency": 15,
    "P_OwRv": 16,
    "N_Country": 17,
    "N_Entity": 18,
    "N_Region": 19,
    "N_States": 20,
    "N_Location": 21,
    "N_Category": 22,
    "N_Frequency": 23,
    "N_OwRv": 24
  },
  {
    "C_Country": 1,
    "C_Entity": 2,
    "C_Region": 3,
    "C_States": 4,
    "C_Location": 5,
    "C_Category": 6,
    "C_Frequency": 7,
    "C_OwRv": 8,
    "P_Country": 9,
    "P_Entity": 10,
    "P_Region": 11,
    "P_States": 12,
    "P_Location": 13,
    "P_Category": 14,
    "P_Frequency": 15,
    "P_OwRv": 16,
    "N_Country": 17,
    "N_Entity": 18,
    "N_Region": 19,
    "N_States": 20,
    "N_Location": 21,
    "N_Category": 22,
    "N_Frequency": 23,
    "N_OwRv": 24
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomDashboardMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <CustomDashboardMaster>
    <C_Category>6</C_Category>
    <C_Country>1</C_Country>
    <C_Entity>2</C_Entity>
    <C_Frequency>7</C_Frequency>
    <C_Location>5</C_Location>
    <C_OwRv>8</C_OwRv>
    <C_Region>3</C_Region>
    <C_States>4</C_States>
    <N_Category>22</N_Category>
    <N_Country>17</N_Country>
    <N_Entity>18</N_Entity>
    <N_Frequency>23</N_Frequency>
    <N_Location>21</N_Location>
    <N_OwRv>24</N_OwRv>
    <N_Region>19</N_Region>
    <N_States>20</N_States>
    <P_Category>14</P_Category>
    <P_Country>9</P_Country>
    <P_Entity>10</P_Entity>
    <P_Frequency>15</P_Frequency>
    <P_Location>13</P_Location>
    <P_OwRv>16</P_OwRv>
    <P_Region>11</P_Region>
    <P_States>12</P_States>
  </CustomDashboardMaster>
  <CustomDashboardMaster>
    <C_Category>6</C_Category>
    <C_Country>1</C_Country>
    <C_Entity>2</C_Entity>
    <C_Frequency>7</C_Frequency>
    <C_Location>5</C_Location>
    <C_OwRv>8</C_OwRv>
    <C_Region>3</C_Region>
    <C_States>4</C_States>
    <N_Category>22</N_Category>
    <N_Country>17</N_Country>
    <N_Entity>18</N_Entity>
    <N_Frequency>23</N_Frequency>
    <N_Location>21</N_Location>
    <N_OwRv>24</N_OwRv>
    <N_Region>19</N_Region>
    <N_States>20</N_States>
    <P_Category>14</P_Category>
    <P_Country>9</P_Country>
    <P_Entity>10</P_Entity>
    <P_Frequency>15</P_Frequency>
    <P_Location>13</P_Location>
    <P_OwRv>16</P_OwRv>
    <P_Region>11</P_Region>
    <P_States>12</P_States>
  </CustomDashboardMaster>
</ArrayOfCustomDashboardMaster>