© 2024 Clarivate
GET /api/.../funds/org/{id}
Based on the system administration, returns the funds for the provided org or all orgs that share the same parent organization.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id of the organization. |
[
{
"FundID": 7612,
"Name": "1112UM7TdWN7tDcbPUNUFSNJTDoo",
"AlternativeName": "alt name 111 in use",
"TypeID": 1,
"FiscalYearName": "CAM FY 2005e",
"FundStatusID": 1,
"OrganizationID": 0,
"FiscalYearID": 100
},
{
"FundID": 7955,
"Name": "444zh1RyB6BdFCXmm370rabWV1qo",
"AlternativeName": "alt name 444zh1RyB6BdFCXmm370rabWV1qo",
"TypeID": 1,
"FiscalYearName": "CAM FY 2005e",
"FundStatusID": 1,
"OrganizationID": 0,
"FiscalYearID": 100
}
]
Code | Description |
---|---|
200 | OK. Success |