Entity Types

Entity types define the types of entities within Password Safe (for example, asset, database, directory, and cloud).

For more information on related topics, please see Platforms.

GET EntityTypes

Purpose

Returns a list of entity types.

Required Permissions

None.

Request Body

None.

Response Body

Content-Type: application/json

[
    {
        EntityTypeID: int,
        Name: string,
        Description: string,
    },
    …
]

Response Codes

200 - Request successful. Entity types in the response body.

For more information, please see Common Response Codes.