| title | summary |
|---|---|
Segment |
/api/segment endpoints.
|
/api/segment endpoints.
Archive a Segment. (DEPRECATED -- Just pass updated value of :archived to the PUT endpoint instead.).
-
idvalue must be an integer greater than zero. -
revision_messagevalue must be a non-blank string.
Fetch all Segments.
Fetch Segment with ID.
idvalue must be an integer greater than zero.
Return related entities.
idvalue must be an integer greater than zero.
Fetch Revisions for Segment with ID.
idvalue must be an integer greater than zero.
Create a new Segment.
-
namevalue must be a non-blank string. -
descriptionnullable string. -
table_idvalue must be an integer greater than zero. -
definitionValue must be a map.
Revert a Segement to a prior Revision.
-
idvalue must be an integer greater than zero. -
revision_idvalue must be an integer greater than zero.
Update a Segment with ID.
-
points_of_interestnullable string. -
descriptionnullable string. -
archivednullable boolean. -
definitionnullable map. -
revision_messagevalue must be a non-blank string. -
show_in_getting_startednullable boolean. -
namenullable value must be a non-blank string. -
caveatsnullable string. -
idvalue must be an integer greater than zero.