Get All Deploymentsget https://{serverURL}/api/deploymentsThis endpoint returns a paginated list of deployments.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 namedescriptionstringFilter by description, wildcard may be specified as %. eg. example-%dateCreatedstringFilter 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)Responses 200Successful Request 4XXError Codes 5XXError CodesUpdated over 2 years ago