List Installation Files

Show all installation files the requesting manager has access permissions to.

GET /api/v1/installation-files/


request.json
{
  "name": "Show all installation files the requesting manager has access permissions to.",
  "method": "GET",
  "url": "/api/v1/installation-files/",
  "description": "",
  "tab": "examples",
  "examples": {
    "languages": [
      {
        "id": "tQId7IrswOr8o16XEHPWE",
        "language": "json",
        "code": "",
        "customLabel": ""
      }
    ],
    "selectedLanguageId": "tQId7IrswOr8o16XEHPWE"
  },
  "request": {
    "pathParameters": [],
    "queryParameters": [],
    "headerParameters": [],
    "bodyDataParameters": [],
    "formDataParameters": []
  },
  "hasTryItOut": false
}

Pagination

Default pagination is 20 results per page.

  • limit — Number of results to return per page. Example: limit=20

  • offset — The initial index from which to return the results. Example: offset=21

Filtering

The results can be filtered by various attributes on the installation file or related to the installation file.

Possible filters:

  • product

Was this helpful?