View insurance plan coverages

GET {{baseUrl}}/insurance_plans/:id/patient_coverages?subdomain={{subdomain}}&page=1&per_page=5

Request Params

KeyDatatypeRequiredDescription
subdomainstring(Required) Used to scope the request to the specified institution
pagenumberPage number. Starts with page 1
per_pagenumberNumber of results to return per page. Defaults is 5 per page and Max 300 per page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"code":"\u003cboolean\u003e","description":"\u003cstring\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":{"id":"\u003cinteger\u003e","subscription_relation":"\u003cstring\u003e","patient_id":"\u003cinteger\u003e","priority":"\u003cinteger\u003e","subscriber_num":"\u003cstring\u003e","effective_date":"\u003cdate\u003e","expiration_date":"\u003cdate\u003e"},"count":"\u003cinteger\u003e"}