Skip to main content
Participant
March 7, 2018
Question

Widgets returned in REST Api but not showing on Manage

  • March 7, 2018
  • 1 reply
  • 488 views

I started creating some widgets but cancelled (used back button in browser) after realising the documents were not ready.

On my manage screen only 2 widgets appear, but when I execute the /api/rest/v5/widgets REST Method I get back 5 additional widgets (some with with same name) that are Enabled. I have tried disabling using REST api, and while it says was successful they are still shown as enabled

How can i remove or mark these widgets as disabled?

This topic has been closed for replies.

1 reply

Participant
March 7, 2018

I have noticed that if I use the GET /widgets/{widgetId} method against a single widgets missing from the manage screen they have a status of "Aborted". But on the GET /widgets they come back with status of Enabled.

Is this a bug in the API?