Application Real&Mate Application Real&Mate Application

GET /realandmate/v1

Returns information about Real&Mate.


To use this API method, send the GET request. Below is an example of how to call the API:

GET https://example.com/realandmate/v1

The response will include a JSON string containing information about Real&Mate. This string can be converted into a JavaScript object for easier use. Below is the format of the object after parsing the string:

{ "id": string, "name": string, "version": string, "description": string, "date_created": date, "date_modified": date, "owner": string, "app_category": string, "tags": [string], "documentation_url": string, "license": string }

{ "id": "1", "name": "Real&Mate", "version": "1.0", "description": "Real&Mate software is designed for prompt implementation and support of real estate agency business processes.", "date_created": "2022-07-09", "date_modified": "2024-08-07", "owner": "Real&Mate LLC", "app_category": "Business", "tags": [ "real-estate", "real-estate-app", "real-estate-application", "real-estate-business", "real-estate-management", "real-estate-software", "real-estate-web-application" ], "documentation_url": "https://primesolar.github.io/docs/", "license": "" }

Code Description