Skip to main content Skip to complementary content

List changes of an integration (automation)

GET /accounts/{account_externalid}/blends/{blend_guid}/changelogs

Get the changelog of an integration (automation). Used to sync changes to e.g. Github.

Query Parameters

Name Description Type
property - string
since epoch timestamp datetime

Path Parameters

Name Description Type
account_externalid - string
blend_guid - string

Results

200

[
   {
    id:1,
    property: "blocks",
    value: "",
    event: "created|updated|deleted",
    user: {
      id: 1,
      external_id: 1,
      name: ""
    }
    created_at: ""
   }
]

400

{}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!