# Import shotgun versions **POST /import/shotgun/versions** Import Shotgun versions (preview files). Send a list of Shotgun version entries in the JSON body. Only versions linked to tasks are imported. Returns created or updated preview files. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **id** (integer) Shotgun ID of the version - **code** (string) Version code - **description** (string) Version description - **sg_task** (object) Task information - **user** (object) User information - **sg_uploaded_movie** (object) Uploaded movie information ## Responses ### 200: Versions imported successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Preview file unique identifier - **name** (string) Preview file name - **description** (string) Preview file description - **source** (string) Source of the preview - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Update timestamp ### 400: Invalid request body or data format error [Powered by Bump.sh](https://bump.sh)