Datasets

Put dataset view

Overwrite view data with updated filters and other information for a specific dataset.

put/api/datasets/views/{id}/

Path parameters

idstring required

View ID

Request body

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

Dataset ID

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:DatasetViewRequest:properties:ordering","oasType":"schema","type":"unknown","description":"Ordering parameters","nullable":true}
{"stackTrail":"components:schemas:DatasetViewRequest:properties:selected_items","oasType":"schema","type":"unknown","description":"Selected items","nullable":true}
userinteger nullable

User who made this view

Response

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

Dataset ID

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:DatasetView:properties:ordering","oasType":"schema","type":"unknown","description":"Ordering parameters","nullable":true}
{"stackTrail":"components:schemas:DatasetView:properties:selected_items","oasType":"schema","type":"unknown","description":"Selected items","nullable":true}
userinteger nullable

User who made this view

Changes

Changed in 3 of the 97 revisions of this API.1721

  • b9100d884b0b44See the full diff
    • removed the request property filter_group/filters/items/child_filter (media type: application/json)

      request-property-removed

    • removed the request property filter_group/filters/items/child_filter (media type: application/x-www-form-urlencoded)

      request-property-removed

    • removed the request property filter_group/filters/items/child_filter (media type: multipart/form-data)

      request-property-removed

    • 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 filter_group/filters/items/child_filters (media type: application/json)

      new-optional-request-property

    • added the new optional request property filter_group/filters/items/child_filters (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property filter_group/filters/items/child_filters (media type: multipart/form-data)

      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

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

      response-property-type-changed

    • removed the request property locked_by (media type: application/json)

      request-property-removed

    • removed the request property locked_by (media type: application/x-www-form-urlencoded)

      request-property-removed

    • removed the request property locked_by (media type: multipart/form-data)

      request-property-removed

    • 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 new optional request property is_locked (media type: application/json)

      new-optional-request-property

    • added the new optional request property is_locked (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property is_locked (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property locked_at (media type: application/json)

      new-optional-request-property

    • added the new optional request property locked_at (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property locked_at (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property locked_by (media type: application/json)

      new-optional-request-property

    • added the new optional request property locked_by (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property locked_by (media type: multipart/form-data)

      new-optional-request-property

    • 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

Of the 97 revisions, 1 has no diff computed.