Method
listEdaVersions GET
Copy GET

Retrieves a list of versions for a given EDA object.

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[EdaVersion]

Exceptions:

TYPE WHEN
DataNotFoundError

edaId is not found.

Language: