action openchannel_get_ownership { label: "Returns a paginated list of app licenses" description: " - Results are returned for the market provided within the basic authentication credentials " provider: openchannel method: GET path: "/ownership" encoding: json input: { type: "object" properties: { limit: { type: "integer" } pageNumber: { type: "integer" } query: { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }