Hey, @teja21👋 Thanks for your question. I fell like there is some slight confusion about the expected response here. The documentation doesn't explicitly break this out for us, and I'll do my best.
Looking at your example, you created a task that doesn't repeat. Therefore, you will not get a value for `hs_task_relative_reminders`
Your task has a custom date reminder (which you stated in your post), but the property`hs_task_reminders` only returns the value in Unix timestamp in milliseconds. I can see in your screenshot, this format is what was returned in the response for `hs_task_reminders` — Linkto source
If you want to have a value for `hs_task_relative_reminders` you have to create a task that repeats and doesn't have a custom reminder date (screenshot)
I created two tasks and made two requests (one for each) and I got back the expected response. Please note that the `hs_task_relative_reminders` property is a "fieldType": "text" and doesn't return a date, but instead returns information about the interval between notifications.
Hey, @teja21👋 Thanks for your question. I fell like there is some slight confusion about the expected response here. The documentation doesn't explicitly break this out for us, and I'll do my best.
Looking at your example, you created a task that doesn't repeat. Therefore, you will not get a value for `hs_task_relative_reminders`
Your task has a custom date reminder (which you stated in your post), but the property`hs_task_reminders` only returns the value in Unix timestamp in milliseconds. I can see in your screenshot, this format is what was returned in the response for `hs_task_reminders` — Linkto source
If you want to have a value for `hs_task_relative_reminders` you have to create a task that repeats and doesn't have a custom reminder date (screenshot)
I created two tasks and made two requests (one for each) and I got back the expected response. Please note that the `hs_task_relative_reminders` property is a "fieldType": "text" and doesn't return a date, but instead returns information about the interval between notifications.