Retrieves all stat_cockpit

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

stat_cockpit
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
stat_code

One stat type code

string
sequence

A way to order stat

integer
value_thisweek

The value for that stat

integer
score_thisweek

The score for that user

integer
displayvalue_thisweek

The value in a view mode

string
position_thisweek

The position for that user

integer
value_lastweek

The value for that stat (last week)

integer
score_lastweek

The score for that user (last week)

integer
displayvalue_lastweek

The value in a view mode (last week)

string
position_lastweek

The position for that user (last week)

integer
value_thismonth

The value for that stat

integer
score_thismonth

The score for that user

integer
displayvalue_thismonth

The value in a view mode

string
position_thismonth

The position for that user

integer
value_lastmonth

The value for that stat (last month)

integer
score_lastmonth

The score for that user (last month)

integer
displayvalue_lastmonth

The value in a view mode (last month)

string
position_lastmonth

The position for that user (last month)

integer
value_thisyear

The value for that stat

integer
score_thisyear

The score for that user

integer
displayvalue_thisyear

The value in a view mode

string
position_thisyear

The position for that user

integer
value_lastyear

The value for that stat (last year)

integer
score_lastyear

The score for that user (last year)

integer
displayvalue_lastyear

The value in a view mode (last year)

string
position_lastyear

The position for that user (last year)

integer
date_last_compute

Date in utc last time it was computed

string
used_for_native_service

To know if must be downloaded by FSA

boolean
used_for_native_app

To know if must be downloaded by SA

boolean
stat_value_type

string
stat_name

string
sys_logical_delete

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

string

Response Formats

application/json, text/json

Sample:
{
  "id": "82a5f812-6b50-4731-af63-35aff3faca4f",
  "stat_code": "sample string 2",
  "sequence": 3,
  "value_thisweek": 4,
  "score_thisweek": 5,
  "displayvalue_thisweek": "sample string 6",
  "position_thisweek": 7,
  "value_lastweek": 8,
  "score_lastweek": 9,
  "displayvalue_lastweek": "sample string 10",
  "position_lastweek": 11,
  "value_thismonth": 12,
  "score_thismonth": 13,
  "displayvalue_thismonth": "sample string 14",
  "position_thismonth": 15,
  "value_lastmonth": 16,
  "score_lastmonth": 17,
  "displayvalue_lastmonth": "sample string 18",
  "position_lastmonth": 19,
  "value_thisyear": 20,
  "score_thisyear": 21,
  "displayvalue_thisyear": "sample string 22",
  "position_thisyear": 23,
  "value_lastyear": 24,
  "score_lastyear": 25,
  "displayvalue_lastyear": "sample string 26",
  "position_lastyear": 27,
  "date_last_compute": "sample string 28",
  "used_for_native_service": true,
  "used_for_native_app": true,
  "stat_value_type": "sample string 31",
  "stat_name": "sample string 32",
  "sys_logical_delete": true,
  "modified_dateutc": "sample string 34"
}

application/xml, text/xml

Sample:
<stat_cockpit xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <date_last_compute>sample string 28</date_last_compute>
  <displayvalue_lastmonth>sample string 18</displayvalue_lastmonth>
  <displayvalue_lastweek>sample string 10</displayvalue_lastweek>
  <displayvalue_lastyear>sample string 26</displayvalue_lastyear>
  <displayvalue_thismonth>sample string 14</displayvalue_thismonth>
  <displayvalue_thisweek>sample string 6</displayvalue_thisweek>
  <displayvalue_thisyear>sample string 22</displayvalue_thisyear>
  <id>82a5f812-6b50-4731-af63-35aff3faca4f</id>
  <modified_dateutc>sample string 34</modified_dateutc>
  <position_lastmonth>19</position_lastmonth>
  <position_lastweek>11</position_lastweek>
  <position_lastyear>27</position_lastyear>
  <position_thismonth>15</position_thismonth>
  <position_thisweek>7</position_thisweek>
  <position_thisyear>23</position_thisyear>
  <score_lastmonth>17</score_lastmonth>
  <score_lastweek>9</score_lastweek>
  <score_lastyear>25</score_lastyear>
  <score_thismonth>13</score_thismonth>
  <score_thisweek>5</score_thisweek>
  <score_thisyear>21</score_thisyear>
  <sequence>3</sequence>
  <stat_code>sample string 2</stat_code>
  <stat_name>sample string 32</stat_name>
  <stat_value_type>sample string 31</stat_value_type>
  <sys_logical_delete>true</sys_logical_delete>
  <used_for_native_app>true</used_for_native_app>
  <used_for_native_service>true</used_for_native_service>
  <value_lastmonth>16</value_lastmonth>
  <value_lastweek>8</value_lastweek>
  <value_lastyear>24</value_lastyear>
  <value_thismonth>12</value_thismonth>
  <value_thisweek>4</value_thisweek>
  <value_thisyear>20</value_thisyear>
</stat_cockpit>