Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-3900

Inconsistent use of Date suffix in REST API

    XMLWordPrintable

Details

    Description

      The Get Tasks query parameters due, followUp and created are used inconsistently in the REST API:

      For the Get Tasks GET query, they have to be used without Date suffix, e.g. GET /task?due=2013-01-23T13:49:42

      For the Get Tasks POST query, they have to be used with Date suffix, e.g.
      POST /task
      {
      "dueDate": "2013-01-23T13:49:42"
      }

      The same problem exists with the created (GET) and the createdOn (POST) parameter.

      Currently, the REST documentation for POST is incorrect, indicating the use of all three parameters without any suffix.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              meyer Daniel Meyer
              sebastian.stamm Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce