Get all Filter views
path Parameters
workspaceIdstring · required
query Parameters
originstring · enumDefines scope of origin of objects. All by default.
Enum values:ALLPARENTSNATIVEDefault: ALLfilterstringFiltering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').
includestring[] · style: formArray of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter "ALL" is present, all possible includes are used (include=ALL).
WARNING: Individual include types (collection, relationship or ALL) cannot be combined together.
Enum values:analyticalDashboardsusersanalyticalDashboarduserALLpageintegerZero-based page index (0..N)
Default: 0sizeintegerThe size of the page to be returned
Default: 20sortstring[]Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
metaIncludestring[] · unique · style: formInclude Meta objects.
Included meta objects
Enum values:pageallALL
Headers
X-GDC-VALIDATE-RELATIONSbooleanDefault: false
Responses
Request successfully processed
dataobject[] · unique · required
includedarray · uniqueIncluded resources
linksobjectmetaobject
Post Filter views
path Parameters
workspaceIdstring · required
query Parameters
includestring[] · style: formArray of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter "ALL" is present, all possible includes are used (include=ALL).
WARNING: Individual include types (collection, relationship or ALL) cannot be combined together.
Enum values:analyticalDashboardsusersanalyticalDashboarduserALL
Responses
Request successfully processed
dataobject · requiredJSON:API representation of filterView entity.
includedarray · uniqueIncluded resources
linksobject
Get Filter view
path Parameters
workspaceIdstring · requiredobjectIdstring · required
query Parameters
filterstringFiltering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').
includestring[] · style: formArray of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter "ALL" is present, all possible includes are used (include=ALL).
WARNING: Individual include types (collection, relationship or ALL) cannot be combined together.
Enum values:analyticalDashboardsusersanalyticalDashboarduserALL
Headers
X-GDC-VALIDATE-RELATIONSbooleanDefault: false
Responses
Request successfully processed
dataobject · requiredJSON:API representation of filterView entity.
includedarray · uniqueIncluded resources
linksobject
Put Filter views
path Parameters
workspaceIdstring · requiredobjectIdstring · required
query Parameters
filterstringFiltering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').
includestring[] · style: formArray of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter "ALL" is present, all possible includes are used (include=ALL).
WARNING: Individual include types (collection, relationship or ALL) cannot be combined together.
Enum values:analyticalDashboardsusersanalyticalDashboarduserALL
Responses
Request successfully processed
dataobject · requiredJSON:API representation of filterView entity.
includedarray · uniqueIncluded resources
linksobject
Delete Filter view
path Parameters
workspaceIdstring · requiredobjectIdstring · required
query Parameters
filterstringFiltering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').
Responses
Successfully deleted
Patch Filter view
path Parameters
workspaceIdstring · requiredobjectIdstring · required
query Parameters
filterstringFiltering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').
includestring[] · style: formArray of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter "ALL" is present, all possible includes are used (include=ALL).
WARNING: Individual include types (collection, relationship or ALL) cannot be combined together.
Enum values:analyticalDashboardsusersanalyticalDashboarduserALL
Responses
Request successfully processed
dataobject · requiredJSON:API representation of filterView entity.
includedarray · uniqueIncluded resources
linksobject
Get filter views
Retrieve filter views for the specific workspace
path Parameters
workspaceIdstring · required
query Parameters
excludestring[]Enum values:ACTIVITY_INFO
Responses
Retrieved filterViews.
idstring · pattern:^(?!\.)[.A-Za-z0-9_-…· requiredFilterView object ID.
Example: filterView-1titlestring · maxLength: 255 · required
analyticalDashboardobjectAn analytical dashboard identifier.
contentobject | null · maxLength: 15000Free-form JSON object
Example: {}descriptionstring · maxLength: 255isDefaultbooleanIndicator whether the filter view should by applied by default.
tagsstring[] · uniqueuserobjectA user identifier.
Example: {"id":"example123","type":"user"}
Set filter views
Set filter views for the specific workspace.
path Parameters
workspaceIdstring · required
Request Body
idstring · pattern:^(?!\.)[.A-Za-z0-9_-…· requiredFilterView object ID.
Example: filterView-1titlestring · maxLength: 255 · required
analyticalDashboardobjectAn analytical dashboard identifier.
contentobject | null · maxLength: 15000Free-form JSON object
Example: {}descriptionstring · maxLength: 255isDefaultbooleanIndicator whether the filter view should by applied by default.
tagsstring[] · uniqueuserobjectA user identifier.
Example: {"id":"example123","type":"user"}
Responses
FilterViews successfully set.