v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Release

Get a release file

Retrieve a single file from a release including its content.

get/api/projects/{projectId}/releases/{releaseId}/files/{fileId}

Path parameters

projectIdstring uuid required

Project unique identifier

releaseIdstring uuid required

Release unique identifier

fileIdstring uuid required

File unique identifier

Response

Release file with content

idstring uuid required

File unique identifier

namestring nullable

File name

pathstring required

File path within the release

contentTypestring nullable

MIME type of the file

contentHashstring nullable

MD5 hash of the file content

releaseIdstring uuid required

ID of the release this file belongs to

versionIdstring uuid nullable

Document version ID

createdAtstring nullable

File creation timestamp

diffStatus'added' | 'modified' | 'removed' | 'unchanged'

Diff status when comparing releases

previousReleaseIdstring uuid

Previous release ID for modified files

previousIdstring uuid

Previous file ID for modified files

{"stackTrail":"paths:/api/projects/{projectId}/releases/{releaseId}/files/{fileId}:get:responses:200:content:application/json:schema:properties:content","oasType":"schema","type":"unknown","description":"File content (decision graph data)","nullable":true}
documentIdstring uuid nullable

Associated document ID