GET /people/updates/id/{start_date}
Summary: Get recently updated people Trakt IDs
Operation ID: Get recently updated people Trakt IDs
Auth: unknown
Operation ID: Get recently updated people Trakt IDs
Auth: unknown
Description
#### 📄 Pagination Returns all people Trakt IDs updated since the specified UTC date and time. We recommended storing the `X-Start-Date` header you can be efficient using this method moving forward. By default, `10` results are returned. You can send a `limit` to get up to `100` results per page. **Important!** The `start_date` is only accurate to the hour, for caching purposes. Please drop the minutes and seconds from your timestamp to help optimize our cached data. For example, use `2021-07-17T12:00:00Z` and not `2021-07-17T12:23:34Z`. **Note:** The `start_date` can only be a maximum of 30 days in the past.
Parameters (3)
start_date
(string, path, required)
Updated since this date and time.
trakt-api-key
(string, header, optional)
e.g. [client_id]
trakt-api-version
(string, header, optional)
e.g. 2
No probe data for this endpoint yet.