Skip to content

Latest commit

 

History

History
72 lines (64 loc) · 1.69 KB

getconfigurationsresponsebody.md

File metadata and controls

72 lines (64 loc) · 1.69 KB

GetConfigurationsResponseBody

The list of configurations for the authenticated user

Supported Types

models.GetConfigurationsResponseBody1[]

const value: models.GetConfigurationsResponseBody1[] = [
  {
    completedAt: 1558531915505,
    createdAt: 1558531915505,
    id: "icfg_3bwCLgxL8qt5kjRLcv2Dit7F",
    integrationId: "oac_xzpVzcUOgcB1nrVlirtKhbWV",
    ownerId: "kr1PsOIzqEL5Xg6M4VZcZosf",
    projects: [
      "prj_xQxbutw1HpL6HLYPAzt5h75m8NjO",
    ],
    source: "marketplace",
    slug: "slack",
    teamId: "team_nLlpyC6RE1qxydlFKbrxDlud",
    updatedAt: 1558531915505,
    userId: "kr1PsOIzqEL5Xg6M4VZcZosf",
    scopes: [
      "read:project",
      "read-write:log-drain",
    ],
    disabledAt: 1558531915505,
    deletedAt: 1558531915505,
    deleteRequestedAt: 1558531915505,
  },
];

models.GetConfigurationsResponseBody2[]

const value: models.GetConfigurationsResponseBody2[] = [
  {
    integration: {
      name: "<value>",
      icon: "<value>",
      category: "<value>",
      isLegacy: false,
    },
    completedAt: 1558531915505,
    createdAt: 1558531915505,
    id: "icfg_3bwCLgxL8qt5kjRLcv2Dit7F",
    integrationId: "oac_xzpVzcUOgcB1nrVlirtKhbWV",
    ownerId: "kr1PsOIzqEL5Xg6M4VZcZosf",
    projects: [
      "prj_xQxbutw1HpL6HLYPAzt5h75m8NjO",
    ],
    source: "marketplace",
    slug: "slack",
    teamId: "team_nLlpyC6RE1qxydlFKbrxDlud",
    type: "integration-configuration",
    updatedAt: 1558531915505,
    userId: "kr1PsOIzqEL5Xg6M4VZcZosf",
    scopes: [
      "read:project",
      "read-write:log-drain",
    ],
    disabledAt: 1558531915505,
    deletedAt: 1558531915505,
    deleteRequestedAt: 1558531915505,
  },
];