action xtrf_get_contacts_2 { label: "Returns Client Contacts information for a project." description: "Returns Client Contacts information for a project" provider: xtrf method: GET path: "/v2/projects/{projectId}/clientContacts" encoding: json input: { type: "object" properties: { projectId: { type: "string" } } required: ["projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }