GET Api/Login/{companyUserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyUserId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TrackerMapConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| CompanyId | integer |
None. |
|
| ShowFilters | boolean |
None. |
|
| ShowFooter | boolean |
None. |
|
| ShowFooterMenu | boolean |
None. |
|
| ShowFooterTrademark | boolean |
None. |
|
| ShowHeader | boolean |
None. |
|
| ShowHeaderLogo | boolean |
None. |
|
| ShowHeaderMenu | boolean |
None. |
|
| ShowHeaderTitle | boolean |
None. |
|
| ShowHistorical | boolean |
None. |
|
| ShowLiveScan | boolean |
None. |
|
| ShowLowerSearch | boolean |
None. |
|
| ShowNonSecure | boolean |
None. |
|
| ShowOverViewLive | boolean |
None. |
|
| ShowOverViewTestDrive | boolean |
None. |
|
| ShowPrevalenceLatency | boolean |
None. |
|
| ShowProxy | boolean |
None. |
|
| ShowSalesLeadForm | boolean |
None. |
|
| ShowScanFromLocation | boolean |
None. |
|
| ShowShare | boolean |
None. |
|
| ShowSubNavigation | boolean |
None. |
|
| ShowTestDrive | boolean |
None. |
|
| ShowTimeline | boolean |
None. |
|
| ShowTreeview | boolean |
None. |
|
| ShowVendorDetail | boolean |
None. |
|
| ShowVendorPath | boolean |
None. |
|
| ShowVendorSelection | boolean |
None. |
|
| AllowScan | boolean |
None. |
|
| AllowFilterEdit | boolean |
None. |
|
| ShowLSODModal | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": "d17b06ac-932e-405a-8efe-ff1145eb5de4",
"CompanyId": 2,
"ShowFilters": true,
"ShowFooter": true,
"ShowFooterMenu": true,
"ShowFooterTrademark": true,
"ShowHeader": true,
"ShowHeaderLogo": true,
"ShowHeaderMenu": true,
"ShowHeaderTitle": true,
"ShowHistorical": true,
"ShowLiveScan": true,
"ShowLowerSearch": true,
"ShowNonSecure": true,
"ShowOverViewLive": true,
"ShowOverViewTestDrive": true,
"ShowPrevalenceLatency": true,
"ShowProxy": true,
"ShowSalesLeadForm": true,
"ShowScanFromLocation": true,
"ShowShare": true,
"ShowSubNavigation": true,
"ShowTestDrive": true,
"ShowTimeline": true,
"ShowTreeview": true,
"ShowVendorDetail": true,
"ShowVendorPath": true,
"ShowVendorSelection": true,
"AllowScan": true,
"AllowFilterEdit": true,
"ShowLSODModal": true
}
application/xml, text/xml
Sample:
<TrackerMapConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrackerMapLive.Business.Models.General"> <AllowFilterEdit>true</AllowFilterEdit> <AllowScan>true</AllowScan> <CompanyId>2</CompanyId> <ShowFilters>true</ShowFilters> <ShowFooter>true</ShowFooter> <ShowFooterMenu>true</ShowFooterMenu> <ShowFooterTrademark>true</ShowFooterTrademark> <ShowHeader>true</ShowHeader> <ShowHeaderLogo>true</ShowHeaderLogo> <ShowHeaderMenu>true</ShowHeaderMenu> <ShowHeaderTitle>true</ShowHeaderTitle> <ShowHistorical>true</ShowHistorical> <ShowLSODModal>true</ShowLSODModal> <ShowLiveScan>true</ShowLiveScan> <ShowLowerSearch>true</ShowLowerSearch> <ShowNonSecure>true</ShowNonSecure> <ShowOverViewLive>true</ShowOverViewLive> <ShowOverViewTestDrive>true</ShowOverViewTestDrive> <ShowPrevalenceLatency>true</ShowPrevalenceLatency> <ShowProxy>true</ShowProxy> <ShowSalesLeadForm>true</ShowSalesLeadForm> <ShowScanFromLocation>true</ShowScanFromLocation> <ShowShare>true</ShowShare> <ShowSubNavigation>true</ShowSubNavigation> <ShowTestDrive>true</ShowTestDrive> <ShowTimeline>true</ShowTimeline> <ShowTreeview>true</ShowTreeview> <ShowVendorDetail>true</ShowVendorDetail> <ShowVendorPath>true</ShowVendorPath> <ShowVendorSelection>true</ShowVendorSelection> <UserId>d17b06ac-932e-405a-8efe-ff1145eb5de4</UserId> </TrackerMapConfiguration>