HTTP Example:POST /API/identityAPI/getAllProfileMetadata
options=…
| API Example: AbstractRemoteIdentityAPI.getAllProfileMetadata({'options': }); |
Retrieve all the metadata - Output:
- java.util.List<org.ow2.bonita.facade.identity.ProfileMetadata> - a List of ProfileMetadata
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|