Get Engine Version
Fetch a specific released version by major.minor.
Authorizations
API key with environment prefix. Use nx_test_... for sandbox and
nx_live_... for production. Obtain keys at
platform.usenexio.com/settings/api-keys.
Path Parameters
Engine identifier slug (e.g. default).
^\d+\.\d+$Response
Single version row.
Two-tier major.minor identifier (e.g. 1.0, 1.3, 2.0).
^\d+\.\d+$When the version row was created.
Operator-supplied human-readable summary of what changed.
True only when this is a *.0 row AND a prior major ((major-1).*)
also exists for the same engine. The first-ever release of an
engine reports false.
Actor recorded at publish: a dashboard user ID for dashboard
publishes, api_key:<id> for API publishes. Omitted on
backfilled rows with no recorded actor.