Zum Hauptinhalt springen

List Extensions

GET /v2/extensions/
v2
GET
extension-list-extensions

Request

Responses

application/json

OK

  • Array[
  • *object
    • blockedboolean
      required
    • contextstring (one of: project, customer)
      required
    • contributorIdstring (uuid)
      required
    • descriptionstring
      required
    • detailedDescriptionsobject

      Supported languages. Format ISO-639-1.

      • deobject
        required

        Language specific descriptions in various formats.

        • markdownstring (≥ 1 characters)
          required
        • plainstring (≥ 1 characters)
      • enobject

        Language specific descriptions in various formats.

        • markdownstring (≥ 1 characters)
          required
        • plainstring (≥ 1 characters)
    • disabledboolean
      required
    • frontendComponentsarray of object
      • Array[
      • *object
        • namestring
          required
        • urlstring
          required
      • ]
  • frontendFragmentsobject
    • *one of 1 alternatives
  • idstring (uuid)
    required
  • namestring
    required
  • scopesarray of string
    required
    • Array[
    • *string
    • ]
  • statestring (one of: enabled, blocked, disabled)
    required

    deprecated

  • supportobject
    required
    • emailstring
    • phonestring
  • tagsarray of string
    required
    • Array[
    • *string
    • ]
  • ]

    Usage examples

    $ curl \
    --fail \
    --location \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    https://api.mittwald.de/v2/extensions?context=project&limit=50&page=1