Skip to content

Deal api crm.deals.searchApi.doSearch has an invalid sorts typeΒ #559

@voho

Description

@voho

The type of sorts is an array of strings; however, according to your docs, it should be also possible to specify sorting directions like this:

    "sorts": [
      {
        "propertyName": "createdate",
        "direction": "DESCENDING"
      }
    ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions