v1
latestOpenAPI 3.0.42026-08-064075233.0 KBResources
Get version of a resource
Returns a version of the resource with the specified id.
get/api/resources/{resourceId}/versions/{versionId}
Path parameters
resourceIdstring uuid required
The identifier for the resource that we want to find a version for.
versionIdstring uuid required
The version of the resource that we want to get.
Response
OK
Example response
{
"id": "61ec8858-abd2-455e-b023-fd1184c96329",
"resourceId": "5189952c-21b0-4ca6-b84d-43c00fc5dad8",
"contentId": "61ec8858-abd2-455e-b023-fd1184c96329",
"name": "My resource",
"description": "My description",
"type": "File",
"sizeInBytes": 1234,
"state": "Draft",
"path": "./my_path",
"md5Sum": "1175E6103E3158432AC8EE0716B937B3",
"contentType": "application/octet-stream",
"version": 1,
"createdAt": "2024-09-24T09:33:38.013347Z",
"createdBy": "256f791c-fbc0-4435-9429-d291227f6577",
"updatedAt": "2024-09-24T09:33:38.013347Z",
"updatedBy": "256f791c-fbc0-4435-9429-d291227f6577",
"flowsCount": 3,
"flowDraftsCount": 3,
"flowTemplatesCount": 3,
"parameterValuesCount": 3
}