action noosh_get_project { label: "Get a specific Project" description: "Get a specific Project" provider: noosh method: GET path: "/v1/workgroups/{workgroup_id}/projects/{project_id}" encoding: json input: { type: "object" properties: { project_id: { type: "string" } workgroup_id: { type: "string" } } required: ["project_id", "workgroup_id"] additionalProperties: false } output: { description: "Java type: com.noosh.nooshapi.vo.ProjectExpandVO" properties: { result: { description: "Java type: com.noosh.nooshapi.vo.ProjectDetailVO" properties: { category: { type: "string" } client_account: { type: "string" } client_user: { type: "string" } client_user_id: { type: "integer" format: "int64" } client_workgroup_id: { type: "integer" format: "int64" } comments: { type: "string" } completion_date: { type: "string" format: "date" } 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" } } } } deactivation_reason: { type: "string" } is_active: { type: "boolean" } is_hot: { type: "boolean" } last_spec_update: { type: "string" format: "date" } mod_date: { type: "string" format: "date" } owner_workgroup: { type: "string" } parent_project: { description: "Java type: com.noosh.nooshapi.vo.ProjectParentVO" properties: { client_account: { type: "string" } client_user: { type: "string" } client_user_id: { type: "integer" format: "int64" } client_workgroup_id: { type: "integer" format: "int64" } comments: { type: "string" } created_by: { description: "Java type: com.noosh.nooshapi.vo.PersonVO" properties: { email: { type: "string" } first_name: { type: "string" } last_name: { type: "string" } middle_name: { type: "string" } } } project_create_date: { type: "string" format: "date" } project_description: { type: "string" } project_id: { type: "integer" format: "int64" } project_name: { type: "string" } project_number: { type: "string" } } } project_create_date: { type: "string" format: "date" } project_description: { type: "string" } project_id: { type: "integer" format: "int64" } project_name: { type: "string" } project_number: { type: "string" } project_status: { type: "string" } team_owners: { type: "string" } } } status_code: { type: "integer" format: "int32" } status_reason: { type: "string" } } } }