18F / dol-whd-14c

The 14(c) system will become a modern, digital-first service. Applicants will be provided an intuitive online experience, guiding them through the information needed to complete their application correctly.
Other
16 stars 17 forks source link

Appian-14c-API: New API for data integration #934

Open PrabhakarThummalaDOL opened 5 years ago

PrabhakarThummalaDOL commented 5 years ago

Updated

Add new parameters for Date Ranges to the two API Methods as below (similar to ECF. See #943 ):

  1. intervalInMinutes (Number type; Calculate the END dateTime based on the value; Default value = 5)
  2. prevGeUtcDateTime (String type; Date Time value)
  3. prevIntervalInMinutes (Number type: Calculate the END date time value for previous Date range)

API Method 1: ../api/integration/ids Returns list of application ids. Post body : “listType”: “application”; “version”: “1”, geUtcDateTime.

API Method 2: ../api/integration/list Returns the JSON for the application. Post body : “listType”: “application”; “version”: “1” ; includeMetadata:false (default is false when this param is not passed)


API Method Specs

PrabhakarThummalaDOL commented 5 years ago

Updated the story description. New parameters for date ranges.