action noosh_get_specific_client_workgroup { label: "Get a specific client workgroups" description: "Get a specific client workgroups" provider: noosh method: GET path: "/v1/workgroups/{workgroup_id}/clientWorkgroups/{client_workgroup_id}" encoding: json input: { type: "object" properties: { client_workgroup_id: { type: "string" } workgroup_id: { type: "string" } } required: ["client_workgroup_id", "workgroup_id"] additionalProperties: false } output: { description: "Java type: com.noosh.nooshapi.vo.ClientWorkgroupExpandVO" properties: { result: { description: "Java type: com.noosh.nooshapi.vo.ClientWorkgroupDetailVO" properties: { client_ac_workgroup_id: { type: "integer" format: "int64" } client_workgroup_id: { type: "integer" format: "int64" } client_workgroup_name: { type: "string" } custom_fields: { type: "array" items: { description: "Java type: com.noosh.nooshapi.vo.PropertyPaAndAttVO" properties: { date_value: { type: "string" format: "date" } number_value: { description: "Java type: java.math.BigDecimal" type: "object" } param_id: { type: "integer" format: "int64" } param_name: { type: "string" } property_attribute_id: { type: "integer" format: "int64" } string_value: { type: "string" } } } } margin_percent: { type: "object" additionalProperties: true } markup: { type: "object" additionalProperties: true } markup_percent: { type: "object" additionalProperties: true } } } status_code: { type: "integer" format: "int32" } status_reason: { type: "string" } } } }