Page History
...
Code Block |
---|
{ "callback_id":"AB3423", "event_type":"person_added", "destination":{ "url":"http://destination.url", "method":"POST", "content_type":"application/json" }, "start_date":"20102017-01-01T00:00Z", "end_date":"20202017-0102-01T00:00Z", "url":"/companies/:id/mobiledb/config/callbacks/:callback_id", "created_at":"20122017-04-05T1415T14:30Z", "updated_at":"20122017-05-08T1918T19:30Z" } |
Elements
Data Element | Type | Description | Required | Default |
---|---|---|---|---|
callback_id | String | Vibes unique identifier for each callback record. | Required |
|
event_type | String | Event type to trigger this callback. | Required |
|
destination.url | String | External URL to submit the callback data. | Required |
|
destination.method | String | Method to submit the data to the destination URL. | Optional | POST |
destination.content_type | String | Content type to set when submitting the data to the destination URL. | Optional | application/json |
start_date | String | Date this callback starts. | Optional | now |
end_date | String | Date this callback ends. | Optional | no end date |
url | String | Unique resource URL for the callback. | N/A |
|
created_at | String | Date this callback was created. | N/A |
|
updated_at | String | Date this callback was last updated. | N/A |
|
...
Overview
Content Tools