Lists all projects
Retrieves a list of your projects
Responses
- 200
- 401
- 403
- 404
Returns a list of your projects.
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
accessControl object nullable
accessInfo object[] nullable
email string nullable
id string nullable
name string nullable
type string nullable
accessType int32
Possible values: [1
, 2
, 3
]
Default value: 1
groupIdAccessList string[] nullable
userIdAccessList string[] nullable
createdById string nullable
createdByName string nullable
createdUtc date-time nullable
customerId string nullable
description string nullable
iconBackgroundColor string nullable
iconUrl string nullable
id string nullable
isDeleted boolean nullable
isShared boolean nullable
lastModifiedUtc date-time nullable
name string nullable
qPanelPrototypeId string nullable
readReceipts object[] nullable
timeStamp date-time nullable
userId string nullable
userName string nullable
shareInformation object nullable
shareDetails object
accessMode string nullable
invitedUsersCanShareInternally boolean nullable
shareFunctionalities object nullable
analysisActions object nullable
createQuestions boolean nullable
createWeightSet boolean nullable
exportToExcel boolean nullable
exportToPpt boolean nullable
exportToWord boolean nullable
analysisTypes object nullable
chart boolean nullable
crossTable boolean nullable
data boolean nullable
dig boolean nullable
qTable boolean nullable
report boolean nullable
script boolean nullable
topline boolean nullable
sharedById string nullable
sharedByMessage string nullable
sharedByName string nullable
sharedDateUtc date-time nullable
shareUsers object[] nullable
email string nullable
invitedDateUtc date-time nullable
isSubAccountUser boolean nullable
status string nullable
statusChangedDateUtc date-time nullable
subAccountId string nullable
sharedProjectInformation object nullable
accessMode string nullable
canShareInternally boolean nullable
originatorId string nullable
shareFunctionalities object nullable
analysisActions object nullable
createQuestions boolean nullable
createWeightSet boolean nullable
exportToExcel boolean nullable
exportToPpt boolean nullable
exportToWord boolean nullable
analysisTypes object nullable
chart boolean nullable
crossTable boolean nullable
data boolean nullable
dig boolean nullable
qTable boolean nullable
report boolean nullable
script boolean nullable
topline boolean nullable
sharedById string nullable
sharedByMessage string nullable
sharedByName string nullable
tags object[] nullable
id string nullable
name string nullable
type string nullable
[
{
"accessControl": {
"accessInfo": [
{
"email": "string",
"id": "string",
"name": "string",
"type": "string"
}
],
"accessType": 1,
"groupIdAccessList": [
"string"
],
"userIdAccessList": [
"string"
]
},
"createdById": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:26.908Z",
"customerId": "string",
"description": "string",
"iconBackgroundColor": "string",
"iconUrl": "string",
"id": "string",
"isDeleted": true,
"isShared": true,
"lastModifiedUtc": "2025-01-13T15:06:26.908Z",
"name": "string",
"qPanelPrototypeId": "string",
"readReceipts": [
{
"timeStamp": "2025-01-13T15:06:26.908Z",
"userId": "string",
"userName": "string"
}
],
"shareInformation": {
"shareDetails": {
"accessMode": "string",
"invitedUsersCanShareInternally": true,
"shareFunctionalities": {
"analysisActions": {
"createQuestions": true,
"createWeightSet": true,
"exportToExcel": true,
"exportToPpt": true,
"exportToWord": true
},
"analysisTypes": {
"chart": true,
"crossTable": true,
"data": true,
"dig": true,
"qTable": true,
"report": true,
"script": true,
"topline": true
}
},
"sharedById": "string",
"sharedByMessage": "string",
"sharedByName": "string",
"sharedDateUtc": "2025-01-13T15:06:26.908Z"
},
"shareUsers": [
{
"email": "string",
"invitedDateUtc": "2025-01-13T15:06:26.908Z",
"isSubAccountUser": true,
"status": "string",
"statusChangedDateUtc": "2025-01-13T15:06:26.908Z",
"subAccountId": "string"
}
]
},
"sharedProjectInformation": {
"accessMode": "string",
"canShareInternally": true,
"originatorId": "string",
"shareFunctionalities": {
"analysisActions": {
"createQuestions": true,
"createWeightSet": true,
"exportToExcel": true,
"exportToPpt": true,
"exportToWord": true
},
"analysisTypes": {
"chart": true,
"crossTable": true,
"data": true,
"dig": true,
"qTable": true,
"report": true,
"script": true,
"topline": true
}
},
"sharedById": "string",
"sharedByMessage": "string",
"sharedByName": "string"
},
"tags": [
{
"id": "string",
"name": "string"
}
],
"type": "string"
}
]
Unauthorized
Access denied
Not found
Loading...