Get all Deploysget https://{serverURL}/api/deploysThis endpoint retrieves all deploys.Query Paramsmaxint64Defaults to 25Maximum number of records to returnoffsetint64Defaults to 0Offset records, the number of records to skip, for paginating requestsphrasestringSearch phrase for partial matches on name or descriptionnamestringFilter by namedeploymentIdint64Filter by deployment idinstanceNamestringFilter by instance nameinstanceIdint64The Instance ID for Filteringversionint64Filter by version number (userVersion)versionIdint64Filter by deployment version idcreatedByIdint64Filter by owner (user) iddeployTypestringenumFilter by type (deployType), file, git, fetchfilefilegitfetchAllowed:filegitfetchdateCreatedstringFilter by dateCreated, the created timestamp is more recent or equal to the date specifiedlastUpdateddate-timeDate filter, restricts query to only load resources updated more recently than the date specified (ISO 8601)deployDatestringFilter by deployDate, deployment completion timestamp is more recent or equal to the date specifiedstatusstringenumFilter by statusdeployingstageddeployingcommitedarchivedAllowed:stageddeployingcommitedarchivedResponses 200Successful Request 4XXError Codes 5XXError CodesUpdated over 2 years ago