GET api/Dashboard/GetDashboard?CompanyID={CompanyID}&UserID={UserID}&Self={Self}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CompanyID

integer

Required

UserID

integer

Required

Self

integer

Required

Body Parameters

None.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Version

string

None.

RespCode

integer

None.

RespMsg

string

None.

Respdata

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Version": "1.0.0.11",
  "RespCode": 1,
  "RespMsg": "sample string 2",
  "Respdata": {}
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRMApi">
  <RespCode>1</RespCode>
  <RespMsg>sample string 2</RespMsg>
  <Respdata />
</Response>