GET api/HpPro/DecryptURL?url={url}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DecryptDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | string |
None. |
|
| Item2 | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Item1": "sample string 1",
"Item2": true
}