Retrieve a schedule via API in adobe experience platform | Community
Skip to main content
New Participant
March 31, 2022
Solved

Retrieve a schedule via API in adobe experience platform

  • March 31, 2022
  • 2 replies
  • 1165 views

I'm retrieving a list of schedules in postman, I notice below things in result and dont understand where this is coming from.

 

"name": "Profile-Snapshot-Export-Schedule-da974243-e693-488d-9ba4-1d9e201c655f",
"state": "inactive",
"type": "export",

 

"name": "Segmentdefinition-Snapshot-Export-Schedule-8fc04cca-eae9-45ca-b003-c69d926f5bec",
"state": "active",
"type": "export",

 

"name": "delta-DB5448F45E66075A0A495CCA@AdobeOrg-089a5b28-3e43-4e31-9a5b-283e43be3195",
"state": "active",
"type": "delta",

 

and the last one is "batch segmentation", I understand what batch segmentation is but can anyone please explain where above 3 are coming from.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Danny-Miller

@user05602 It is a bit unfortunate that the descriptions on those datasets aren't better.  

  1. Profile-Snapshot-Export-xxx (This schedule populates a system generated dataset that exports a snapshot of the Profile at that point in time.  Very handy, you should explore it with QS)
  2. Segmentdefinition-Snapshot-Export-xxx (This schedule populates a system generated dataset that exports the segments. Not as handy unless trying to get to name of Segment)
  3. delta-xxx (This one is new to me and I don't see any dataset associated with it.)

2 replies

Danny-Miller
Danny-MillerAccepted solution
Employee
August 12, 2022

@user05602 It is a bit unfortunate that the descriptions on those datasets aren't better.  

  1. Profile-Snapshot-Export-xxx (This schedule populates a system generated dataset that exports a snapshot of the Profile at that point in time.  Very handy, you should explore it with QS)
  2. Segmentdefinition-Snapshot-Export-xxx (This schedule populates a system generated dataset that exports the segments. Not as handy unless trying to get to name of Segment)
  3. delta-xxx (This one is new to me and I don't see any dataset associated with it.)
AtulChavan
New Participant
April 6, 2022

Hi, Can you please share your postman request details/configuration ?  

user05602Author
New Participant
April 6, 2022

sure - I haven't done any customization of request. 

 

I'm using segmentation service API -> Schedules -> Retrieve a list of schedules (get request).