OBJECT
ReportEntity
link GraphQL Schema definition
- type ReportEntity {
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- : Boolean!
- # Unique identifier of entity.
- : ID!
- # Specifies if the entity is considered deleted.
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # User who owns the report or dashboard.
- : ClientEntity
- # Report folder this report is filed under (default folder when empty).
- : ReportFolderEntity
- # Specific record this report is synchronized to. Set only when sync_enabled is
- # true.
- : ProfileEntity
- # Public access token used in shareable report URLs. Empty when public sharing is
- # not configured for the report.
- : String
- # AI assistant conversation associated with the report (e.g. records of AI-driven
- # report generation).
- : [AiConversationItem!]
- # Free-text description shown alongside the report.
- : String
- # Name of the entity and its default text representation.
- : String!
- # Id of the owning user.
- : ID!
- # Id of the parent report folder.
- : ID!
- : ReportSettings!
- # Field whose values are strictly defined with an enumeration of values.
- : ShareModeEnum
- # Bit flags fine-tuning sharing behavior (e.g. allow editing for shared users).
- : Int
- # When true, name and settings are kept in sync with the linked screen profile;
- # when false, the report is detached from profile sync.
- : Boolean
- # Id of the synchronized record.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : ReportTypeEnum!
- # Revision when entity was lastly changed.
- : Int
- : ReportScheduleEntity
- # True when the current user has marked this report as a favorite (see
- # ClientFavorite).
- : Boolean!
- # Sales units granted shared access to this report (custom share mode).
- #
- # Arguments
- # filter: Filter SalesUnit relations by target SalesUnit
- # attributes.
- # filterEdge: Filter ReportSharingSalesUnitRelation relations by
- # edge (relation) ReportSharingSalesUnitRelation attributes.
- # orderBy: Order SalesUnit relations by target SalesUnit
- # attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : SalesUnitFilterInput,
- : ReportSharingSalesUnitRelationFilterInput,
- : [SalesUnitOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): ReportSharingSalesUnitRelationEntityConnection
- # Users granted shared access to this report (custom share mode).
- #
- # Arguments
- # filter: Filter Client relations by target Client attributes.
- # filterEdge: Filter ReportSharingClientRelation relations by
- # edge (relation) ReportSharingClientRelation attributes.
- # orderBy: Order Client relations by target Client attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : ClientFilterInput,
- : ReportSharingClientRelationFilterInput,
- : [ClientOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): ReportSharingClientRelationEntityConnection
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- }
link Require by
- ChangeOwnershipReportPayloadnull
- ClientFavoriteEntitynull
- ProfileEntitynull
- RemoveScheduleReportPayloadnull
- ReportEntityEdgeA Relay edge containing a `ReportEntity` and its cursor.
- ReportRepositorynull
- ReportScheduleEntitynull
- ReportSharingClientRelationEntitynull
- ReportSharingSalesUnitRelationEntitynull
- SetScheduleReportPayloadnull