diff --git a/modules/mobile/docs/index.html b/modules/mobile/docs/index.html index be41d3c22b3..20da68ff943 100644 --- a/modules/mobile/docs/index.html +++ b/modules/mobile/docs/index.html @@ -2465,7 +2465,7 @@
{- "data": [
- {
- "id": "600117255",
- "type": "claim",
- "attributes": {
- "subtype": "Compensation",
- "completed": true,
- "dateFiled": "2020-01-01",
- "updatedAt": "2020-01-01",
- "displayTitle": "disability compensation appeal"
}
}
], - "meta": {
- "errors": [
- [
- {
- "service": "claims",
- "errorDetails": [
- [
- { }
]
]
}
]
], - "pagination": {
- "currentPage": 1,
- "perPage": 10,
- "totalPages": 2,
- "totalEntries": 15
}
}
}
Returns a list of community care providers who provide the requested medical specialty within a certain radius of the user (default) or facility (if facility id is provided in query params).
+{- "data": [
- {
- "id": "600117255",
- "type": "claim",
- "attributes": {
- "subtype": "Compensation",
- "completed": true,
- "dateFiled": "2020-01-01",
- "updatedAt": "2020-01-01",
- "displayTitle": "disability compensation appeal",
- "decisionLetterSent": "true"
}
}
], - "meta": {
- "errors": [
- [
- {
- "service": "claims",
- "errorDetails": [
- [
- { }
]
]
}
]
], - "pagination": {
- "currentPage": 1,
- "perPage": 10,
- "totalPages": 2,
- "totalEntries": 15
}
}
}
Returns a list of community care providers who provide the requested medical specialty within a certain radius of the user (default) or facility (if facility id is provided in query params).
serviceType required | string Example: serviceType=primaryCare The medical specialty the user is searching for formatted in camel case. Must be one of primaryCare, foodAndNutrition, podiatry, optometry, audiologyRoutineExam, audiologyHearingAidSupport. |
facilityId | string Example: facilityId=978 Optional facility id. When provided, we search for CC providers near the facility. When omitted, we search for CC providers near the user's home address. |
page[number] | integer Example: page[number]=1 The page number requested @@ -2975,7 +2975,7 @@Response samples
Content type application/json { |