INFO object
This object provides metadata about the API. The metadata may be used if required and may be presented in editing or documentation generation tools for convenience.
For example:
"info": {
"title": "Documentation for use of the Planon Generic REST API person definition",
"description": "This document describes how to use the Planon Generic REST API person definition. To use this interface you have to create an api key in the Planon application.",
"contact": {
"name": "Market leading Real Estate and Facility Management software",
"url": "https://planonsoftware.com",
"email": "info@planonsoftware.com"
},
"license": {
"name": "License with product code E00910 is needed to use the Planon Generic REST API"
},
"version": "2.0.0"
},
"title" contains the ConfigurationID of the REST API definition.
"description" contains a short description of the application.
"contact" contains contact information for the exposed API: the name of the organization, the URL that points to the contact information, and the email address of the organization.
"license" contains information about the license that is needed to make use of the Planon Generic REST API.
"version" contains the version number of the document. The version number consists of three parts: major changes, minor changes, and small changes.