[APIM REST API] cannot find operations

Han Shih 施學翰 146 Reputation points
2021-09-28T03:55:49.437+00:00

I try to get API & operation list by using

I have an API like this:
135685-image.png

I have an operation like this:
135686-image.png

Also the call log in analytics
135753-image.png

However, when I try to get operations by API, there are some operations missing
135659-image.png

135677-image.png

Did I missing something?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,447 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2021-09-28T04:48:14.34+00:00

    @Han Shih 施學翰 It looks like you have mutiple Revisons for the API wmswpgapi. Can you please confirm if this is the case. You can use List by service REST API to get the service list and use name property return by this API in your List by API.

    If you have mutiple version then the name will be listed different in response API of list by service as below but the Name value in the azure portal will be same.
    wmswpgapi
    wmswpgapi;rev=2
    wmswpgapi;rev=3

    You can also navigate to revisions of your API in azure portal to list the revisions.


Your answer

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