We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The JSON and CSV exports should contain timetsamps for when they were first added (created_at) and when they were last updated (updated_at)
created_at
updated_at
The timestamps should be in ISO 8601 format, in UTC timezone: yyyy-mm-ddTHH:mm:ss.SSSZ
yyyy-mm-ddTHH:mm:ss.SSSZ
The timestamps (especially updated_at) will be used by consumers of the data to understand what has changed since the last time they fetched the data.
Originally posted by @THM222 in #9 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The JSON and CSV exports should contain timetsamps for when they were first added (
created_at
) and when they were last updated (updated_at
)The timestamps should be in ISO 8601 format, in UTC timezone:
yyyy-mm-ddTHH:mm:ss.SSSZ
The timestamps (especially
updated_at
) will be used by consumers of the data to understand what has changed since the last time they fetched the data.Originally posted by @THM222 in #9 (comment)
The text was updated successfully, but these errors were encountered: