AddOns

List addOns

Get a list of add-ons

get/addons

Query parameters

status'ACTIVE' | 'ARCHIVED'
Example:ACTIVE

Filter by status

nextTokenstring
Example:eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ==
pageSizenumber
Example:10

Response

Response for List addons requests

nextTokenstring

Example response

{
  "data": [
    {
      "id": "addon.1zYnCiM9Bpg.1zYn",
      "status": "ACTIVE"
    }
  ]
}

Changes

Changed in 4 of the 34 revisions of this API.123

    • added the new NAMED_LICENSE enum value to the ////// response property for the response status

      response-property-enum-value-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the required property /// to the response with the status

      response-required-property-added

    • added the optional property ////// to the response with the status

      response-optional-property-added

  • 6b13f6f47735111See the full diff
    • removed the required property /// from the response with the status

      response-required-property-removed

    • removed the optional property ////// from the response with the status

      response-optional-property-removed

    • removed the NAMED_LICENSE enum value from the ////// response property for the response status

      response-property-enum-value-removed

    This revision also has 74 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog