master threeplstatistics (http://api.3plcentral.com/rels/master/threeplstatistics)
Resource:
a set of statistics for a given threepl
C# Rel Const:
Rels.MasterSvc.ThreePlStatistics
URI template:
threepls/{id}/stats
Obtain URI from:
to generate configuration-driven statistics for a given threepl
Success status: 200
Name (* = required) Data Type Description
id * int threepl id
Type Description
ThreePlIdentifier Generic.Models.ThreePlIdentifier
Guid string
Name string
Id int
Statistics IEnumerable<Master.Models.ThreePlStatistic>
Name string
Value string
Sample accept: application/hal+json
{
  "threePlIdentifier": {
    "guid": "str",
    "name": "str",
    "id": 3
  },
  "statistics": [
    {
      "name": "str",
      "value": "str"
    }
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.