HTTP Example:POST /API/identityAPI/getNumberOfProfileMetadata
options=…
| API Example: AbstractRemoteIdentityAPI.getNumberOfProfileMetadata({'options': }); |
Get the profile metadata count - Output:
- int - the number of profile metadata defined
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|