Skip to content

Commit 9b5c9aa

Browse files
committed
Reformatted search download time period block
1 parent d44b8d0 commit 9b5c9aa

File tree

1 file changed

+5
-8
lines changed
  • usaspending_api/api_contracts/contracts/v2/download

1 file changed

+5
-8
lines changed

usaspending_api/api_contracts/contracts/v2/download/search.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FORMAT: 1A
22
HOST: https://api.usaspending.gov
33

4-
# Award Download [/api/v2/download/search/]
4+
# Search Download [/api/v2/download/search/]
55

66
This endpoint is used to search for awards and transactions in the same file.
77

@@ -182,13 +182,10 @@ A list of current DEFC can be found [here.](https://files.usaspending.gov/refere
182182
+ `exclude`: [[`091`, `091-0800`]] (optional, array[array[string]], fixed-type)
183183

184184
### TimePeriod (object)
185-
+ `start_date` (required, string)
186-
+ `end_date` (required, string)
187-
+ `date_type` (optional, enum[string])
188-
While accepting the same format, time period filters are interpreted slightly differently between awards, transactions, and subawards.
189-
+ [Award Time Period](../../../search_filters.md#award-search-time-period-Object)
190-
+ [Transaction Time Period](../../../search_filters.md#transaction-search-time-period-Object)
191-
+ [Subawards Time Period](../../../search_filters.md#subaward-search-time-period-Object)
185+
While accepting the same format, time period filters are interpreted slightly differently between awards, transactions, and subawards.
186+
- [Award Time Period](../../../search_filters.md#award-search-time-period-Object)
187+
- [Transaction Time Period](../../../search_filters.md#transaction-search-time-period-Object)
188+
- [Subawards Time Period](../../../search_filters.md#subaward-search-time-period-Object)
192189

193190

194191
### TreasuryAccountComponentsObject (object)

0 commit comments

Comments
 (0)