spaces REST Endpoints
Social Wish Lists/spaces
API for spaces belonging to a user or a site
- Create a space
-
Method: postPath:
/swm/rs/v1/spaces - Delete a space
-
Method: deletePath:
/swm/rs/v1/spaces/{spaceId} - Get a space
-
Method: getPath:
/swm/rs/v1/spaces/{spaceId} - List all spaces
-
Method: getPath:
/swm/rs/v1/sites/{siteId}/spaces - Update a space
-
Method: putPath:
/swm/rs/v1/spaces/{spaceId}
Social Wish Lists/spaces
API for spaces belonging to a user or a site
- List all spaces
-
Method: getPath:
/swm/rs/v1/sites/{siteId}/spaces - Create a space
-
Method: postPath:
/swm/rs/v1/spaces - Delete a space
-
Method: deletePath:
/swm/rs/v1/spaces/{spaceId} - Get a space
-
Method: getPath:
/swm/rs/v1/spaces/{spaceId} - Update a space
-
Method: putPath:
/swm/rs/v1/spaces/{spaceId}
Social Wish Lists/spaces
API for spaces belonging to a user or a site
- Delete a space
-
Method: deletePath:
/swm/rs/v1/spaces/{spaceId} - List all spaces
-
Method: getPath:
/swm/rs/v1/sites/{siteId}/spaces - Get a space
-
Method: getPath:
/swm/rs/v1/spaces/{spaceId} - Create a space
-
Method: postPath:
/swm/rs/v1/spaces - Update a space
-
Method: putPath:
/swm/rs/v1/spaces/{spaceId}