Create Shareable
POST/shared/
Create Shareable
Request
- application/json
Body
required
The ID of the user the object belongs to
The unique identifier for the object
The time the view was created
Item ID that's being shared
ID for the data view that the summary should be shown in context of
The name of the view
view object
The ID of the user the object belongs to
The unique identifier for the object
The time the view was created
The name of the view
The column to join by
Default value: ``
The fuzzy queries
Default value: ``
The strict queries
Default value: ``
The path queries
The path to sort by
The direction to sort, 1 for ascending, -1 for descending
Default value: ``
The paths to include, if empty, calculate the 'most useful' paths from data
Default value: ``
The scanner account IDs to include data from, if empty, include all
Default value: ``
The flow IDs to include data from, if empty, include all
custom_column_names object
The column names, maps form paths to names
Default value: ``
The paths that must not be null
Default value: 1
Primary sorting key in result return, used to determine the rank of this view in the list of views in UI, lower is earlier. Set by user.
The display and export timezone
The time the view was last exported
The base64 encoded logo to be shown on exports. Max 50KiB.
Default value: false
Whether to hide the timestamps in the shared timeline view
The time the sharable will expire. Null for never
Default value: true
Whether the sharable is still active
Responses
- 200
- 404
- 422
Successful Response
- application/json
- Schema
Schema
string
Not found
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- MOD2
- ]
- ]
detail object[]
loc object[]required
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}