GET api/OrganizationUser?openid={openid}&temptime={temptime}&sign={sign}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
|
| temptime | string |
Required |
|
| sign | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Jobwanted| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkPhone | string |
None. |
|
| IntentionPost | string |
None. |
|
| IsRelease | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LinkPhone": "sample string 1",
"IntentionPost": "sample string 2",
"IsRelease": 3,
"Message": "sample string 4"
}