afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/MktJourneyDcsnSetup.json

40 lines
1.5 KiB
JSON

{
"sections": [
"title",
"description",
"fields"
],
"title": "MktJourneyDcsnSetup - Data API",
"description": "Represents a collection of Marketing Cloud Engagement journeys that you can interact with by using Salesforce Flow in Marketing Cloud. This object is available in API version 65.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"refers_to"
],
"fields": {
"BusinessUnitId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The unique Marketing Cloud business unit ID to use with the collection of journeys. This ID is configured in Marketing Cloud, and is different from the Member ID (MID) or Enterprise ID (EID) of your Marketing Cloud Engagement account. This field is a relationship field.",
"relationship_name": "BusinessUnit",
"refers_to": "BusinessUnit"
},
"Description": {
"type": "textarea",
"properties": "Create, Nillable, Update",
"description": "A description of the collection of journeys."
},
"EnterpriseIdentifier": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The Enterprise ID (EID) of your parent Marketing Cloud Engagement account."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "A name for the collection of journeys."
}
}
}