OBJECT
AssociatedReference
Associated external reference of the report
link GraphQL Schema definition
- type AssociatedReference {
- # Code of the associated reference type.
- : AssociatedReferenceTypeCode!
- # Description of the associated reference type code.
- : String!
- # Actual reference ID value.
- : String!
- }