General information about API in CleverStyle CMS

Public API of System module

GET /api/System/profile:

Returns profile information of current user. List of fields, that will be returned:

GET /api/System/profiles/{id}:

Similar to /System/profile, returns profile information of specified user {id}, which SHOULD BE in contacts list of current user.

GET /api/System/profiles/{id},{id}:

Similar to /System/profiles/{id}, but allows to get several profiles by coma separated ids at one request. Ids, that are not contacts of current user may be ignored.

Returns array of profiles information.

GET /api/System/profile/contacts:

Returns array of id of current user contacts.