Fetch Server List Request (Optional)
Overview
Fetch Server List Request is an optional URL that allows Coda to fetch server lists by the get method.
Fetch Server List Response
The response of the fetch server list request from the publisher. It should include serverName, serverId, and isForTest. Below is an example:
Format: JSON
Format for one-level server list:
Format for two-level server list:
Parameter | Type | Description |
---|---|---|
serverName | String | Server Name |
serverId | String | Server ID |
isForTest | Integer | isForTest is a flag to indicate whether the current server is a test/sandbox server. If isTest is 1, this server is a sandbox/test server; if isTest is 0, this server is a production server. |
If you encounter an error, please refer to our Error Codes list for more information.
Last updated