Skip to main content
PUT
/
platform
/
appdev
/
appsubscriptions
/
events
Error
A valid request URL is required to generate request examples
{
  "applicationSubscriptionId": 123,
  "applicationEndPoint": "<string>",
  "events": [
    {
      "eventId": 123,
      "eventName": "<string>",
      "eventCategory": "<string>",
      "apiVersionNumber": "<string>"
    }
  ],
  "packageId": 123,
  "noCallback": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Defines an event that an Application Version is subscribed to.

applicationSubscriptionId
integer<int32>

The unique identifier of an ApplicationVersionEvent record.

applicationEndPoint
string | null

The End Point where the event information will be sent to when the event is fired.

events
object[] | null
packageId
integer<int32>
noCallback
boolean

Response

Success

Defines an event that an Application Version is subscribed to.

applicationSubscriptionId
integer<int32>

The unique identifier of an ApplicationVersionEvent record.

applicationEndPoint
string | null

The End Point where the event information will be sent to when the event is fired.

events
object[] | null
packageId
integer<int32>
noCallback
boolean