Real&Mate Real&Mate log collection Real&Mate Log Collection

GET /realandmate/v1/LogService

Returns the collection of log entries from 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/LogService

The response will include a JSON string containing the collection of log entries from 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, "description": string, "items":{ "url": string }, "items_count": number }

{ "id": "10", "name": "Real&Mate Log Collection", "description": "Collection of log entries registered in Real&Mate web application.", "items":{ "url": "GET https://example.com/realandmate/v1/LogService/77", ... }, "items_count": 777 }

Code Description