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 {#api-key-id}

DeployedApiSubscription.deployedApi ● DeployedApi object platform {#deployed-api}

The Deployed API for which Subscription is created

DeployedApiSubscription.application ● DeployedApiApplication object platform {#application}

The Application created for Subscription

DeployedApiSubscription.plan ● DeployedApiPlan object platform {#plan}

The Plan associated with the Subscription

DeployedApiSubscription.status ● DeployedApiSubscriptionStatus! non-null enum platform {#status}

The status of Subscription

DeployedApiSubscription.startDate ● DateTime! non-null scalar platform {#start-date}

The date from which Subscription is active

DeployedApiSubscription.expirationDate ● DateTime scalar platform {#expiration-date}

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 platform {#approval-date}

The date when the Subscription request was approved

DeployedApiSubscription.consumerMessage ● String scalar miscellaneous {#consumer-message}

The message from API Consumer when Subscription was requested

DeployedApiSubscription.producerMessage ● String scalar miscellaneous {#producer-message}

The message from API Producer when Subscription was approved/rejected

DeployedApiSubscription.generatedBy ● String scalar miscellaneous {#generated-by}

The user who requested Subscription

DeployedApiSubscription.generatedDate ● DateTime! non-null scalar platform {#generated-date}

The date when Subscription was created

DeployedApiSubscription.statusChangedBy ● String scalar miscellaneous {#status-changed-by}

The user who changed the Subscription status

DeployedApiSubscription.statusChangedDate ● DateTime scalar platform {#status-changed-date}

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