portals
Get a list of portals
The portals query accepts the following input: PortalsQueryInput
It returns the following: PortalsQueryResult
An example of the request is as follows:
query portals
portals(input: { pageIndex:0 pageSize:100}){
result{
guid
atomsphereAccountId
status
companyProfile{
guid
name
website
numOfEmployees
address
techFocusArea
industryFocus
programUseCase
}
numberOfResults
}
}
portals(
input: PortalsQueryInput!
): PortalsQueryResult
Arguments
portals.input ● PortalsQueryInput! non-null input partner-portal
Type
PortalsQueryResult object partner-portal
Was this topic helpful?