As you may know, when you create an HTTP API connection account and a Dataflow, in the UI you can click on an option called Copy Schema Payload, which allows you to copy to the clipboard all the information needed to ingest data using that Dataflow via API, such as the endpoint link, the request body, etc.
Is there a way to get that same information using the API? I was checking the documentation, specifically the documentation related to the Flow Service API and found no help on that.
Thank you in advance
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
There is a 2 step process via API.
1. Retrieve the Flow details using below API.
2. Take the targetConnectionID and call the below API, to get the relevant datasetID and schema details.
Views
Replies
Total Likes
below API gives the schema payload
https://platform.adobe.io/data/foundation/schemaregistry/rpc/export/:RESOURCE_ID
the resource_id is your schema ID.
please refer this link
https://experienceleague.adobe.com/docs/experience-platform/xdm/api/export.html
Thanks,
HariP
Views
Replies
Total Likes
Since I have the payload, how can I know that this schema, related to this RESOURCE_ID, is associated to a dataflow?
Because this resource helps me, but now I need to know which schema (or failing that, which dataset) is associated to that dataflow. The idea of the exercise is to know the relationship between the schema and the dataflow.
Views
Replies
Total Likes
There is a 2 step process via API.
1. Retrieve the Flow details using below API.
2. Take the targetConnectionID and call the below API, to get the relevant datasetID and schema details.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies