US AbilityOne Commission · Example Payload

Procurement List Api Servicesearchresponse Example

Federal GovernmentDisability EmploymentProcurementNonprofitAccessibility

Procurement List Api Servicesearchresponse Example is an example object payload from US AbilityOne Commission, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totaloffsetlimitservices

Example Payload

Raw ↑
{
  "total": 12,
  "offset": 0,
  "limit": 25,
  "services": [
    {
      "id": "svc-00123",
      "serviceType": "Custodial",
      "description": "Custodial services at federal building",
      "location": "Pentagon, Arlington, VA",
      "state": "VA",
      "nonprofitAffiliate": "SourceAmerica",
      "performingAgency": "SERVICEMASTER",
      "approvalDate": "2010-06-01",
      "status": "active"
    }
  ]
}