Zum Hauptinhalt springen

List contributors

GET/contributors/
v2
GET
extension-list-contributors

Request

Responses

Response-Header

  • X-Pagination-Limitinteger

    The limit used to select the resources for the response

  • X-Pagination-Skipinteger

    The number of skipped items

  • X-Pagination-Pagenumber

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

  • X-Pagination-TotalCountinteger

    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

A List of Contributors within the mStudio.

  • Array[
    • *object
      • customerIdstring (uuid)
        required
      • descriptionstring
      • descriptionsobject

        A few words about the introduction as a contributor

        • destring
          required
        • enstring
      • emailstring
        deprecated
        required
      • homepagestring (uri)
      • idstring (uuid)
        required
      • imprintone of 2 alternatives
        • Alternativeobject
          • textstring (≥ 1 characters)
            required
        • Alternativeobject
          • urlstring (≥ 1 characters, uri)
            required
      • logoRefIdstring (uuid)
      • namestring
        required
      • phonestring
        deprecated
      • statestring (one of: enabled, disabled)
        deprecated
        required
      • supportInformation
        required
      • urlstring
        deprecated
    ]

Usage examples

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