List Connection Versions
ListConnectionVersions returns a page of ConnectionVersions ordered by most recently updated first. Customising the sort behaviour is not currently supported but may be added in the future. Similarly with filtering, this will be implemented in a future release.
Authorizations
Cookie authentication used by the Versori Platform.
Path Parameters
ID is the unique identifier of the Connection.
Query Parameters
Response
ID is the unique identifier of the ConnectionVersion, this is typically only used internally and the version
name
is used externally in combination with the Connection id
.
Name denotes the actual version value for the Connection. This can be any value but a consistent naming strategy is recommended, such as SemVer, CalVer or an incrementing number. The names "default" and "latest" are reserved words and cannot be used.
Description allows specifying additional information about the ConnectionVersion, such as what changed since the last version etc.
IsLatest denotes whether this is the latest version of the Connection.
IsDefault denotes whether this is the default version of the Connection.
CreatedAt is the time at which the ConnectionVersion was created.
UpdatedAt is the time at which the ConnectionVersion was last updated, including any changes to child resources.
PublishedAt is the time at which the ConnectionVersion was published.