GET api/Project/get-data-for-program/{programId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
programId
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Item1": 1,
  "Item2": {
    "$id": "2",
    "$values": [
      1,
      2,
      3
    ]
  }
}