BlueConic · Example Payload

Getallgrouptypes Response 200

Retrieves all types of groups

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Getallgrouptypes Response 200 is an example object payload from BlueConic, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "GET /groupTypes 200 - Example group types response",
  "description": "Retrieves all types of groups",
  "value": "{\n  \"groupTypes\": [\n    {\n      \"id\": \"company\",\n      \"name\": \"company\",\n      \"pluralName\": \"companies\"\n    }\n  ],\n  \"itemsPerPage\": 1,\n  \"startIndex\": 0,\n  \"totalPages\": 1,\n  \"totalResults\": 1\n}"
}