GET api/Values/GetPublisher?CrmUrl={CrmUrl}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CrmUrl | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TwitterPublisherModelName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
Message | string |
None. |
|
PublishersModel | Collection of PublisherModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsSuccess": true, "Message": "sample string 2", "PublishersModel": [ { "Id": "f8fa9cfe-5ea1-4500-8e43-ca433eeb65b1", "PublisherName": "sample string 2" }, { "Id": "f8fa9cfe-5ea1-4500-8e43-ca433eeb65b1", "PublisherName": "sample string 2" } ] }
application/xml, text/xml
Sample:
<TwitterPublisherModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DS.Integration.Services.Models"> <IsSuccess>true</IsSuccess> <Message>sample string 2</Message> <PublishersModel> <PublisherModel> <Id>f8fa9cfe-5ea1-4500-8e43-ca433eeb65b1</Id> <PublisherName>sample string 2</PublisherName> </PublisherModel> <PublisherModel> <Id>f8fa9cfe-5ea1-4500-8e43-ca433eeb65b1</Id> <PublisherName>sample string 2</PublisherName> </PublisherModel> </PublishersModel> </TwitterPublisherModel>