GET api/Values/TwitterUser?rowId={rowId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
rowId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TwitterAPISuccesModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Row_Id | string |
None. |
|
IsSuccess | boolean |
None. |
|
Message | string |
None. |
|
Image_Url | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "9b2ca0dc-7082-4437-a17a-e95867ac943f", "Row_Id": "sample string 2", "IsSuccess": true, "Message": "sample string 4", "Image_Url": "sample string 5" }
application/xml, text/xml
Sample:
<TwitterAPISuccesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DS.Integration.Services.Models"> <Id>9b2ca0dc-7082-4437-a17a-e95867ac943f</Id> <Image_Url>sample string 5</Image_Url> <IsSuccess>true</IsSuccess> <Message>sample string 4</Message> <Row_Id>sample string 2</Row_Id> </TwitterAPISuccesModel>