GET api/RulesForAngular

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

RulesForAngularListApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Status

string

None.

Response

Collection of RulesForAngular

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": "sample string 2",
  "Response": [
    {
      "MID": 1,
      "CONTROL_NAME": "sample string 2",
      "DIGITS_AFTER_DECIMAL_POINT": "sample string 3",
      "ALIGNMENT": "sample string 4",
      "COLUMN_WIDTH": "sample string 5",
      "PARAMETER_SETTINGS": "sample string 6",
      "PARAMETER_FROM": "sample string 7",
      "PARAMETER_NAME": "sample string 8",
      "DISPLAY_FORMAT_FIELD": "sample string 9",
      "ROUND_OFF_DECIMAL_FIELD": "sample string 10",
      "ANGULAR_INPUTS": "sample string 11"
    },
    {
      "MID": 1,
      "CONTROL_NAME": "sample string 2",
      "DIGITS_AFTER_DECIMAL_POINT": "sample string 3",
      "ALIGNMENT": "sample string 4",
      "COLUMN_WIDTH": "sample string 5",
      "PARAMETER_SETTINGS": "sample string 6",
      "PARAMETER_FROM": "sample string 7",
      "PARAMETER_NAME": "sample string 8",
      "DISPLAY_FORMAT_FIELD": "sample string 9",
      "ROUND_OFF_DECIMAL_FIELD": "sample string 10",
      "ANGULAR_INPUTS": "sample string 11"
    }
  ]
}

text/html

Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":[{"MID":1,"CONTROL_NAME":"sample string 2","DIGITS_AFTER_DECIMAL_POINT":"sample string 3","ALIGNMENT":"sample string 4","COLUMN_WIDTH":"sample string 5","PARAMETER_SETTINGS":"sample string 6","PARAMETER_FROM":"sample string 7","PARAMETER_NAME":"sample string 8","DISPLAY_FORMAT_FIELD":"sample string 9","ROUND_OFF_DECIMAL_FIELD":"sample string 10","ANGULAR_INPUTS":"sample string 11"},{"MID":1,"CONTROL_NAME":"sample string 2","DIGITS_AFTER_DECIMAL_POINT":"sample string 3","ALIGNMENT":"sample string 4","COLUMN_WIDTH":"sample string 5","PARAMETER_SETTINGS":"sample string 6","PARAMETER_FROM":"sample string 7","PARAMETER_NAME":"sample string 8","DISPLAY_FORMAT_FIELD":"sample string 9","ROUND_OFF_DECIMAL_FIELD":"sample string 10","ANGULAR_INPUTS":"sample string 11"}]}

application/xml, text/xml

Sample:
<RulesForAngularListApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.Audit">
  <Message>sample string 1</Message>
  <Response>
    <RulesForAngular>
      <ALIGNMENT>sample string 4</ALIGNMENT>
      <ANGULAR_INPUTS>sample string 11</ANGULAR_INPUTS>
      <COLUMN_WIDTH>sample string 5</COLUMN_WIDTH>
      <CONTROL_NAME>sample string 2</CONTROL_NAME>
      <DIGITS_AFTER_DECIMAL_POINT>sample string 3</DIGITS_AFTER_DECIMAL_POINT>
      <DISPLAY_FORMAT_FIELD>sample string 9</DISPLAY_FORMAT_FIELD>
      <MID>1</MID>
      <PARAMETER_FROM>sample string 7</PARAMETER_FROM>
      <PARAMETER_NAME>sample string 8</PARAMETER_NAME>
      <PARAMETER_SETTINGS>sample string 6</PARAMETER_SETTINGS>
      <ROUND_OFF_DECIMAL_FIELD>sample string 10</ROUND_OFF_DECIMAL_FIELD>
    </RulesForAngular>
    <RulesForAngular>
      <ALIGNMENT>sample string 4</ALIGNMENT>
      <ANGULAR_INPUTS>sample string 11</ANGULAR_INPUTS>
      <COLUMN_WIDTH>sample string 5</COLUMN_WIDTH>
      <CONTROL_NAME>sample string 2</CONTROL_NAME>
      <DIGITS_AFTER_DECIMAL_POINT>sample string 3</DIGITS_AFTER_DECIMAL_POINT>
      <DISPLAY_FORMAT_FIELD>sample string 9</DISPLAY_FORMAT_FIELD>
      <MID>1</MID>
      <PARAMETER_FROM>sample string 7</PARAMETER_FROM>
      <PARAMETER_NAME>sample string 8</PARAMETER_NAME>
      <PARAMETER_SETTINGS>sample string 6</PARAMETER_SETTINGS>
      <ROUND_OFF_DECIMAL_FIELD>sample string 10</ROUND_OFF_DECIMAL_FIELD>
    </RulesForAngular>
  </Response>
  <Status>sample string 2</Status>
</RulesForAngularListApiResponse>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Message"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Status"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].CONTROL_NAME"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].DIGITS_AFTER_DECIMAL_POINT"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].ALIGNMENT"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].COLUMN_WIDTH"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].PARAMETER_SETTINGS"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].PARAMETER_FROM"

sample string 7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].PARAMETER_NAME"

sample string 8
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].DISPLAY_FORMAT_FIELD"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].ROUND_OFF_DECIMAL_FIELD"

sample string 10
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].ANGULAR_INPUTS"

sample string 11
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].CONTROL_NAME"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].DIGITS_AFTER_DECIMAL_POINT"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].ALIGNMENT"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].COLUMN_WIDTH"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].PARAMETER_SETTINGS"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].PARAMETER_FROM"

sample string 7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].PARAMETER_NAME"

sample string 8
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].DISPLAY_FORMAT_FIELD"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].ROUND_OFF_DECIMAL_FIELD"

sample string 10
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].ANGULAR_INPUTS"

sample string 11
--MultipartDataMediaFormatterBoundary1q2w3e--