This route sends a request to the backend to retrieve the number of subawards associated with the requested award

Documentation for this endpoint can be found here.

GET /api/v2/awards/count/subaward/66945037/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "subawards": 1
}