Class SystemAttributes


  • public class SystemAttributes
    extends TableServletBase
    /api/systemattributes/name : Access to system attributes.

    Allows access to the value of a given system attribute, returning a JSON-encoded objects with the following attributes:

    • name : ID of the attribute.
    • value : The value of the attribute.
    GET HTTP method is supported,
  • Only the GET
    HTTP method is supported.
    • Response Body - the standard JSON envelope, with the model as an object with the above structure.
    • Response Status
      • 200 : The attribute was found.
      • 404 : The attribute was not found.
  • Author:
    Robert Fromont robert@fromont.net.nz
    • Constructor Detail

      • SystemAttributes

        public SystemAttributes()