GET v1/Dashboard?companyId={companyId}&returnId={returnId}
Get self assessment(100) dashboard summary data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | decimal number |
Required |
|
| returnId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and string [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}