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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

string

Required

IsBool

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomLitigationDashboardMaster
NameDescriptionTypeAdditional information
O_Country

integer

None.

O_Entity

integer

None.

O_Region

integer

None.

O_States

integer

None.

O_Location

integer

None.

O_Category

integer

None.

O_CaseCategory

integer

None.

O_FiledBy

integer

None.

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_CaseCategory

integer

None.

C_FiledBy

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "O_Country": 1,
    "O_Entity": 2,
    "O_Region": 3,
    "O_States": 4,
    "O_Location": 5,
    "O_Category": 6,
    "O_CaseCategory": 7,
    "O_FiledBy": 8,
    "C_Country": 9,
    "C_Entity": 10,
    "C_Region": 11,
    "C_States": 12,
    "C_Location": 13,
    "C_Category": 14,
    "C_CaseCategory": 15,
    "C_FiledBy": 16
  },
  {
    "O_Country": 1,
    "O_Entity": 2,
    "O_Region": 3,
    "O_States": 4,
    "O_Location": 5,
    "O_Category": 6,
    "O_CaseCategory": 7,
    "O_FiledBy": 8,
    "C_Country": 9,
    "C_Entity": 10,
    "C_Region": 11,
    "C_States": 12,
    "C_Location": 13,
    "C_Category": 14,
    "C_CaseCategory": 15,
    "C_FiledBy": 16
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomLitigationDashboardMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <CustomLitigationDashboardMaster>
    <C_CaseCategory>15</C_CaseCategory>
    <C_Category>14</C_Category>
    <C_Country>9</C_Country>
    <C_Entity>10</C_Entity>
    <C_FiledBy>16</C_FiledBy>
    <C_Location>13</C_Location>
    <C_Region>11</C_Region>
    <C_States>12</C_States>
    <O_CaseCategory>7</O_CaseCategory>
    <O_Category>6</O_Category>
    <O_Country>1</O_Country>
    <O_Entity>2</O_Entity>
    <O_FiledBy>8</O_FiledBy>
    <O_Location>5</O_Location>
    <O_Region>3</O_Region>
    <O_States>4</O_States>
  </CustomLitigationDashboardMaster>
  <CustomLitigationDashboardMaster>
    <C_CaseCategory>15</C_CaseCategory>
    <C_Category>14</C_Category>
    <C_Country>9</C_Country>
    <C_Entity>10</C_Entity>
    <C_FiledBy>16</C_FiledBy>
    <C_Location>13</C_Location>
    <C_Region>11</C_Region>
    <C_States>12</C_States>
    <O_CaseCategory>7</O_CaseCategory>
    <O_Category>6</O_Category>
    <O_Country>1</O_Country>
    <O_Entity>2</O_Entity>
    <O_FiledBy>8</O_FiledBy>
    <O_Location>5</O_Location>
    <O_Region>3</O_Region>
    <O_States>4</O_States>
  </CustomLitigationDashboardMaster>
</ArrayOfCustomLitigationDashboardMaster>