Create one or more lists that can be display on the home page.
Create new displayable lists
required | Array of objects (DisplayableList) |
OK
required | Array of objects (DisplayableList) |
Invalid request
Not Authorized
Forbidden from creating displayable list configs
Too Many Requests
{- "items": [
- {
- "source": "SAVED_SEARCH",
- "id": 0,
- "sourceId": "string",
- "config": {
- "format": "LIST",
- "title": "string",
- "enabled": true,
- "audienceFilters": [
- {
- "fieldName": "type",
- "values": [
- {
- "value": "Spreadsheet",
- "relationType": "EQUALS"
}, - {
- "value": "Presentation",
- "relationType": "EQUALS"
}
]
}
], - "itemUIConfig": {
- "showNewIndicator": true
}
}
}
]
}
{- "items": [
- {
- "source": "SAVED_SEARCH",
- "id": 0,
- "sourceId": "string",
- "config": {
- "format": "LIST",
- "title": "string",
- "enabled": true,
- "audienceFilters": [
- {
- "fieldName": "type",
- "values": [
- {
- "value": "Spreadsheet",
- "relationType": "EQUALS"
}, - {
- "value": "Presentation",
- "relationType": "EQUALS"
}
]
}
], - "itemUIConfig": {
- "showNewIndicator": true
}
}
}
]
}