Cached Lookups
These endpoints enable you to manaully refresh the data in the cached lookups as well as refresh any changes that are made to the CachedLookups settings in appsettings.json.
Note
Refer to Session Management and Configuration for more information on CachedLookups and settings adjustment.Refresh the CachedLookups
POST /system/services/lookups/refresh
Sending this endpoint updates the CachedLookups data.
Sample: Refreshing CachedLookups Data
POST /system/services/lookups/refresh
{
"Success": true,
"Warning": false,
"HttpStatusCode": 0,
"GeneralMessage": "The lookups were re-cached successfully.",
"ExceptionMessage": null,
"Keys": [],
"Messages": [],
"Warnings": []
}
Refresh CachedLookups Settings
POST /system/services/settings/refresh
If changes are made to the CachedLookup settings in appsettings.json
, this endpoint updates the new settings.
Sample: Refresh CachedLookups Settings
POST system/services/lookups/refresh
{
"Success": true,
"Warning": false,
"HttpStatusCode": 0,
"GeneralMessage": "The lookups were re-cached successfully.",
"ExceptionMessage": null,
"Keys": [],
"Messages": [],
"Warnings": []
}
Feedback
Was this page helpful?
Thank you! Have additional feedback? We would love to hear from you!
Sorry to hear that. Please tell us how we can improve.