List the macros of the system
GET/v1/users/system/macros
List the macros of the system
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
macros
undefined[]
namestring
valuestring
{
"macros": [
{
"name": "string",
"value": "string"
}
]
}
Loading...