action digitallinguistics_get_languages { label: "Get all Languages" description: "Retrieves all the Languages that the authenticated user or client has permission to access." provider: digitallinguistics method: GET path: "/languages" encoding: json input: { type: "object" properties: { continuation: { type: "string" } deleted: { type: "string" } ifModifiedSince: { type: "string" } maxItemCount: { type: "string" } public: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }