action osisoft_enumeration_set_get_values { label: "Retrieve an enumeration set's values." provider: osisoft method: GET path: "/enumerationsets/{webId}/enumerationvalues" encoding: json input: { type: "object" properties: { selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }