API response code rendering issue

Nike K 0 Reputation points
2026-08-18T11:18:28.5+00:00

The HTTP response status codes for an API operation are displayed in a non-ascending order in the Azure API Management (APIM) Portal.

Observed in APIM Portal:

401
403
200
404

Expected:

200
401
403
404

But in Json format the responses are in correct order. May I know the exact reason for the same.

Azure API Management
Azure API Management

An Azure service that provides a hybrid, multi-cloud management platform for APIs.

0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.