Get version details
Gain real-time insights into the progress and status of the version, ensuring a transparent and informed monitoring experience throughout the certification journey.
Last updated
Gain real-time insights into the progress and status of the version, ensuring a transparent and informed monitoring experience throughout the certification journey.
Last updated
This API endpoint, accessible via the specified URL, provides detailed information about a specific version, including its current status, associated blockchain transaction ID, and other pertinent details.
Usage Notes:
A version ID is included in the success response when utilizing the /create
API.
This API serves as a valuable tool for polling the status of a version. It is particularly useful during the minting process, which may span a timeframe ranging from 2 seconds to 10 minutes.
By leveraging this API, users gain real-time insights into the progress and status of the version, ensuring a transparent and informed monitoring experience throughout the certification journey.
Method
POST
Attributes
Attribute | Type | Description |
---|---|---|
status
Integer
Represents the status of the API response.
message
String
Provides a message indicating the success or failure of the API request.
results
Array of Objects
Contains an array of objects with information about the submitted file(s).
result
Object
Contains information about the submitted version.
result.version_id
String
Unique identifier for the version of the file.
result.fileId
String
Unique identifier for the submitted file.
result.version_name
String
The name of the file version.
result.fileName
String
The name of the file.
result.fileStatus
String
The status of the file (e.g., "in_progress").
result.is_primary
Boolean
Indicates whether the file is the primary file.
result.size
String
The size of the file.
result.description
String
Description of the file, if available.
result.transaction_id
String
Unique identifier for the transaction related to the file.
result.hash
String
The hash value of the file.
result.category
Object
Contains information about the category of the file.
result.category.id
Integer
Unique identifier for the category.
result.category.name
String
The name of the category.
result.status
String
The overall status of the file (e.g., "completed").
result.error
Object
Object containing information about any errors, if applicable.
result.user
Object
Contains information about the user associated with the file.
result.user.id
String
Unique identifier for the user.
result.user.first_name
String
The first name of the user.
result.user.last_name
String
The last name of the user.
result.user.email
String
The email address of the user.
result.created_at
String
The timestamp indicating when the file was created.
result.lastUpdatedAt
String
The timestamp indicating when the file was last updated.