GET api/SignaturesConfiguration/GetAll

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "SIGNO": 1,
    "SEQNO": 1,
    "NAME": "sample string 2",
    "LABEL": "sample string 3",
    "SIGNEDTEXT": "sample string 4"
  },
  {
    "SIGNO": 1,
    "SEQNO": 1,
    "NAME": "sample string 2",
    "LABEL": "sample string 3",
    "SIGNEDTEXT": "sample string 4"
  },
  {
    "SIGNO": 1,
    "SEQNO": 1,
    "NAME": "sample string 2",
    "LABEL": "sample string 3",
    "SIGNEDTEXT": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSIGS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMDomain.Models">
  <SIGS>
    <LABEL>sample string 3</LABEL>
    <NAME>sample string 2</NAME>
    <SEQNO>1</SEQNO>
    <SIGNEDTEXT>sample string 4</SIGNEDTEXT>
    <SIGNO>1</SIGNO>
  </SIGS>
  <SIGS>
    <LABEL>sample string 3</LABEL>
    <NAME>sample string 2</NAME>
    <SEQNO>1</SEQNO>
    <SIGNEDTEXT>sample string 4</SIGNEDTEXT>
    <SIGNO>1</SIGNO>
  </SIGS>
  <SIGS>
    <LABEL>sample string 3</LABEL>
    <NAME>sample string 2</NAME>
    <SEQNO>1</SEQNO>
    <SIGNEDTEXT>sample string 4</SIGNEDTEXT>
    <SIGNO>1</SIGNO>
  </SIGS>
</ArrayOfSIGS>