-
Notifications
You must be signed in to change notification settings - Fork 8
Entry
Hope.Mcleod edited this page Dec 10, 2019
·
4 revisions
Shows all APIs available for the current authenticated user.
Operation | Status |
---|---|
Retrieve available APIs | Alpha |
Uses the authenticated user details to get all the APIs available to the user.
GET /entry HTTP/1.1
Accept: application/json
Authorization: Bearer frootymcnooty/vonbootycherooty
Example response:
HTTP/1.1 200 OK
Content-Type: application/json
{
"links": [
{"rel": "user", "href": "/user/123"},
{"rel": "workspaces", "href": "/workspaces"}
]
}
Name | Description | Methods |
---|---|---|
user | The URI of current authenticated user. | GET |
workspaces | The URI to get all workspaces the current authenticated user is authorised to access | GET |
Refer to General HTTP Status Codes.
Below are responses related to this resource:
Case | Response |
---|---|
Invalid authorization token | 401 Unauthorized |
- Basic concepts
-
Resources
- Actor
- Approvals
- BulkProcess
- Calendar
- Membership
- Company
- Document
- Document library settings
- Folder
- Paged Folder
- Pins
- Integrations
- Form
- Friends
- Invitation
- Link
- Document Lock
- Folder Lock
- Localisation
- MemberAutocomplete
- Notifications
- Offline item
- PeopleBulkProcess
- Permissions
- Presence
- PublishedDocuments
- Recents
- Recommendations
- Recycle Bin
- Search
- Share
- Tasks (Todos), File Requests, Approvals
- Tasks on Documents
- Actions
- UserApprovals
- User
- VersionHistory
- Workspace
- Workspaces
- SamlPartners
- Logout
- Impersonation
- Administration
- WebHooks