Access Data with Vuforia APIs > Vuforia APIs > Accessing a List of Published Procedures > Make the API Call
  
Make the API Call
PII and Proprietary Data in API Calls
Visibility of all PII and proprietary data can be controlled in Vuforia Settings by the following setting:
Setting
Information
When this setting is disabled, the procedure title will be redacted and displayed as the following:
****
API Call
You can make API calls to the following API that will that return all published procedures for an organization:
ExperienceService/<orgid>/cms/projects/_default/distro/procedures
The following examples are available:
Return All Published Procedures in an Organization
* 
For best results, URL parameters should be encoded, as some characters will not work without encoding them. For example, if a serial number is 'serial$number#with|special&chars', then the encoded version that is safe and recommended to use as a URL parameter would be 'serial%24number%23with%7Cspecial%26chars'.