Data Manager

Update view

Update view data with additional filters and other information for a specific project.

patch/api/dm/views/{id}/

Path parameters

idstring required

View ID

Request body

projectinteger

Project ID

Example request

{
  "data": {
    "filters": {
      "items": [
        {
          "filter": "filter:tasks:id",
          "operator": "greater",
          "type": "Number",
          "value": 123
        }
      ]
    }
  }
}

Response

{"stackTrail":"components:schemas:View:properties:data","oasType":"schema","type":"unknown","description":"Custom view data","nullable":true}
idinteger required
is_lockedboolean nullable

Whether this data manager tab is locked against configuration changes

locked_atstring date-time nullable

Time when this view was locked

orderinteger nullable

Position of the tab, starting at the left in data manager and increasing as the tabs go left to right

{"stackTrail":"components:schemas:View:properties:ordering","oasType":"schema","type":"unknown","description":"Ordering parameters","nullable":true}
projectinteger required

Project ID

{"stackTrail":"components:schemas:View:properties:selected_items","oasType":"schema","type":"unknown","description":"Selected items","nullable":true}
userinteger nullable

User who made this view

Changes

Changed in 5 of the 97 revisions of this API.5316

  • e1ba2ecdbabb424See the full diff
    • added PrepareParamsFiltersRequest to the data/filters request property allOf list

      request-property-all-of-added

    • added PrepareParamsOrderingRequest to the data/ordering request property allOf list

      request-property-all-of-added

    • the data/filters request property type/format changed from object/ to /

      request-property-type-changed

    • the data/ordering request property type/format changed from array/ to /

      request-property-type-changed

    • removed the request property data/filters/conjunction

      request-property-removed

    • removed the request property data/filters/items

      request-property-removed

    • added the media type application/x-www-form-urlencoded to the request body

      request-body-media-type-added

    • added the media type multipart/form-data to the request body

      request-body-media-type-added

    • the request property data/filters became nullable

      request-property-became-nullable

    • the request property data/ordering became nullable

      request-property-became-nullable

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • b9100d884b0b12See the full diff
    • removed the optional property filter_group/filters/items/child_filter from the response with the 200 status

      response-optional-property-removed

    • added the new optional request property data/filters/items/items/child_filters

      new-optional-request-property

    • added the optional property filter_group/filters/items/child_filters to the response with the 200 status

      response-optional-property-added

  • 4005021a10e715See the full diff
    • the locked_by response's property type/format changed from integer/ to object/ for status 200

      response-property-type-changed

    • added the optional property locked_by/email to the response with the 200 status

      response-optional-property-added

    • added the optional property locked_by/id to the response with the 200 status

      response-optional-property-added

    • added the optional property locked_by/name to the response with the 200 status

      response-optional-property-added

    • the response optional property locked_by became read-only for the status 200

      response-optional-property-became-read-only

    • the response property locked_by became required for the status 200

      response-property-became-required

    • added the optional property is_locked to the response with the 200 status

      response-optional-property-added

    • added the optional property locked_at to the response with the 200 status

      response-optional-property-added

    • added the optional property locked_by to the response with the 200 status

      response-optional-property-added

    • added the new in_list enum value to the request property data/filters/items/items/operator

      request-property-enum-value-added

    • added the new not_in_list enum value to the request property data/filters/items/items/operator

      request-property-enum-value-added

Of the 97 revisions, 1 has no diff computed.