Lists all pins.
List pins request
OK
required | Array of objects (PinDocument) List of pinned documents. |
Invalid request
Not Authorized
Too Many Requests
{ }
{- "pins": [
- {
- "queries": [
- "string"
], - "audienceFilters": [
- {
- "fieldName": "type",
- "values": [
- {
- "value": "Spreadsheet",
- "relationType": "EQUALS"
}, - {
- "value": "Presentation",
- "relationType": "EQUALS"
}
]
}
], - "id": "string",
- "documentId": "string",
- "attribution": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "updatedBy": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "createTime": "2019-08-24T14:15:22Z",
- "updateTime": "2019-08-24T14:15:22Z"
}
]
}