...
Resource Description | Resource URI |
---|---|
Users Feed | /frevvo/web/t/{tenantId}/api/users |
User Entry | /frevvo/web/t/{tenantId}/api/user/{id} |
ApplicationFeed | /frevvo/web/t/{tenantId}/api/apps?ownerId={userId} |
ApplicationEntry | /frevvo/web/t/{tenantId}/api/app/{id} |
ThemeFeed | /frevvo/web/t/{tenantId}/api/themes?ownerId={userId} |
ThemeEntry | /frevvo/web/t/{tenantId}/api/theme/{id} |
FormTypeFeed | /frevvo/web/t/{tenantId}/api/formtypes?ownerId={appId} |
FormTypeEntry | /frevvo/web/t/{tenantId}/api/formtype/{id} |
SchemaFeed | /frevvo/web/t/{tenantId}/api/schemas?ownerId={appId} |
SchemaEntry | /frevvo/web/t/{tenantId}/api/schema/{id} |
ControlTypeFeed | /frevvo/web/t/{tenantId}/api/controltypes?ownerId={formTypeId} |
ControlTypeEntry | /frevvo/web/t/{tenantId}/api/controltype/'''{id}''' |
SubmissionFeed | /frevvo/web/t/{tenantId}/api/submissions |
SubmissionEntry | /frevvo/web/t/{tenantId}/api/submission/'''{id}''' |
Note |
---|
Note that the ownerId query parameter is optional when querying any feed but required when inserting a new entry into the feed (more details on this below) |
==== UserFeed ====
The user feed represents each user that is visible to the currently logged in user. For all non-administrator users, this feed will always show one user: the current user; for the administrator users it will show all the users in frevvo allowing them to manage user settings.
...