Ensighten Spaces API
CRUD operations with Spaces. Space specific fields Field Required Description Valid Values name Y The name of the space A name up to 255 characters publishPaths Y A list of either existing paths (provide id) or new ones (provide name) An array of paths (e.g. [{"id": 1665}, {"publishPath": "stage"}]) mandatedConditionIds N A list of valid condition ids to associate with the space An array of ids (e.g. [67275, 67228]) mandatedConditions N A list of conditions associated with this deployment An array of objects containing condition id and name (e.g. [{"id": 51234, "name": "demoAllPages"}]) mandatedDeployments N A list of deployments mandated by the space An array of objects containing deployment id, deployment name, space id and space name (e.g. [{"id": 51234, "name": "demoAllPages", "spaceId": 1234, "spaceName": "example"}]) JSON Schema Conforms to JSON schema draft v4