Last active
November 8, 2023 09:03
-
-
Save sitefinitySDK/c88c5333bf99876c9ef7dff048a051bc to your computer and use it in GitHub Desktop.
DEC_V2, DEC_V1 - https://docs.sitefinity.com/dec/api-v2/get-started-with-dec-api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"items": [ | |
{ | |
"Id": "324AB046-E7A4-90F6-CD6E-8125D46A6565", | |
"ApiKey": "9gg99689-3efa-94d6-8947-8f74819c927f", | |
"Name": "Demo Data Center", | |
"Description": "", | |
"State": 3, | |
"AccountId": "40C285EA-93JF-C589-7EBD-598E71E2D3GR", | |
"PersonasCount": 0, | |
"GoalsCount": 1, | |
"CampaignsCount": 0, | |
"CreatedByUserId": "f4effa96250443adbe4f67ce0f8eb478", | |
"CreatedOn": "2017-11-24T13:46:00.798Z", | |
"MetadataContainerHashCode": -1313356336, | |
"LeadsCount": 0, | |
"AdditionalProperties": null, | |
"AdditionalPropertiesHashCode": -1122714579, | |
"TouchpointsCount": 0, | |
"StorageSettingsId": "ADDB6961-1EAA-47C7-9F7A-EBC5DF391BA6", | |
"OperationalStatus": null, | |
"DataSourcesCount": 1, | |
"ContactsOperationsStatus": null, | |
"PersonalizationReportsCount": 0, | |
"DatacenterType": "Demo", | |
"ABTestsCount": 0 | |
}, | |
{ | |
"Id": "DD13592F-6904-5041-5ED2-40509C769065", | |
"ApiKey": "4223d4e0-d90f-9902-4693-2f427f62934a", | |
"Name": "Empty DC", | |
"Description": "", | |
"State": 3, | |
"AccountId": "40C285EA-93JF-C589-7EBD-598E71E2D3GR", | |
"PersonasCount": 0, | |
"GoalsCount": 0, | |
"CampaignsCount": 0, | |
"CreatedByUserId": " f4effa96250443adbe4f67ce0f8eb478", | |
"CreatedOn": "2017-11-24T12:29:36.153Z", | |
"MetadataContainerHashCode": -1313356336, | |
"LeadsCount": 0, | |
"AdditionalProperties": null, | |
"AdditionalPropertiesHashCode": -1122714579, | |
"TouchpointsCount": 0, | |
"StorageSettingsId": "ADDB6961-1EAA-47C7-9F7A-EBC5DF391BA6", | |
"OperationalStatus": null, | |
"DataSourcesCount": 0, | |
"ContactsOperationsStatus": null, | |
"PersonalizationReportsCount": 0, | |
"DatacenterType": "Standard", | |
"ABTestsCount": 0 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment