Retrieve Installation File

Retrieve a single installation file if the requesting manager has access permissions to it.

Endpoint

GET /api/v1/installation-files/{id}/

Description

  • Returns details for a single installation file by its ID.

Path parameters

  • id (required) — installation file ID (in path)

Query parameters

  • None

Headers

  • None documented

Request body

  • None

Responses

application/json

Notes

  • There is no "Try it out" example provided.

Was this helpful?