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": "c2b31c40-7a6d-47fd-8cda-794d0c3fbec0",
"Name": "sample string 2"
},
{
"ID": "c2b31c40-7a6d-47fd-8cda-794d0c3fbec0",
"Name": "sample string 2"
}
]