action osisoft_event_frame_get_annotation_attachment_media_metadata_by_id { label: "Gets the metadata of the media attached to the specified annotation." provider: osisoft method: GET path: "/eventframes/{webId}/annotations/{id}/attachment/media/metadata" encoding: json input: { type: "object" properties: { id: { type: "string" } selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["id", "webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }