Parameter
List definition
{
"kind": "parameter",
"id": string,
"name": string,
"type": string ("boolean"|"integer"|"float"|"string"|"date"|"dateTime"),
"hash": string,
"uri": string,
"qualifiedReference": string,
"scopedReference": string,
"referenceId": string,
"createdAt": int,
"updatedAt": int
}Get definition
In addition to the list definition, any parameter resource returned by a get request will contain the following properties:
{
...parameter.base,
"values": str[],
}Last updated
Was this helpful?