GET api2/share_info.json?shareType={shareType}&projectID={projectID}&rating={rating}
Get share information
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
shareType | API.Code.DeviceHelperAPI+eShareType |
Required |
|
projectID | integer |
Required |
|
rating | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
API.Models.ShareInfoResponseName | Description | Type | Additional information |
---|---|---|---|
url | string |
None. |
|
imageURL | string |
None. |
|
defaultText | string |
None. |
|
defaultSubject | string |
None. |
|
postURL | string |
None. |
Response Formats
{ "url": "sample string 1", "imageURL": "sample string 2", "defaultText": "sample string 3", "defaultSubject": "sample string 4", "postURL": "sample string 5" }