URLRequestCache table

From MediaMonkey Wiki
Revision as of 19:30, 11 April 2024 by Drakinite (talk | contribs) (Created page with "{{DatabaseTablesList}} This table was added in version 5.0. == Fields == {| border="1" |- ! Name ! Value Type ! Possible Values ! Description |- | '''ID''' | INTEGER | | |- | '''URL''' | TEXT | http://mb.mediamonkey.com:5000/ws/2/artist/?query=... | The URL of the web request |- | '''Response''' | TEXT | {"created":"2023-12-05T13:01:15.203Z","artists":[{"release-... | The response of the web request |- | '''CachedTime''' | REAL | 2024-04-10 17:42:33 | The time the requ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This table was added in version 5.0.

Fields

Name Value Type Possible Values Description
ID INTEGER
URL TEXT http://mb.mediamonkey.com:5000/ws/2/artist/?query=... The URL of the web request
Response TEXT {"created":"2023-12-05T13:01:15.203Z","artists":[{"release-... The response of the web request
CachedTime REAL 2024-04-10 17:42:33 The time the request was cached. Formatted as an ISO string.