= View Get limited view access. View REST API is available at {{{$Portax::WebPath/rest/view}}} == DESCRIPTION View REST resource provides anonymous access to view subscriber status. == METHODS === GET Query subscription(s). pn:: Limit query results to PN unit_id:: Limit query results to UNIT_ID xuserid:: External ID of accessing user (anything to identify user in CRM) ==== EXAMPLE {{{ curl -s --cert-type P12 --cert $CERT:$PASS \ $URL/rest/view?pn=26&unit_id=127&xuserid=mycrmuserid }}} Response: {{{ {"responseCode":200,"url":"...”} }}}