GET api/Subscription/GetFounder

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FounderModel
NameDescriptionTypeAdditional information
EmployeeID

globally unique identifier

None.

TrueName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EmployeeID": "3d18473b-f8b1-40fd-a183-a6d98717167b",
    "TrueName": "sample string 2"
  },
  {
    "EmployeeID": "3d18473b-f8b1-40fd-a183-a6d98717167b",
    "TrueName": "sample string 2"
  }
]