GET api/Organization?level={level}&member={member}&scope={scope}&year={year}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
level | integer |
Required |
|
member | string |
Required |
|
scope | string |
Required |
|
year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OrganizationName | Description | Type | Additional information |
---|---|---|---|
Member | string |
None. |
|
Parent | string |
None. |
|
Level | integer |
None. |
|
IsRestricted | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Member": "sample string 1", "Parent": "sample string 2", "Level": 3, "IsRestricted": "sample string 4" }, { "Member": "sample string 1", "Parent": "sample string 2", "Level": 3, "IsRestricted": "sample string 4" } ]