APIM REST API - Find Api Id when using ApiManagementCreateApiOperationTag

Amy Z 301 Reputation points
2022-09-07T06:23:55.067+00:00
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,446 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2022-09-07T06:47:23.95+00:00

    @Amy Z Thanks for reaching out. apiId is the unique ID i.e. the name of your API in the current API Management service instance. You need to replace 5931a75ae4bbd512a88c680b with your API name i.e. unique name and the same is return from the List by service APIM. The mapped property will be name from your List by Service to the apiID in your Assign to Operation API.

    The 5931a75ae4bbd512a88c680a will be the operation name (operationId) of type string. The mapped property will be name from your List By API to the operationId in your Assign to Operation API.

    The sample request/response is just an example, and you need to review the type of value that is accepted for the API's.

    Let me know if you have any queries or concerns.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.