Journeys

Resume journey and associated activations schedules.

Resume journey and associated activations schedules.

patch/entities/journeys/{journeyId}/resume

Path parameters

journeyIdinteger required

Journey ID

Response

Returns a summary of the journey

Example response

{
  "data": {
    "attributes": {
      "journeyStages": [
        {
          "steps": {
            "uuid": {
              "waitUntilDaysOfTheWeek": [
                1,
                5,
                6
              ]
            }
          }
        }
      ]
    }
  },
  "included": [
    {
      "attributes": {
        "columns": [
          {
            "column": "alias_name",
            "source": {
              "column": "real_column_name"
            }
          }
        ],
        "scheduleType": "daily",
        "repeatSubFrequency": [
          1,
          5,
          6
        ],
        "syndicationBehavior": {
          "columns": [
            {
              "column": "alias_name",
              "source": {
                "column": "real_column_name"
              }
            }
          ],
          "behaviorTableName": "purchase_history",
          "joinRow": 3,
          "joinStrategy": "Last",
          "orderBy": [
            {
              "key": "purchased_at",
              "order": "descending"
            },
            {
              "key": "price",
              "order": "ascending"
            }
          ]
        },
        "syndicationBehaviors": [
          {
            "columns": [
              {
                "column": "alias_name",
                "source": {
                  "column": "real_column_name"
                }
              }
            ],
            "behaviorTableName": "purchase_history",
            "joinRow": 3,
            "joinStrategy": "Last",
            "orderBy": [
              {
                "key": "purchased_at",
                "order": "descending"
              },
              {
                "key": "price",
                "order": "ascending"
              }
            ]
          }
        ]
      }
    }
  ]
}

Changes

Changed in 2 of the 3 revisions of this API.163

  • 24caa8eb809b162See the full diff
    • the included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/behaviorTableName from the response with the 200 status

      response-optional-property-removed

    • removed the optional property included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/columns from the response with the 200 status

      response-optional-property-removed

    • removed the optional property included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/formatting from the response with the 200 status

      response-optional-property-removed

    • removed the optional property included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/joinRow from the response with the 200 status

      response-optional-property-removed

    • removed the optional property included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/joinStrategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/orderBy from the response with the 200 status

      response-optional-property-removed

    • added SyndicationBehaviorResponse to the included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehavior response property allOf list for the response status 200

      response-property-all-of-added

    • removed SyndicationBehavior from the included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehavior response property allOf list for the response status 200

      response-property-all-of-removed

    • added the optional property data/attributes/journeyStages/items/steps/uuid/oneOf[JourneyAbTestStep]/randomizationMode to the response with the 200 status

      response-optional-property-added