GET Utility/GetUrlMediaData
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
uid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ShareUrlMediaDataViewName | Description | Type | Additional information |
---|---|---|---|
urls | Collection of ShareUrlMediaView |
None. |
Response Formats
application/json, text/json
Sample:
{ "urls": [ { "id": 1, "url": "sample string 2", "selected": true, "type": 0, "typeStr": "image", "mediaId": "sample string 4" }, { "id": 1, "url": "sample string 2", "selected": true, "type": 0, "typeStr": "image", "mediaId": "sample string 4" } ] }