GET api/apps/{appShortName}/companyconfigs
Get a list of configuration variables for companies who are using the specified app.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appShortName |
Short name for the app in question. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CompanyConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyName | string |
None. |
|
| CompanyShortName | string |
None. |
|
| WebApiUrl | string |
None. |
|
| System_AreaEnum | string |
None. |
|
| Customer_AppInfo | string |
None. |
|
| Login_RegisterUserUrl | string |
None. |
|
| Login_RetrievePasswordUrl | string |
None. |
|
| Logo_List | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CompanyName": "sample string 1",
"CompanyShortName": "sample string 2",
"WebApiUrl": "sample string 3",
"System_AreaEnum": "sample string 4",
"Customer_AppInfo": "sample string 5",
"Login_RegisterUserUrl": "sample string 6",
"Login_RetrievePasswordUrl": "sample string 7",
"Logo_List": "sample string 8"
},
{
"CompanyName": "sample string 1",
"CompanyShortName": "sample string 2",
"WebApiUrl": "sample string 3",
"System_AreaEnum": "sample string 4",
"Customer_AppInfo": "sample string 5",
"Login_RegisterUserUrl": "sample string 6",
"Login_RetrievePasswordUrl": "sample string 7",
"Logo_List": "sample string 8"
}
]