Gets all FAR Part 51 Authorizations
Returns an array of FAR Part 51 Authorizations known to the vendor, so that the ATAT client can track them. This information must be provided in this way (sourced by the vendor rather than the ATAT client) because FAR Part 51 Authorizations are not processed through the ATAT UI in the same fashion as Portfolios, Task Orders and Environments. Must return an array of FAR Part 51 Authorizations, subject to the limit and offset pagination parameters as well as the start_date and end_date query parameters, sorted by created_at.
Query parameters
Start date of the request in YYYY-MM format (inclusive). Earliest allowed value is 2023-01.
End date of the request in YYYY-MM format (inclusive).
Maximum number of results to be returned for a given request
Offset for use when returning the n-th page of results (0-indexed)
Response
FAR Part 51 Authorizations successfully retrieved
Example response
[
{
"id": "csp-far-51-id-123",
"created_at": "2021-03-28",
"contract_number": "N0006217D0001",
"delivery_order_number": "N0006217F0001",
"pop_start_date": "2021-07-15",
"pop_end_date": "2026-07-14",
"customer_department": "DOJ",
"authorizing_contract_officer": {
"name": "Jane Contractor",
"telephone": "555-123-4567",
"email": "jane@agency.gov"
}
}
]Changes
Changed in 3 of the 50 revisions of this API.13
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameteroffsetnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲