diff --git a/v1/Application.cfc b/v1/Application.cfc
index 6d4aca8..420c76d 100644
--- a/v1/Application.cfc
+++ b/v1/Application.cfc
@@ -71,7 +71,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="Deck API";
- variables.framework.docs.APIVersion="0.024";
+ variables.framework.docs.APIVersion="0.025";
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
diff --git a/v1/lib/rest_api_helper.cfc b/v1/lib/rest_api_helper.cfc
index 382879d..3a37616 100644
--- a/v1/lib/rest_api_helper.cfc
+++ b/v1/lib/rest_api_helper.cfc
@@ -269,7 +269,7 @@
-
+
diff --git a/v1/resources/instance_operation_cfs_param_ls.cfc b/v1/resources/instance_operation_cfs_param_ls.cfc
index 7b5c4e6..d76b93c 100644
--- a/v1/resources/instance_operation_cfs_param_ls.cfc
+++ b/v1/resources/instance_operation_cfs_param_ls.cfc
@@ -26,10 +26,14 @@
-
+
+
+
+
+
@@ -50,7 +54,7 @@
select
iop.instance_operation_cfs_param_uid::text as instance_operation_cfs_param_uid
- instance_operation_uid::text as instance_operation_uid
+ iop.instance_operation_uid::text as instance_operation_uid
iop.svc_operation_cfs_param_id
iop.param_value
to_char(iop.dt_created, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_created
@@ -226,7 +230,8 @@
- select sop.svc_operation_cfs_param
+ select sop.svc_operation_cfs_param_id
+ ,sop.svc_operation_cfs_param
,sop.value_list
,sop.data_type
,sop.is_required
@@ -238,7 +243,7 @@
where sop.svc_operation_cfs_param_id=
-
+