11-23-2025 09:37 PM
try to do a debug and response is as below. Trying to get all EOL announcement for year 2025
https://apix.cisco.com/supporttools/eox/rest/5/EOXByDates/1/2025-01-01/2025-12-31?responseencoding=json
2025-11-24 13:00:06,391 - INFO - Successfully obtained access token
2025-11-24 13:00:06,391 - INFO - Testing EOXByDates for 2020 (2020-01-01 to 2020-12-31) with EO_SALE_DATE...
2025-11-24 13:00:07,359 - INFO - Status Code: 200
2025-11-24 13:00:07,360 - INFO - Response: {'EOXError': {'ErrorID': 'SSA_ERR_010', 'ErrorDescription': 'The eoxAttrib value is invalid. Please correct the eoxAttrib value and try again.'}}
Solved! Go to Solution.
11-24-2025 01:48 AM
Its working again.
eoxAttrib is not mandatory attribute. If no attribute provided it will provide all columns.
https://apix.cisco.com/supporttools/eox/rest/5/EOXByDates/{pageIndex}/{startDate}/{endDate}
Thank you for your reply, I appreciate it.
11-24-2025 01:52 AM
Awesome, i have seen this API to sort of flakey at times. odd behaviour on the error you shared, it appeared that the API was trying to enforced stricter parameter validation.
11-24-2025 01:13 AM
@angelest try https://apix.cisco.com/supporttools/eox/rest/5/EOXByDates/1/2025-01-01/2025-12-31?responseencoding=json&eoxAttrib=EO_EXT_ANNOUNCE_DATE
11-24-2025 01:48 AM
Its working again.
eoxAttrib is not mandatory attribute. If no attribute provided it will provide all columns.
https://apix.cisco.com/supporttools/eox/rest/5/EOXByDates/{pageIndex}/{startDate}/{endDate}
Thank you for your reply, I appreciate it.
11-24-2025 01:52 AM
Awesome, i have seen this API to sort of flakey at times. odd behaviour on the error you shared, it appeared that the API was trying to enforced stricter parameter validation.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide