GET api/OrganizationSincerity?orgId={orgId}&openid={openid}&temptime={temptime}&sign={sign}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgId | integer |
Required |
|
| openid | string |
Required |
|
| temptime | string |
Required |
|
| sign | string |
Required |
Body Parameters
None.
Response Information
Resource Description
O_Score| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of O_Select |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"Year": "sample string 1",
"Scoretxt": "sample string 2"
},
{
"Year": "sample string 1",
"Scoretxt": "sample string 2"
}
],
"Message": "sample string 1"
}