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
|
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.
|