List schema
deprecated
Retrieve all tasks in a GBG GO journey instance along with their schemas in a single call. Deprecated.
POST
List schema
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Unique identifier for the journey instance.
Example:
"PiIuACmx8Q8R7qPnAkLAqBAT"
Response
201 - application/json
Successfully retrieved tasks and schemas.
Previous
List schema taskRetrieve the schema for a single GBG GO journey task to understand its required fields, types, and validation rules. Deprecated.
Next
List schema