Segments
Create a new segment
POST
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the source
Body
application/json
The name of this segment.
A list of Atomic Molecules, Related Segment Molecules, Relationship Molecules, Molecule Groups and at most one Operation Molecule.
The id
of the dataset on which this segment is based.
Response
201 - application/json
Outcome of the operation.
Available options:
success
, updated
, created
, not_found
, error
Some subproperties of the filter_segment are created asynchronously. You can query this url to fetch the status of the creation (true or false).
When status is true, it will return all properties returned in GET /sources/{source_id}/filter_segments/{segment_id}
.
Was this page helpful?