Ryan Parker
Ryan Parker
Thanks Mike. Am I correct in assuming other list APIs that have `updateDate` (e.g. `/nomination`) are sorted by this value in descending order (most recently updated are first)?
Would you consider adding this to [Near term backlog](https://github.com/LibraryOfCongress/api.congress.gov/milestone/2)? The committee API is one of the only APIs that does not offer the `updateDate` on the list response. Even if...
@apreiter18 Would you prefer I open one issue for this and just list all the APIs that currently do not support this? Or would you rather I create a separate...
(committee-report): `updateDate` format and some dates differ between the list and details responses
It looks like the updateDate formats and times still differ. List API: `2024-06-17 20:36:10+00:00` Details API: `2024-06-17T20:41:11Z` list api for congress 118 (same curl as OP): ```json { "pagination": {...
(committee-report): `updateDate` format and some dates differ between the list and details responses
Oh this is interesting. I may have called the list API just before an update, and called the details API just after the update. I see that `2024-06-17 20:56:10+00:00` was...
(committee-report): `updateDate` format and some dates differ between the list and details responses
I'll test again this evening.
(committee-report): `updateDate` format and some dates differ between the list and details responses
Looks like the updateDate values (not format) are matching up.
Is there any source of documentation on these codes? I'm seeing many codes that are not included in https://www.congress.gov/help/field-values/action-codes. Some are obvious but others are left to interpretation. Here's a...
I read that from https://github.com/LibraryOfCongress/api.congress.gov/blob/main/Documentation/BillEndpoint.md#actions-level as well. > Additionally, some codes may have been used and re-used over the years for different purposes further complicating the ability to create an...