Getallprofileorgroupproperties 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.
{
"summary": "GET /profileProperties 200 - Response body (profile properties)",
"description": "Get all properties",
"value": "{\n \"itemsPerPage\": 20,\n \"startIndex\" : 0,\n \"totalPages\" : 8,\n \"totalResults\" : 144,\n \"links\": {\n \"links\": [{\n \"href\": \"https://localhost/rest/v2/profileProperties\",\n \"rel\": \"alt\",\n \"type\": \"application/json\"\n }]\n },\n \"profileProperties\": [{\n \"availableForSegmentation\": true,\n \"canRead\": true,\n \"canWrite\": true,\n \"createNewProfile\": false,\n \"creationDate\": \"2023-03-20T13:53:34.687Z\",\n \"dataSensitivity\": \"NON_PII\",\n \"description\": \"The unique Facebook Ads custom audience IDs to which a user has been added by BlueConic.\",\n \"filterType\": \"SELECT\",\n \"id\": \"_facebookAdsAudiences\",\n \"indexed\": false,\n \"isIdProperty\": false,\n \"lastModifiedDate\": \"2023-03-20T13:53:34.687Z\",\n \"links\": [{\n \"href\": \"https://localhost/rest/v2/profileProperties/_facebookAdsAudiences?alt=application%2Fjson\",\n \"rel\": \"self\",\n \"type\": \"application/json\"\n }],\n \"mergeStrategy\": \"BOTH\",\n \"name\": \"Facebook Ads synced custom audience IDs\",\n \"permissionLevel\": \"ANONYMOUS\",\n \"precision\": 0,\n \"profileCount\": 0,\n \"showInUI\": false,\n \"tags\": [\"Identifier\"],\n \"totalProfileCount\": 130300,\n \"useValidation\": true,\n \"values\": []\n }, {\n \"availableForSegmentation\" : true,\n \"canRead\" : true,\n \"canWrite\" : true,\n \"createNewProfile\" : false,\n \"creationDate\" : \"2023-03-20T13:53:35.046Z\",\n \"dataSensitivity\" : \"NON_PII\",\n \"description\" : \"Indicates whether an ad blocker was detected for the visitor. Will contain the value \\\\\"yes\\\\\" if one was detected.\",\n \"filterType\" : \"SELECT\",\n \"id\" : \"adblock_detected\",\n \"indexed\" : false,\n \"isIdProperty\" : false,\n \"lastModifiedDate\" : \"2023-03-22T09:34:55.568Z\",\n \"lastModifiedUser\" : {\n \"fullName\" : \"test@blueconic.com\",\n \"userName\" : \"test@blueconic.com\"\n },\n \"links\" : [ {\n \"href\" : \"https://localhost/rest/v2/profileProperties/adblock_detected?alt=application%2Fjson\",\n \"rel\" : \"self\",\n \"type\" : \"application/json\"\n } ],\n \"mergeStrategy\" : \"BOTH\",\n \"name\" : \"AdBlock usage detected\",\n \"permissionLevel\" : \"ANONYMOUS\",\n \"precision\" : 0,\n \"profileCount\" : 0,\n \"showInUI\" : true,\n \"tags\" : [ \"Address\", \"Process\" ],\n \"totalProfileCount\" : 130300,\n \"useValidation\" : true,\n \"values\" : [ ]\n }]\n}"
}