action gamesparks_list_screens_using_get { label: "listScreens" provider: gamesparks method: GET path: "/restv2/game/{apiKey}/manage/screens" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } } required: ["apiKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }