I am trying to read PI vision display details using Display Export API (GET /api/v1/displays/{id}/export) which returns the below error message.
From the debug data we understand that the actual error is 500 (Internal Server Error).
However the other APIs, Get Displays ( GET /api/v1/displays
?FolderId={FolderId}&Skip={Skip}&Count={Count}) & Get Folder (GET /api/v1/folders
?FolderId={FolderId}&Skip={Skip}&Count={Count}) are working as expected,
Get Displays API
Get Folders API
What could be the issue where only the Display Export API is not working in my environment?.
System Configuration: Windows Server 2019 Standard with SQL Server Management Studio 20
PI Vision: 2023 SPI Patch2
Browser: Google Chrome, Mozilla Firefox
IIS Application Pool Identity : Network Service
Thanks in advance.