Guides
File Handling
The API provides endpoints for managing SPACE GASS .sg project files
— opening, saving, closing, and checking file status before operations.
Opening a File
Checking File Status
Before opening a file, you can check its status to determine if it is locked by another process or has unsaved changes:
Saving
The save endpoint handles both saving to the current path and
saving to a new path. Pass a filePath to save as a new file,
or omit it to save in place.
Creating a New Job
Creating a New Job From a Template
Upload a .sgbase template file to seed a new job. The template data
is loaded but the new job has no file path — use Job.Save with a
FilePath (see Saving) to write it to disk.
The body is a multipart/form-data upload. Both SDKs expose this via
the Kiota MultipartBody abstraction with one part named template.
Closing
Last modified on

