Get a System Registry Key.

get

/learn.rest/v1/systemRegistryKeys/{systemRegistryKey}

Request

Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

The system registry key is fetched.
Body ()
Root Schema : User
Type: object
Response object for system registry.
Show Source
Example:
{
    "id":"GeneratePassword",
    "value":"1",
    "category":"RestApiSettings",
    "links":[
        {
            "rel":"canonical",
            "href":"https://{url}/learn.rest/v1/systemRegistryKeys/GeneratePassword"
        }
    ]
}
Nested Schema : SystemRegistryKeyLinkItems
Type: object
Show Source
Example:
{
    "rel":"canonical",
    "href":"{url}/learn.rest/v1/users/456"
}

401 Response

Authentication refused for provided credentials or the token is invalid.
Headers

500 Response

Internal server error.
Back to Top