GET Regex/Get?apiKey={apiKey}&Pattern={Pattern}&Value={Value}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
apiKey
Documentation for 'apiKey'.

Define this parameter in the request URI.

Pattern
Documentation for 'Pattern'.

Define this parameter in the request URI.

Value
Documentation for 'Value'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Validation": {
    "isSuccess": true,
    "Message": "sample string 2"
  },
  "Value": true
}

application/xml, text/xml

Sample:
<dtoBool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCModel">
  <Validation>
    <Message>sample string 2</Message>
    <isSuccess>true</isSuccess>
  </Validation>
  <Value>true</Value>
</dtoBool>