Skip to content

Instantly share code, notes, and snippets.

@philipusis
Created October 30, 2017 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipusis/7015f998db4122c57928e3febbb4655f to your computer and use it in GitHub Desktop.
Save philipusis/7015f998db4122c57928e3febbb4655f to your computer and use it in GitHub Desktop.
Формат вывода данных по аналитике
{
dataSetId: <int>, //или guid
data: [
{
questionId: <Number>,
text: <string>,
inquirerId: <Number>,
inquirerName: <string>,
questionTypeId: <Number>
data: [
{
dateStart: <Date>,
dateEnd: <Date>,
results: [
{
primaryFilterId: <Number>,
primaryFilterNames: <string>,
data: { ... } //аналитика для данного типа вопросов
},
{
...
}
]
},
{
dateStart: <Date>,
dateEnd: <Date>,
results: [ ... ]
}
]
},
{
questionId: <Number>,
text: <string>,
...
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment