Data Manager

List views

List all views for a specific project.

get/api/dm/views/

Query parameters

projectinteger

Project ID

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 3 of the 97 revisions of this API.119

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

      response-optional-property-removed

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

      response-optional-property-added

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

      response-property-type-changed

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-became-read-only

    • the response property items/locked_by became required for the status 200

      response-property-became-required

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

Of the 97 revisions, 1 has no diff computed.