...
If the JSON Schema API call is successful, the API shall return an input template for the addEmployee and editEmployee API. A typical example of the response is as follows.
Expand | |||||
---|---|---|---|---|---|
| |||||
| |||||
Confluence customcss macro | |||||
| |||||
|
...
In case of error, the API returns the following JSON response:
|
Note:
errorMsg is a string value describing the error.
Status codes are described in the Status Codes section.
3 Coding Examples
3.1 CURL
1 |
|