Get Views
Retrieve the views that the logged in user created or shared.
GET odata/_userConfigs
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
URL Endpoint
odata/_userConfigs
Method
POST.
Parameters
Support OData Filter syntax.
Request Header
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body
No supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and view object in the response body.
Example
Request
curl 'https://teams.appvity.com/odata/_userConfigs' \
-H 'x-appvity-channelId: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2' \
-H 'x-appvity-teamid: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2' \
-H 'Cookie: graphNodeCookie=s%3AlaIrRjrQdBULLxHHgBM0ofupyqfGBmRf.4vy0SDHjNaJ9%2Fa3MeJbeIOQchnkP1NNAQTv9AViLawk' \
Respond
{
"@odata.context": "https://schema.appvity.com/odata/$metadata#_userConfigs",
"value": [
{
"_id": "5f618c194d596392f5484c78",
"value": {
"groupBy": "groupAssignedTo",
"allowPageSize": false,
"pageSize": 10,
"displayColumns": [
{
"name": "associate",
"index": 0,
"title": "Associate",
"checked": true,
"disabled": false,
"width": 55
},
{
"name": "checkbox",
"index": 1,
"title": "Checkbox",
"checked": true,
"disabled": false,
"width": 40
},
{
"name": "internalId",
"index": 2,
"title": "ID",
"checked": true,
"disabled": false,
"width": 80
},
{
"name": "attachment",
"index": 3,
"title": "Attachment",
"checked": false,
"disabled": false,
"width": 40
},
{
"name": "name",
"index": 4,
"title": "Title",
"checked": true,
"disabled": false,
"editorType": "text"
},
{
"name": "contextMenu",
"index": 5,
"title": "Context Menu",
"checked": true,
"disabled": false,
"width": 50
},
{
"name": "assignedTo",
"index": 6,
"title": "Assigned To",
"checked": true,
"disabled": false,
"width": 120
},
{
"name": "dueDate",
"index": 7,
"title": "Due Date",
"checked": true,
"disabled": false,
"width": 100,
"editorType": "date"
},
{
"name": "priority",
"index": 8,
"title": "Priority",
"checked": false,
"disabled": false,
"width": 90
},
{
"name": "status",
"index": 9,
"title": "Status",
"checked": true,
"disabled": false,
"width": 100
},
{
"name": "source",
"index": 10,
"title": "Source",
"checked": true,
"disabled": false,
"width": 80
},
{
"name": "severity",
"index": 11,
"title": "Severity",
"checked": false,
"disabled": false,
"width": 100
},
{
"name": "bucketName",
"index": 12,
"title": "Story",
"checked": false,
"disabled": false,
"width": 100
},
{
"name": "phaseName",
"index": 13,
"title": "Phase",
"checked": false,
"disabled": false,
"width": 100
},
{
"name": "startDate",
"index": 14,
"title": "Start Date",
"checked": false,
"disabled": false,
"width": 100,
"editable": true,
"editorType": "date"
},
{
"name": "updatedAt",
"index": 15,
"title": "Modified",
"checked": false,
"disabled": false,
"width": 100,
"editorType": "date"
},
{
"name": "createdBy",
"index": 16,
"title": "Created By",
"checked": false,
"disabled": false,
"width": 110
},
{
"name": "reportedBy",
"index": 17,
"title": "Reported By",
"checked": false,
"disabled": false,
"width": 110
},
{
"name": "createdAt",
"index": 18,
"title": "Created At",
"checked": false,
"disabled": false,
"width": 110
},
{
"name": "completedDate",
"index": 19,
"title": "Closed Date",
"checked": false,
"disabled": false,
"width": 120
}
],
"globalFilters": {
"channelFilter": [],
"dateFilter": {
"filter": "",
"filterBy": "startDate",
"startDate": "",
"dueDate": "",
"timeFrame": "lastCurrentNextMonth"
},
"sourceFilter": {
"filter": "",
"choices": []
},
"priorityFilter": {
"filter": "",
"choices": []
},
"statusFilter": {
"filter": "",
"choices": []
},
"severityFilter": {
"filter": "",
"choices": []
},
"assignTo": []
},
"mode": ""
},
"key": "Team Bugs",
"type": "bug",
"subType": "bug",
"shareable": false,
"show": true,
"tenantId": "df7abg9c-c05a-4fc9-b958-64faered911d",
"createdAt": "2020-09-16T03:52:57.864Z",
"updatedAt": "2020-09-16T03:52:57.864Z",
"userId": "5083cb81-35f4-4abd-ba2d-e7b9965c1f89",
"username": "oliver@anadea.com"
}
],
"@odata.count": 1
}