PipeReport


Lookup a organization report by its ID

Field : ObjectDescription
cardCount: Int How many cards are returned in the report
color: String Color of report
createdAt: DateTime When the report was created
featuredField: String Featured formula that summarizes the Report
fields: [String] Fields to show in the report
filter: Json Filter to report
id: ID The report identifier
lastUpdatedAt: DateTime When the report was last updated
name: String When the exportation took place
selectedFormulaFields: [PipeReportFormulaField] Formula fields selected for the report
sortBy: ReportSortDirection How cards are sorted in the report.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

Json

A JSON (JavaScript Object Notation) format.

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.