Skip to content
SENS Platform Docs

Resolve one immutable released or deprecated Custom-block version for a pinned Flow graph.

GET
/v1/flow-block-versions/{versionId}
curl --request GET \
--url https://api.dev.iot-sens.schlossers.at/v1/flow-block-versions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'
versionId
required
string format: uuid
tenantNumber
integer format: int32
>= 1 <= 2147483647

Tenant context for resolving a tenant-owned pinned version; omission resolves platform assets only.

Exact immutable released or deprecated block selection and its JSON Schemas.

Media typeapplication/json
object
item
required
object
reference
required
object
manifest
required
object
scope
required
string
Allowed values: platform tenant
schemas
required
Array<object>
object
$id
required
string format: uri
$schema
required
string
Allowed value: https://json-schema.org/draft/2020-12/schema
Example
{
"item": {
"scope": "platform"
},
"schemas": [
{
"$schema": "https://json-schema.org/draft/2020-12/schema"
}
]
}

A safe platform error response.

Media typeapplication/json
object
error
required
object
code
required
string
Allowed values: VALIDATION_FAILED AUTHENTICATION_FAILED AUTHORIZATION_FAILED RESOURCE_NOT_FOUND CONFLICT DEPENDENCY_FAILURE FLOW_FAILURE RATE_LIMITED INTERNAL_ERROR
category
required
string
Allowed values: validation authentication authorization not_found conflict dependency_failure flow_failure rate_limit internal
message
required

Safe client-facing diagnostic message.

string
correlationId
required

Correlation ID for operational investigation.

string
>= 1 characters
details

Safe bounded diagnostic details.

object
key
additional properties
One of:
string
Example
{
"error": {
"code": "VALIDATION_FAILED",
"category": "validation"
}
}
Cache-Control
string
Allowed value: no-store