List all existing Answer Boards
ListAnswerBoards request
OK
required | Array of objects (AnswerBoardResult) List of all Answer Boards, no Answers are included. |
Invalid request
Not Authorized
Too Many Requests
{- "withAudience": true,
- "withRoles": true
}
{- "boardResults": [
- {
- "board": {
- "name": "string",
- "description": "string",
- "addedRoles": [
- {
- "sourceDocumentSpec": {
- "url": "string"
}, - "person": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "group": {
- "type": "DEPARTMENT",
- "id": "string",
- "name": "string"
}, - "role": "OWNER"
}
], - "removedRoles": [
- {
- "sourceDocumentSpec": {
- "url": "string"
}, - "person": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "group": {
- "type": "DEPARTMENT",
- "id": "string",
- "name": "string"
}, - "role": "OWNER"
}
], - "audienceFilters": [
- {
- "fieldName": "type",
- "values": [
- {
- "value": "Spreadsheet",
- "relationType": "EQUALS"
}, - {
- "value": "Presentation",
- "relationType": "EQUALS"
}
]
}
], - "permissions": {
- "write": {
- "scopeType": "GLOBAL",
- "create": true,
- "update": true,
- "delete": true
}
}, - "id": 0,
- "createTime": "2019-08-24T14:15:22Z",
- "updateTime": "2019-08-24T14:15:22Z",
- "creator": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "updatedBy": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "itemCount": 0,
- "roles": [
- {
- "sourceDocumentSpec": {
- "url": "string"
}, - "person": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "group": {
- "type": "DEPARTMENT",
- "id": "string",
- "name": "string"
}, - "role": "OWNER"
}
]
}, - "trackingToken": "string"
}
]
}