diff --git a/v1/Application.cfc b/v1/Application.cfc
index 7cf9ae8..fdb80f8 100644
--- a/v1/Application.cfc
+++ b/v1/Application.cfc
@@ -57,7 +57,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="svc-api";
- variables.framework.docs.APIVersion="0.205"; /*$ git config --global --unset user.password*/
+ variables.framework.docs.APIVersion="0.206"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
diff --git a/v1/resources/instance_operation_cfs_param.cfc b/v1/resources/instance_operation_cfs_param.cfc
index a5e7880..28b8896 100644
--- a/v1/resources/instance_operation_cfs_param.cfc
+++ b/v1/resources/instance_operation_cfs_param.cfc
@@ -23,8 +23,8 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
-
+
+
@@ -35,8 +35,8 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
-
+
+
select p.instance_operation_uid, o.instance_uid, p.svc_operation_cfs_param_id
from instance_operation_cfs_param p
@@ -48,7 +48,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
+
select o.instance_uid
@@ -57,7 +57,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
+
@@ -66,7 +66,8 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
+
+
@@ -354,7 +355,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
+
+
+
+
+
+
+
+ select g.instance_state_uid, g.version, g.dt_state, g.instance_data, g.is_test, g.instance_uid
+ from instance_state g
+ where g.instance_uid=
+ order by g.version desc
+ limit 1
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/v1/resources/svc_operation_cfs_param_compute.cfc b/v1/resources/svc_operation_cfs_param_compute.cfc
index 56e68c5..c66aacb 100644
--- a/v1/resources/svc_operation_cfs_param_compute.cfc
+++ b/v1/resources/svc_operation_cfs_param_compute.cfc
@@ -50,6 +50,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
+
diff --git a/v1/resources/svc_operation_cfs_subparam_compute.cfc b/v1/resources/svc_operation_cfs_subparam_compute.cfc
index 8015992..a2f222b 100644
--- a/v1/resources/svc_operation_cfs_subparam_compute.cfc
+++ b/v1/resources/svc_operation_cfs_subparam_compute.cfc
@@ -50,11 +50,12 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
+
select
+ sop.svc_operation_cfs_param_id
sop.data_type
sop.svc_operation_cfs_subparam
sop.expression
@@ -69,6 +70,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
+