GET api/Subscription/GetPartner?FounderID={FounderID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FounderID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PartnerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "b4b5f1bd-ff5e-4080-95a9-3ce604c4839f",
"Name": "sample string 2"
},
{
"ID": "b4b5f1bd-ff5e-4080-95a9-3ce604c4839f",
"Name": "sample string 2"
}
]