GET api/ResponseOptionsLimit

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ResponseOptionsLimit
NameDescriptionTypeAdditional information
AccountId

integer

None.

ResponseOptionId

integer

None.

GlobalLimitId

integer

None.

Name

string

None.

Compliance

decimal number

None.

ExcludeFromCalc

boolean

None.

IsScoring

boolean

None.

Scope

string

None.

LowerLimit

decimal number

None.

UpperLimit

decimal number

None.

Id

integer

None.

Status

string

None.

CreatedBy

string

None.

CreateTimestamp

date

None.

ModifiedBy

string

None.

ModifiedTimestamp

date

None.

DataStateFlag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccountId": 1,
    "ResponseOptionId": 2,
    "GlobalLimitId": 3,
    "Name": "sample string 4",
    "Compliance": 5.1,
    "ExcludeFromCalc": true,
    "IsScoring": true,
    "Scope": "sample string 8",
    "LowerLimit": 9.1,
    "UpperLimit": 10.1,
    "Id": 11,
    "Status": "sample string 12",
    "CreatedBy": "sample string 13",
    "CreateTimestamp": "2024-11-21T08:58:26.2035475+00:00",
    "ModifiedBy": "sample string 15",
    "ModifiedTimestamp": "2024-11-21T08:58:26.2035475+00:00",
    "DataStateFlag": "sample string 16"
  },
  {
    "AccountId": 1,
    "ResponseOptionId": 2,
    "GlobalLimitId": 3,
    "Name": "sample string 4",
    "Compliance": 5.1,
    "ExcludeFromCalc": true,
    "IsScoring": true,
    "Scope": "sample string 8",
    "LowerLimit": 9.1,
    "UpperLimit": 10.1,
    "Id": 11,
    "Status": "sample string 12",
    "CreatedBy": "sample string 13",
    "CreateTimestamp": "2024-11-21T08:58:26.2035475+00:00",
    "ModifiedBy": "sample string 15",
    "ModifiedTimestamp": "2024-11-21T08:58:26.2035475+00:00",
    "DataStateFlag": "sample string 16"
  }
]

application/xml, text/xml

Sample:
<ArrayOfResponseOptionsLimit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.ResponseOption">
  <ResponseOptionsLimit>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:58:26.2035475Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 13</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 16</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">11</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 15</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:58:26.2035475Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 12</Status>
    <AccountId>1</AccountId>
    <Compliance>5.1</Compliance>
    <ExcludeFromCalc>true</ExcludeFromCalc>
    <GlobalLimitId>3</GlobalLimitId>
    <IsScoring>true</IsScoring>
    <LowerLimit>9.1</LowerLimit>
    <Name>sample string 4</Name>
    <ResponseOptionId>2</ResponseOptionId>
    <Scope>sample string 8</Scope>
    <UpperLimit>10.1</UpperLimit>
  </ResponseOptionsLimit>
  <ResponseOptionsLimit>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:58:26.2035475Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 13</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 16</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">11</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 15</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:58:26.2035475Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 12</Status>
    <AccountId>1</AccountId>
    <Compliance>5.1</Compliance>
    <ExcludeFromCalc>true</ExcludeFromCalc>
    <GlobalLimitId>3</GlobalLimitId>
    <IsScoring>true</IsScoring>
    <LowerLimit>9.1</LowerLimit>
    <Name>sample string 4</Name>
    <ResponseOptionId>2</ResponseOptionId>
    <Scope>sample string 8</Scope>
    <UpperLimit>10.1</UpperLimit>
  </ResponseOptionsLimit>
</ArrayOfResponseOptionsLimit>