get
https://api.salesautopilot.com/v2/global-variable/
Getting a global variable by name.
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | Result of the request |
| data | array | Properties of the global variable |
| data.id | int | ID of global variable |
| data.name | string | Name of global variable |
| data.html | string | HTML content of the global variable |
| data.text | string | Text content of the global variable |
| data.group_id | int | Group ID of the global variable |
| data.last_modification | string | Date of last modification |
| data.order | int | Order of global variable |
Error occured
| Field | Type | Description |
|---|---|---|
| errorCode | int | Code of the error |
| errorMessage | string | Human readable error message |
Error codes
| errorCode | Description |
|---|---|
| 10000 | Global variable not found |
| 10003 | Missing global variable name |
