action etsi_app_pkg_id_get { label: "Reads the content of the AppD of on-boarded individual application package resources." description: "Reads the content of the AppD of on-boarded individual application package resources." provider: etsi method: GET path: "/app_packages/{appPkgId}/appd" encoding: json input: { type: "object" properties: { all_fields: { type: "string" } exclude_default: { type: "string" } exclude_fields: { type: "string" } fields: { type: "string" } filter: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }