Get specific app setting


This request returns the information of a specific app setting object/container.

Resource

GET /me/appsettings/<OID>/<KEY>

Where OID is the object ID of the app setting object/container and 'KEY' is the key.

Parameters

None

Payload

None

Response

Object Response < string >

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/me/appsettings/1033697/windowsize
Response
{
    "object": "1000*1000",
    "links": [
        {
            "rel": "self",
            "href": "https://xelion.nl/api/v1/master/me/appsettings/2284653/windowssize",
            "method": "GET"
        },
        {
            "rel": "set",
            "href": "https://xelion.nl/api/v1/master/me/appsettings/2284653/windowssize",
            "method": "PUT"
        }
    ]
}