prospectivePartners
Get a list of prospective partners
The prospectivePartners query accepts the following input: ProspectivePartnerInput
It returns the following: ProspectivePartner
An example of the request is as follows:
query {
prospectivePartners(input: {
pageIndex:1
pageSize:100
applicationStatus:[ProspectivePartnerStatus]
}
){
result{
guid
firstName
lastName
title
emailId
organization
status
countryCode
state
website
phoneNumber
rejectionReason
isThirdPartnerScreeningDone
isNotPartOfGartnerMagicIPaasAccount
errorMessage
}
numberOfResults
}
}
prospectivePartners(
input: ProspectivePartnerQueryInput!
): ProspectivePartnerQueryResult
Arguments
prospectivePartners.input ● ProspectivePartnerQueryInput! non-null input partner-portal
Type
ProspectivePartnerQueryResult object partner-portal
Was this topic helpful?