Hello.
I am attempting to create a bulk program member extract job using the updatedAt filter but am receiving a 1003 error.
"errors": [
{
"code": "1003",
"message": "filter not specified"
}
{
"format": "CSV",
"fields": [
"firstName",
"lastName",
"email",
"createdAt",
"membershipDate",
"updatedAt",
"program",
"programId",
"statusName",
"leadId",
"reachedSuccess",
"isExhausted"
],
"filter": {
"updatedAt": {
"startAt": "2022-09-01T00:00:00Z",
"endAt": "2022-10-01T00:00:00Z"
}
}
}
Solved! Go to Solution.
You must also provide programId or programIds. There’s no such thing as an all-programs export.
Contact Support to have that filter type enabled.
I do not think that is the problem. Per the Marketo documentation that would throw a different error: 1035, I am getting a 1003.
Bummer. Thanks for the help!