v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Release

Get release files

Retrieve all files contained in a release with their content.

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

Path parameters

projectIdstring uuid required

Project unique identifier

releaseIdstring uuid required

Release unique identifier

Response

List of release files 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:get:responses:200:content:application/json:schema:items:properties:content","oasType":"schema","type":"unknown","description":"File content (decision graph data)","nullable":true}
documentIdstring uuid nullable

Associated document ID