I want to hide the UserInterfaceHints object in the endpoint response. What do I set in the request body on a POST method?
Some UIHints get suppressed when you pass an NwIsIntegrator:true header parameter when getting the authorization token. From what I recall, UIHints when fetching data from tables is suppressed, but not for calls that execute logic blocks. From Nextworld’s API endpoints documentation:
If true, marks the returned tokens as integrator tokens. This will provide extended timeout on fetches and aggregates done with the given access token. This will also prevent user interface hints from being processed and sent back. Note that you do not need to supply this parameter when getting a new access token. The flag is stored on the refresh token.
1 Like
