action loket_get_data_new_business_functions {
label: "Get a list of functions"
description: "__Activity name :__ GetDataNewBusinessFunctions
Get a list of functions known by Data New Business.
\n"
provider: loket
method: GET
path: "/datanewbusiness/functions"
encoding: json
input: {
type: "object"
properties: {
Accept: {
type: "string"
}
Authorization: {
type: "string"
}
}
required: ["Accept", "Authorization"]
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}