GET api/Application/get-data-for-project/{projectId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
projectId
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
    ]
  }
}