GET api/RollUp/HRProfRollupValues

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ScopeRollUp
NameDescriptionTypeAdditional information
HRProfText

string

None.

ScopeType

string

None.

ScopeValue

string

None.

ID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "HRProfText": "sample string 1",
    "ScopeType": "sample string 2",
    "ScopeValue": "sample string 3",
    "ID": 4
  },
  {
    "HRProfText": "sample string 1",
    "ScopeType": "sample string 2",
    "ScopeValue": "sample string 3",
    "ID": 4
  }
]