v1

latestOpenAPI 3.0.0raw.githubusercontent.com2023-06-161810.8 KB
ECD

Get estimate completion date of associated application reference

Get estimated completion date for register create/update applications associated to application reference.

get/v1/applications/{application_reference}/estimate-completion-date

Path parameters

application_referencestring required

HMLR generated unique set of characters that identifies applications

HMLR generated unique set of characters that identifies applications.

Response

Successfully retrieved the application estimate completion date

Example response

{
  "data": {
    "estimated_completion_dates": [
      {
        "probability": 0.9
      }
    ]
  }
}
All 1 operations