GET api/Subscription/GetFounder
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FounderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeID | globally unique identifier |
None. |
|
| TrueName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EmployeeID": "feed3ae7-3108-473e-bc06-dec9481687a6",
"TrueName": "sample string 2"
},
{
"EmployeeID": "feed3ae7-3108-473e-bc06-dec9481687a6",
"TrueName": "sample string 2"
}
]