Skip to main content

Arguments

accountNumber : String! required

Account number for the Octoplus-enrolled account.

slug : String

Slug of the offer being queried.

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query OctoplusOffers( $accountNumber: String!, $slug: String ) { octoplusOffers( accountNumber: $accountNumber, slug: $slug ) { availableSitesUrl category claimAbility { ...OctoplusRewardClaimAbilityTypeFragment } claimBy description faqs { ...OctoplusOfferFAQsTypeFragment } imageUrls { ...OctoplusOfferImageUrlsTypeFragment } longDescription name partnerName partnerSiteUrl pointsCost priceTag slug termsAndConditions usageInstructions } }

Variables

{ "accountNumber": "A-A09AD815", "slug": "report-window-against-today-himself" }

Response

{ "data": { "octoplusOffers": [ { "availableSitesUrl": "street-company-respond-between-friend", "category": "wide-prevent-six-leave-likely", "claimAbility": OctoplusRewardClaimAbilityType, "claimBy": "1997-11-15T21:20:20.024413+00:00", "description": "significant-rich-create-key-my", "faqs": [OctoplusOfferFAQsType], "imageUrls": OctoplusOfferImageUrlsType, "longDescription": "number-unit-style-change-heavy", "name": "board-ago-avoid-consumer-she", "partnerName": "project-something-eye-choose-will", "partnerSiteUrl": "step-water-affect-however-plant", "pointsCost": 95, "priceTag": "society-direction-receive-yard-name", "slug": "economic-institution-city-condition-production", "termsAndConditions": "away-movie-newspaper-claim-heart", "usageInstructions": "again-describe-dog-American-middle" } ] } }