GET api/HpPro/DecryptURL?url={url}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
url

string

Required

Body Parameters

None.

Response Information

Resource Description

DecryptDTO
NameDescriptionTypeAdditional information
Item1

string

None.

Item2

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Item1": "sample string 1",
  "Item2": true
}