BrokerResearchEntitlementRequest
type BrokerResearchEntitlementRequest {
  requestId: ID!
  requestedAt: TimeStamp!
  status: BrokerResearchEntitlementRequestStatus!
  salesContact: BrokerResearchEntitlementSalesContact!
  entitlementGroups: [String!]!
  user: BrokerResearchUser!
}
Fields
BrokerResearchEntitlementRequest.requestId ● ID! non-null scalar
The requestId uniquely identify each request
BrokerResearchEntitlementRequest.requestedAt ● TimeStamp! non-null scalar
The epoch timestamp on which the request was created
BrokerResearchEntitlementRequest.status ● BrokerResearchEntitlementRequestStatus! non-null enum
BrokerResearchEntitlementRequest.salesContact ● BrokerResearchEntitlementSalesContact! non-null object
A sales contact is the name and email of the person that is responsible for the client and provider communication. It helps the provider to take action on the request
BrokerResearchEntitlementRequest.entitlementGroups ● [String!]! non-null scalar
The current set of entitlement groups associated with the request. The pending requests will have no entitlement groups.