GetActiveSnapshotV1
The GetActiveSnapshotV1 call returns the name of the active snapshot for the given project. It is only intended for use in a runtime instance.
This call works only if the Contract Manager and the Instance are installed on the same machine.
The request requires the following fields next to the standard fields.
| Field | Type | Description |
|---|---|---|
| project | repositoryobjectname | Name of the project to get the active snapshot of. |
The response contains the following fields in addition to the standard fields:
| Field | Type | Description |
|---|---|---|
| snapshot | name | Name of the active snapshot. |
In case of an error, the response contains a SOAP Fault structure. This includes all scenarios where there is no active snapshot to return.