POST as x-www-form-urlencoded:
https://joy.classapp.co/graphql?access_token=YOUR_TOKEN_HERE&client_id=YOUR_CLIENT_ID
Params | Description |
---|---|
id | The ID of an object |
dbId | Identifies the primary key from the database. |
uri | URI of webhook |
model | Model wich will be apllied the webhook |
event | Event wich will trigger the webhook |
modelId | Specific Id of the model wich will trigger the webhook |
organizationId | Organization the webhook is part of |
organization | Organization that webhook belongs to |
applicationId | Application the webhook is part of |
application | Application the webhook belongs to |
created | An ISO-8601 encoded UTC date string of when record was created |
modified | An ISO-8601 encoded UTC date string of when record was updated |
deleted | An ISO-8601 encoded UTC date string of when record was deleted |
key | Random ID to differentiate from others |
selected | Helper field for clients |
highlighted | Helper field for clients |
expanded | Helper field for clients |
loaded | Helper field for clients |
loading | Helper field for clients |
Arguments | Type | Description |
---|---|---|
organizationId | ID SCALAR | The organization ID that webhook belongs to |
applicationId | ID SCALAR | The application ID that webhook belongs to |
uri | Not Null | URI of webhook |
model | Not Null | Model wich will be apllied the webhook |
event | Not Null | Event wich will trigger the webhook |
modelId | Int SCALAR | Specific Id of the model wich will trigger the webhook |
clientMutationId | String SCALAR |
Arguments | Type | Description |
---|---|---|
id | Not Null | The ID of a webhook object |
uri | String SCALAR | URI of webhook |
model | WebhookModelType ENUM | Model wich will be apllied the webhook |
event | WebhookEventType ENUM | Event wich will trigger the webhook |
modelId | Int SCALAR | Specific Id of the model wich will trigger the webhook |
clientMutationId | String SCALAR |
Arguments | Type | Description |
---|---|---|
id | Not Null | The ID of a webhook object |
clientMutationId | String SCALAR |