mantis:cloudapp:issue:231
This is an old revision of the document!
Table of Contents
Passwords
The passwords api allows listing, creating, updating and deleting password entries.
Fields
- id: String, R, Unencrypted, Unversioned
- label: String, RW, Encrypted, Versioned
- username: String, RW, Encrypted, Versioned
- password: String, RW, Encrypted, Versioned
- url: String, RW, Encrypted, Versioned
- notes: String, RW, Encrypted, Versioned
- customFields: String, RW, Encrypted, Versioned
- status: Integer, R, Unencrypted, Versioned
- statusCode: String, R, Unencrypted, Versioned
- hash: String, RW, Unencrypted, Versioned
- folder: String, RW, Unencrypted, Versioned
- revision: String R, Unencrypted, Versioned
- share: String|null, R, Unencrypted, Unversioned
- shared: Boolean, R, Unencrypted, Unversoned
- cseType: String, RW, Unencrypted, Versioned
- cseKey: String, RW, Unencrypted, Versioned
- sseType: String, R, Unencrypted, Versioned
- client: String, R, Unencrypted, Versioned
- hidden: Boolean, RW, Unencrypted, Versioned
- trashed: Boolean, R, Unencrypted, Versioned
- favorite: Boolean, RW, Unencrypted, Versioned
- editable: Boolean, R, Unencrypted, Unversioned
- edited: Integer, RW, Unencrpyted, Versioned
- created: Integer, R, Unencrypted, Unversioned
- updated: Integer, R, Unencrypted, Versioned
Bold: Encrypted, Italic: Version, Underline: RW
Detail-Levels:
- model: Returns the base model
- revisions: Adds the revisions property which contains all revisions. A revision consists of all properties marked as versioned and its own created property
- folder: Fills the folder property with the base model of the folder. If the password is not hidden but the folder is, the base folder will be used
- tags: Adds the tags property filled with the base model of all tags. Hidden tags are not included in this list if the password is not hidden
- tag-ids: Adds the tags property filled with the ids of all tags. Hidden tags are not included in this list if the password is not hidden. Can not be used with +tags
- shares: Adds the shares property filled with the base model of all shares with other users. Fills the share property with the base model of the original share if available
Operations
- list: /api/1.0/password/list: GET
- list: /api/1.0/password/list: POST
- show: /api/1.0/password/show: POST
- find: /api/1.0/password/find: POST
- create: /api/1.0/password/create: POST
- update: /api/1.0/password/update: PATCH
- delete: /api/1.0/password/delete: DELETE
- restore: /api/1.0/password/restore: PATCH
mantis/cloudapp/issue/231.1762934027.txt.gz · Last modified: by domjos
