GET api/v1/authentication/account/practices
Returns the list of practices for which the user is authorised to access. The method to be called after the authentication.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
An array of practice id's that the user is authorised to access
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "38e32474-f2b3-4065-b4ab-27cad5131dda", "f95b388a-554d-4bdf-9e17-1b69911cb4ad" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>38e32474-f2b3-4065-b4ab-27cad5131dda</guid> <guid>f95b388a-554d-4bdf-9e17-1b69911cb4ad</guid> </ArrayOfguid>