Access Data with Vuforia APIs > Vuforia APIs > Accessing a List of Published Procedures > Make the API Call > Appendix
  
Appendix
The API outlined in this section (ExperienceService/<orgid>/cms/projects/_default/distro/procedures) fetches a list of published procedures. By default, all sessions will be returned, and the results can be filtered using one or more query parameters. The results are then divided into 100 session pages, with each page containing a link to the next page.
The following table provides information about all available query parameters that can be used to filter results in the API.
Parameter
Type
Description
include
string
(query)
An optional parameter that filters or augments the list of procedures. This parameter can be set to any the following values:
publishedonly—returns only published procedures
unpublished—returns published and unpublished procedures that have at one point in time been published
unpublisheddistributed—returns published procedures and any unpublished procedures with at least one viewer assigned
The status property in the data that is returned can be used to derive the current status of a procedure. When the status is 0, the procedure is in an unpublished state. When the status is anything other than 0, the procedure is in a published state.
By default, this is set to unpublisheddistributed.
includeallunpublished
* 
This parameter has been deprecated.
string
(query)
An optional parameter that returns all unpublished procedures regardless of their distribution status.
The status property in the data that is returned can be used to derive the current status of a procedure. When the status is 0, the procedure is in an unpublished state. When the status is anything other than 0, the procedure is in a published state.
By default, this is set to false.
organizationId (Required)
string($uuid)
(path)
The ID for your organization. This is required.