PublicPropertiesMetadata

PublicPropertiesMetadata Service

Web service endpoint for providing metadata about configuration properties for this Jive instance.

Get All Property Metadata

GET /metadata/properties/public

Return a list of all configuration properties, with their current settings.

Retrieves:
  • Property[] describing configuration properties
  • Return Status:
    HTTP Status CodeDescription
    200 (OK)Request was successful

    Get Property Metadata

    GET /metadata/properties/public/{name}

    Return the requested configuration property, with their current settings.

    Path Parameters:
    NameTypeRequiredDescription
    nameStringtrueName of the requested configuration property
    Retrieves:
  • Property describing the requested configuration property
  • Return Status:
    HTTP Status CodeDescription
    200 (OK)Request was successful
    (Not Found)if the specified configuration property name is not valid
    Since: 3.1