get https://www.virustotal.com/api/v3/asm/time_series/point_in_time/issues/
Returns issue details for issues associated with an entity at a specific point in time.
key | Format | Notes |
---|---|---|
property | status, last_seen | required |
property_end_value_filter | string | optional If provided, the result set will be filtered to only return results where the property value at the end point in time is equal to the provided filter value. |
transition | changed, unchanged, stagnated | required changed means the property had more than one value over the time period Example: 1, 2, 3, 4 unchanged means the property had only one value over the time period Example: 1, 1, 1, 1 stagnated means the property initially was changing but ended up unchanged (more than one consecutive trailing value are the same) Example: 1, 2, 3, 3 |
start | ISO8601 timestamp string (UTC) | required Example: 2023-06-16T09:50:20Z |
end | ISO8601 timestamp string (UTC) | required Example: 2023-06-26T09:50:20Z |