Zum Hauptinhalt springen

List Extensions of own contributor

GET/contributors/{contributorId}/extensions/
v2
GET
extension-list-own-extensions

Request

  • contributorIdstring
    required

Responses

Response-Header

  • X-Pagination-Limitnumber

    The limit used to select the resources for the response

  • X-Pagination-Skipnumber

    The number of skipped items

  • X-Pagination-Pagenumber

    The calculate page of the list response. Refer to parameters to learn more.

  • X-Pagination-TotalCountnumber

    The total amount of items available in the remote ressource. Use this value in combination with the limit to calculate the available pages.

application/json

OK

  • Array[
  • *object
    • backendComponentsobject
      • extensionAddedToContextobject
        • urlstring (≥ 1 characters)
          required
      • extensionInstanceRemovedFromContextobject
        • urlstring (≥ 1 characters)
          required
      • extensionInstanceSecretRotatedobject
        • urlstring (≥ 1 characters)
          required
      • extensionInstanceUpdatedobject
        • urlstring (≥ 1 characters)
          required
    • blockedboolean
    • contextstring (one of: project, customer)
    • contributorIdstring
      required
    • descriptionstring
    • 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
    • frontendComponentsarray of object
      • Array[
      • *object
        • namestring
          required
        • urlstring
          required
      • ]
  • frontendFragmentsobject
    • *one of 1 alternatives
      • Alternativeobject
        • urlstring
          required
  • idstring (uuid)
    required
  • namestring
    required
  • scopesarray of string
    • Array[
    • *string
    • ]
  • statestring (one of: enabled, blocked, disabled)

    deprecated

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

    Usage examples

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