Method
Retrieves a list of versions for a given EDA object.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
edaId |
str |
The unique ID associated with the EDA object.
|
No |
limit |
int |
The maximum length of the list of all EDA versions.
|
No |
startAfterVersion |
str |
The ID of the version after which the list starts.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
list[EdaVersion] |
|
TYPE |
WHEN |
DataNotFoundError |
edaId is not found.
|