Versions
Retrieves active and planned versions of iSHARE. By default returns current state. Server response is an iSHARE signed JSON Web Token. Please refer to the models 'jwt_header' and 'jwt_payload_versions_token' which indicate what the decoded response will look like.
OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed.
OK
OK
Response model
The model of the versions_token JWT response is available on the iSHARE OpenAPI documentation.
Decoded versions_token parameters:
It contains iSHARE compliant JWT claims. In addition to that it also contains the following parameters:
versions_infoArray of Objects. Root level.
Contains collection of trusted certificate authorities.
version_nameString. Contained in the object of
versions_info.Version name. Expected format should be {major}.{minor}.{patch}.
valid_fromTimestamp (ISO 8601). Contained in the object of
versions_info.UTC timestamp which states since when version is valid.
valid_toTimestamp (ISO 8601). Contained in the object of
versions_info.UTC timestamp which states till when version is valid.
version_statusString. Contained in the object of
versions_info.Status of the version. Available values are active and planned.
Example request
Example response
The response contains an encoded JWT, which looks like this:
After decoding, the example content of the JWT looks like this:
Last updated