Get Shared Folder Projects - Implan-Group/api GitHub Wiki
This endpoint returns a list of all Projects assigned to a particular Folder that has been shared with the current user.
Parameter | Spec | Type | Details |
---|---|---|---|
folderId | route | int | The Folder's Identifier. |
GET /api/v1/impact/shared-folders/432/projects
[ { "id": "5c3f483e-03f0-11ef-b006-1266878a14f1", "title": "PHX-9262 Test Template Import 1", "aggregationSchemeId": 8, "householdSetId": 1, "isMrio": false, "folderId": null, "lastImpactRunId": null } ]