Gridstate
ApiV1Release

Read immutable build, schema, and data release identity

GET
/v1/release

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/release"
{  "data": {    "releaseId": "string",    "dataSnapshotSha256": "string",    "releaseReportSha256": "string",    "buildReference": "string",    "buildArtifactSha256": "string",    "migrationHead": "string",    "openApiSha256": "string",    "policySha256": "string",    "contentFingerprint": "string",    "productionRevision": 0,    "validUntil": "2019-08-24T14:15:22Z",    "deploymentId": "string"  }}