listversions Return a list of all versions for the specified model. Usage: MDSModelDeploy listversions -model -service Options: ...

listversions
    Return a list of all versions for the specified model.

Usage:

MDSModelDeploy listversions
-model 
[-service ]

Options:
-model :
    The name of the model for which to list all the versions.

-service :
    Specifies the service name to connect to.
    This parameter is required if there are multiple instances of Master Data Services installed.
    Use the "MDSModelDeploy listservices" command to list the available service instances.

All names that contain spaces must be enclosed in quotation marks.

Examples:

1. List all the versions for the Account model in the only MDS instance

MDSModelDeploy listversions -model Account

2. List all the versions for the Product model in the "MDS Website" service

MDSModelDeploy listversions -model Product -service "MDS Website"