Waiting for engine...
Skip to main content

DeployedApiSubscription

No description

type DeployedApiSubscription {
apiKeyId: ID!
deployedApi: DeployedApi
application: DeployedApiApplication
plan: DeployedApiPlan
status: DeployedApiSubscriptionStatus!
startDate: DateTime!
expirationDate: DateTime
approvalDate: DateTime
consumerMessage: String
producerMessage: String
generatedBy: String
generatedDate: DateTime!
statusChangedBy: String
statusChangedDate: DateTime
}

Fields

DeployedApiSubscription.apiKeyId ● ID! non-null scalar miscellaneous

DeployedApiSubscription.deployedApi ● DeployedApi object platform

The Deployed API for which Subscription is created

DeployedApiSubscription.application ● DeployedApiApplication object platform

The Application created for Subscription

DeployedApiSubscription.plan ● DeployedApiPlan object platform

The Plan associated with the Subscription

DeployedApiSubscription.status ● DeployedApiSubscriptionStatus! non-null enum platform

The status of Subscription

DeployedApiSubscription.startDate ● DateTime! non-null scalar partner-portal

The date from which Subscription is active

DeployedApiSubscription.expirationDate ● DateTime scalar partner-portal

The date till which Subscription is active. If this field's value is "null", it means the Subscription does not have an expiration date.

DeployedApiSubscription.approvalDate ● DateTime scalar partner-portal

The date when the Subscription request was approved

DeployedApiSubscription.consumerMessage ● String scalar miscellaneous

The message from API Consumer when Subscription was requested

DeployedApiSubscription.producerMessage ● String scalar miscellaneous

The message from API Producer when Subscription was approved/rejected

DeployedApiSubscription.generatedBy ● String scalar miscellaneous

The user who requested Subscription

DeployedApiSubscription.generatedDate ● DateTime! non-null scalar partner-portal

The date when Subscription was created

DeployedApiSubscription.statusChangedBy ● String scalar miscellaneous

The user who changed the Subscription status

DeployedApiSubscription.statusChangedDate ● DateTime scalar partner-portal

The date when Subscription status was updated

Returned By

deployedApiSubscription query ●  deployedApiSubscriptionCreate mutation ●  deployedApiSubscriptionRegenerateApiKey mutation ●  deployedApiSubscriptionUpdate mutation

Member Of

DeployedApi object ●  DeployedApiApplication object ●  DeployedApiClient object

Implemented By

_Entity union

On this Page