We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To get all APIs from an API Management Service, execute following HTTP Call:
GET https://preview-demo-mm.azure-api.net/private/api/management/apis HTTP/1.1 Ocp-Apim-Subscription-Key: •••••••••••••••••••••••••••••••• Ocp-Apim-Trace: true
To retrieve the operations and further details of an API, execute following:
GET https://preview-demo-mm.azure-api.net/private/api/management/apis/{apiId} HTTP/1.1 Ocp-Apim-Subscription-Key: •••••••••••••••••••••••••••••••• Ocp-Apim-Trace: true
The text was updated successfully, but these errors were encountered:
@SchPeter97 you can get your subscription key by following the invitation I've just send you and browse to the API: https://preview-demo-mm.portal.azure-api.net/docs/services/rest-api/operations/apis-list-by-service
Sorry, something went wrong.
#3 Created Service Class for the HttpRequest.
acbbaca
#3 Created TokenInceport too add Headers too the request..
6b4904c
#3 Added two Models fro the incoming Data from the request.
99f9b3a
SchPeter97
No branches or pull requests
To get all APIs from an API Management Service, execute following HTTP Call:
GET https://preview-demo-mm.azure-api.net/private/api/management/apis HTTP/1.1
Ocp-Apim-Subscription-Key: ••••••••••••••••••••••••••••••••
Ocp-Apim-Trace: true
To retrieve the operations and further details of an API, execute following:
GET https://preview-demo-mm.azure-api.net/private/api/management/apis/{apiId} HTTP/1.1
Ocp-Apim-Subscription-Key: ••••••••••••••••••••••••••••••••
Ocp-Apim-Trace: true
The text was updated successfully, but these errors were encountered: