Azure Logic Apps · JSON Structure

Azure Logic Apps Api Operation List Result Structure

The list of managed API operations.

Type: object Properties: 2
AzureIntegrationiPaaSWorkflows

ApiOperationListResult is a JSON Structure definition published by Azure Logic Apps, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextLink value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-logic-apps/refs/heads/main/json-structure/azure-logic-apps-api-operation-list-result-structure.json",
  "description": "The list of managed API operations.",
  "type": "object",
  "properties": {
    "nextLink": {
      "description": "The URL to get the next set of results.",
      "type": "string"
    },
    "value": {
      "description": "The api operation definitions for an API.",
      "items": {
        "$ref": "#/definitions/ApiOperation"
      },
      "type": "array"
    }
  },
  "name": "ApiOperationListResult"
}