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": "d49b4b7b-120d-4ca8-b8ec-d4272cd811bb",
"Name": "sample string 2"
},
{
"ID": "d49b4b7b-120d-4ca8-b8ec-d4272cd811bb",
"Name": "sample string 2"
}
]