Get Available Aspects for Spaces/Content
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2012 01:28 AM
For eg - In share, we have selection PopUp to apply all available aspects for specific Content/Space by clicking on "Manage Aspects".
I am working on PHP API.
So by using it,
Is there any way to get available aspects for Space/Content using PHP API ?
.
Thanks in Advance,
Devang Mehta
I am working on PHP API.
So by using it,
Is there any way to get available aspects for Space/Content using PHP API ?
.
Thanks in Advance,
Devang Mehta
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2012 12:21 PM
Share uses HTTP REST calls to the Repository to get all Aspects. Just use the same from PHP
Ainga
Ainga
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2012 02:23 PM
The specific REST API call that returns a list of all aspects is http://localhost:8080/alfresco/service/api/classes?cf=aspect The response is a JSON object describing all aspects defined in your repository.